package
0.0.0-20240919231415-a72ae959521b
Repository: https://github.com/petrzlen/vocode-golang.git
Documentation: pkg.go.dev
# Functions
DecodeFromFlac is a slightly modified version of flac2wav.go https://github.com/apatterson-cogo/flac/blob/e97902945092/cmd/flac2wav/flac2wav.go.
No description provided by the author
DecodeFromMulaw assumes one channel and encoding 7 (or one byte per value).
No description provided by the author
EncodeToWav takes inputBuffer and outputs encoded .wav with the desired sample format.
EncodeToWavSimple is like EncodeToWav, but just uses the same sample formats as in the input.
ResampleSimple resamples the input audio data from inputSampleRate to outputSampleRate.
StereoToMono was generated by GPT4.
No description provided by the author