Audio Saver¶ modusa.save(y, sr, out_path)[source]¶ Saves an array as an audio file. Parameters: y (ndarray) – Audio signal array. sr (number [> 0]) – Sampling rate of the audio signal. out_path (str) – Output path of the audio file. Return type: None