Converting to WAV PCM 8 bit

Asked by Max

Hello everybody!!!

I have a simple (I hope...) question:

I have to convert mp3 files to wav files; but I want my wav files in PCM-8bit format. Is it possible using SoundKonverter?

Thanks!!!

Bye!!!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu soundkonverter Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jakob Hilmer (jakob-hilmer) said :
#1

Don't known SoundKonverter. But the the package sox is your swiss knife for audio.

On a command line:

sox sound.mp3 sound.u1 # make the convertion

play -r 44000 sound.u1 # play the new file the the corrent sampling rate instead of the defalut 8Khz.

--

Jakob Hilmer

Can you help with this problem?

Provide an answer of your own, or ask Max for more information if necessary.

To post a message you must log in.