dlpy.speech_utils.display_spectrogram_for_one_audio_file

dlpy.speech_utils.display_spectrogram_for_one_audio_file(local_audio_file)

Display spectrogram for a local audio file using soundfile.

Parameters:
local_audio_file : string

Local location to the audio file to be displayed.

Returns:
None
Raises:
DLPyError

If anything goes wrong, it complains and prints the appropriate message.