linux下lame编程:wav转MP3示例代码

1. wav转MP3示例程序代码:linux /* gcc -I /usr/include/lame/ lame_test.c -lmp3lame -o lame_test -lm */#include <stdio.h> #include <stdlib.h> #include <lame.h>code #define INBUFSIZE 4096 #define MP3BUFSIZE (int
相关文章
相关标签/搜索