print spectrogram of audio file

I try to print a spectogram of audio file in the wav format but return the error:
Error in plot.new()
you cannot open the file 'C:/Users/....png' in write mode

My code is:
plot(read_audio_ff('.../BH2.wav')

the function is from the package 'av'

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.