mirror of
http://mpg123.de/trunk/.git
synced 2025-07-31 13:24:22 +03:00
doc/examples: fix some warnings, add mpg123_to_wav_reader64.c
git-svn-id: svn://scm.orgis.org/mpg123/trunk@5331 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
This is example code only sensible to be considered in the public domain.
|
||||
Initially written by Nicholas Humfrey (moved to handle I/O by Thomas Orgis).
|
||||
|
||||
This example program demonstrates how to use libmpg123 to decode a file to WAV (writing via libsndfile), while doing the I/O (read and seek) with custom callback functions.
|
||||
This example program demonstrates how to use libmpg123 to decode a file to WAV (writing via libout123), while doing the I/O (read and seek) with custom callback functions.
|
||||
This should cater for any situation where you have some special means to get to the data (like, mmapped files / plain buffers in memory, funky network streams).
|
||||
|
||||
Disregarding format negotiations, the basic synopsis is:
|
||||
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <mpg123.h>
|
||||
#include <out123.h>
|
||||
|
Reference in New Issue
Block a user