dlpy.speech_utils.convert_one_audio_file_to_specgram¶
-
dlpy.speech_utils.
convert_one_audio_file_to_specgram
(local_audio_file, converted_local_png_file)¶ Convert a local audio file into a png format with spectrogram.
Parameters: - local_audio_file : string
Local location to the audio file to be converted.
- converted_local_png_file : string
Local location to store the converted audio file
Returns: - None
Raises: - DLPyError
If anything goes wrong, it complains and prints the appropriate message.