mirror of
http://mpg123.de/trunk/.git
synced 2025-07-28 15:02:00 +03:00
id3dump.c example file was missing...
git-svn-id: svn://scm.orgis.org/mpg123/trunk@1198 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
@{ */
|
||||
|
||||
/** \file mpg123_to_wav.c A simple MPEG audio to WAV converter using libmpg123 (read) and libsndfile (write).
|
||||
...an excersize on two simple APIs.
|
||||
*/
|
||||
...an excersize on two simple APIs. */
|
||||
|
||||
/** \file mpglib.c Example program mimicking the old mpglib test program.
|
||||
It takes an MPEG bitstream from standard input and writes raw audio to standard output.
|
||||
@ -11,7 +10,8 @@
|
||||
*/
|
||||
|
||||
/** \file scan.c Example program that examines the exact length of an MPEG file.
|
||||
It opens a list of files and does mpg123_scan() on each and reporting the mpg123_length() before and after that.
|
||||
*/
|
||||
It opens a list of files and does mpg123_scan() on each and reporting the mpg123_length() before and after that. */
|
||||
|
||||
/** \file id3dump.c Parse ID3 info and print to standard output. */
|
||||
|
||||
/* @} */
|
||||
|
Reference in New Issue
Block a user