The Resource Interchange File Format (RIFF) is a generic meta-format for storing data in tagged chunks.
Speect Plug-in for SRIFFAudioFile class
speect.audio_riff adds a method to speect.audio.SAudio, to save audio objects to the RIFF format (commonly known as WAV format).
save_riff(path)
Save the audio object in the RIFF format at the given path.
Parameters: | path (string) – Full path and file name where audio should be saved. |
---|