Note:
This API doc is automatically generated from the current development version that you can get via Subversion or as a daily snapshot from
http://mpg123.org/snapshot.
There may be differences (additions) compared to the latest stable release. See
NEWS.libmpg123 and the overall
NEWS file on libmpg123 versions and important changes between them.
Let me emphasize that the policy for libmpg123 is to always stay backwards compatible -- only
additions are planned (and it's not yet planned to change the plans;-).
#include <mpg123.h>
#include <stdio.h>
Go to the source code of this file.
Defines |
|
#define | INBUFF 16384 * 2 * 2 |
|
#define | WAVE_FORMAT_PCM 0x0001 |
|
#define | WAVE_FORMAT_IEEE_FLOAT 0x0003 |
Functions |
|
void | initwav () |
|
void | closewav () |
|
void | initwavformat () |
|
int | main (int argc, char **argv) |
Variables |
|
FILE * | out |
|
size_t | totaloffset |
|
size_t | dataoffset |
|
long | rate |
|
int | channels |
|
int | enc |
|
unsigned short | bitspersample |
|
unsigned short | wavformat |
Detailed Description
Fuzzy feeder seeking.
Definition in file feedseek.c.