DarkShrill / AudioConverter

The project entails a software application designed to convert WAV audio files into raw PCM format utilizing G711 encoding. Users have the option to select from three distinct sample rates: 8000, 16000, and 44100 Hz. Furthermore, the script offers the capability to produce WAV files as output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioConverter

The project entails a software application designed to convert WAV audio files into raw PCM format utilizing G711 encoding. Users have the option to select from three distinct sample rates: 8000, 16000, and 44100 Hz. Furthermore, the script offers the capability to produce WAV files as output.


Made with love in Italy

The program takes audio files in WAV format as input. The user can choose the sampling frequency from three available options (8000, 16000, 44100 Hz). The audio file then undergoes a resampling process, which adjusts the sample rate of the input file to the user's choice. Next, the file is converted to raw PCM format G711.

ATTENTION

Fisrt of all, de-zip the ffpeg.zip folder!

About

The project entails a software application designed to convert WAV audio files into raw PCM format utilizing G711 encoding. Users have the option to select from three distinct sample rates: 8000, 16000, and 44100 Hz. Furthermore, the script offers the capability to produce WAV files as output.


Languages

Language:C 79.0%Language:C++ 11.0%Language:QML 7.8%Language:QMake 2.2%