bastibe / python-soundfile

SoundFile is an audio library based on libsndfile, CFFI, and NumPy
BSD 3-Clause "New" or "Revised" License
717 stars 111 forks source link

OGG file not recognised #399

Open selcukkirtas opened 1 year ago

selcukkirtas commented 1 year ago

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)

happyTonakai commented 1 year ago

Probably duplicate and related to #251 #252