Converting the sample rate of audio files
Purpose. Converts audio files, changing the sample rate of the audio data.Usage.
java SampleRateConverter -h
java SampleRateConverter targetsamplerate sourcefile targetfile
Parameters. - -h
- prints usage information
- targetsamplerate
- the sample rate that should be converted to
- sourcefile
- the file name of the audio file that should be read to get the audio data to convert
- targetfile
- the file name of the audio file that the converted audio data should be written to
Source code. here
No comments:
Post a Comment