We use cookies on this website to distinguish you from other users.
We use this data to improve our content experience and for targeted advertising.
By continuing to use this website you consent to our use of cookies.
For more information, please see our
Cookie Policy.
pydiogment.utils.io#
Description: write and read module for wave data.
- pydiogment.utils.io.read_file(filename)[source]#
Read wave file as mono.
- Parameters
filename (str) – wave file / path.
- Returns
tuple of sampling rate and audio data.