module documentation
Undocumented
Function | combine |
Combines the audio-files and resamples to a desired sampling frequency. If fs is None, then the sampling frequency will be of the first loaded audio-file. |
Function | generate |
Undocumented |
Function | get |
No summary |
Combines the audio-files and resamples to a desired sampling frequency. If fs is None, then the sampling frequency will be of the first loaded audio-file.
Parameters | |
audioList[ | list of audio-files to combine |
fs:int | sampling frequency, if None, sampling frequency will be the same as the first audio-file in audio_files |
Returns | |
( | the sampling frequency and the combined sound in a numpy array normalised by the max-value of the array |