python-soundfile icon indicating copy to clipboard operation
python-soundfile copied to clipboard

OGG file not recognised

Open selcukkirtas opened this issue 2 years ago • 1 comments
trafficstars

i am having error soundfile.LibsndfileError: Error opening 'file.ogg': Format not recognised.

import soundfile as sf import os def convert(): data, samplerate = sf.read('file.ogg') sf.write('file.wav', data, samplerate)

selcukkirtas avatar Aug 07 '23 22:08 selcukkirtas

Probably duplicate and related to #251 #252

happyTonakai avatar Aug 08 '23 14:08 happyTonakai