Module save

Module save 

Source
Expand description

Module for saving audio files

Functionsยง

save_as_ogg
Saves audio data as an Ogg Vorbis file
save_as_wav
Saves audio data as a WAV file.
stream_to_ogg_writer
stream_to_wav_writer
Helper for decode_apply_gain_and_save: collects all processed samples and saves them to a WAV file.