readme

来自「mp3解码源代码」· 代码 · 共 27 行

TXT
27
字号
mp3play README--------------Application for playing MP3 data on embedded systems. mp3play isdesigned to be able to play mp3 data files within the local filesystem(which can be a network filesystem), or fetch files to play via httpover a network. For the http case the address can specify a streamingMP3 server.Simple usage is:    mp3play file.mp3Specify as many files as you want and mp3play will play each in turn.To play data over http use something like:    mp3play http://a.b.c.d/file.mp3Or for a streaming source something like:    mp3play http://a.b.c.d:20000mp3play expects a raw DAC style output device (PCM output). Most sound boards have one, for some embedded environments this is all they have.The default is the standard sound driver device /dev/dsp.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?