java pcm to wav

前端 未结 5 1690
别跟我提以往
别跟我提以往 2020-12-18 10:32

I have a pcm file, and I want to convert it to a wav file.

Is there any suitable api or code for this?

5条回答
  •  时光取名叫无心
    2020-12-18 10:44

    I know one called "OperateWav" that I used to develop a convertor(linux c/c++) in my first project during my first internship.I am not sure if this one exists per se and whether it supports java.Actually wav file is simply adding a wav format header on pcm raw data...

提交回复
热议问题