AlsaMedia是Liux下基于ALSA架构的播放器与录音机。
IstallatioAlsa:
$ wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.3.tar.bz2$ tar -jxvf alsa-lib-1.1.3.tar.bz2$ cd alsa-lib-1.1.3$ ./cofigure$ make$ sudo make istallAlsaMedia:
$ git cloe git@github.com:ASwErYWJ/AudioResamplerate.gitUsageCompile:
$ make player$ make recorderor
$ makeRu:
$ ./arecorder test.pcm$ ./aplayer test.pcm
评论