[Coco] .wav file conversion.
Rocky Hill
pedrolpena at gmail.com
Wed Jul 21 23:16:51 EDT 2021
If you like the command line you can probably do it with ffmpeg..........
something like the following
ffmpeg -i input_file.wav -acodec pcm_u8 -ac 1 -ar 8000 output_file.wav
where
"pcm_u8" is an unsigned 8 bit codec
"-ac 1" is the number of channels
"-ar 8000" is what it's sampled at.
This is on my linux machine but I think there is a windows port of ffmpeg
On Wed, Jul 21, 2021 at 10:16 PM <coco at jechar.ca> wrote:
>
> Does anyone know of a program to convert 16 bit wave files to 8 bit
> wave files either windows or linux ok.
>
> Charlie.
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco
>
More information about the Coco
mailing list