0

I need to convert wav files of different formats into a specific format (Wave, A-LAW, 8000 Hz, 64 kbps, mono) in java.

Anyone know of a library or some source code example to do this?

Any thought on the same are appreciated.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Renan
  • 11
  • 1
  • 2

2 Answers2

1

Refer to Conversion of Audio Format It is similar to your issue suggesting looking at the AudioSystem API.

Community
  • 1
  • 1
Manish Doshi
  • 1,205
  • 1
  • 9
  • 17
1

You can use : JAVE (Java Audio Video Encoder). You can check it over there http://freecode.com/projects/jave

Imane Fateh
  • 2,418
  • 3
  • 19
  • 23