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
相關文章
相關標籤/搜索