readme
来自「Application (fix point) for playing MP3 」· 代码 · 共 31 行
TXT
31 行
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 ColdFire based dac0800 driver. Others may take alittle code to support cleanly...See README.lib for info on the mpegdec_lib library.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?