Previous topic

speect.audio – Waveform Container

Next topic

speect.pyobject – Python Objects Support

The Resource Interchange File Format (RIFF) is a generic meta-format for storing data in tagged chunks.

speect.audio_riff – RIFF Audio Serialization

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).

SAudio.save_riff()

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.