python-soundfile
python-soundfile copied to clipboard
SoundFile is an audio library based on libsndfile, CFFI, and NumPy
Updates platform compatibility tags and metadata. #462 makes it impossible to support Python < 3.7. ### NOTE https://github.com/bastibe/python-soundfile/blob/5069b8cb828eb2bb26aba0620e1f7ea2ae37f189/soundfile.py#L32 You can support Python 3.6 by changing `numpy.typing.NDArray[Any]` to `numpy.ndarray`. This seems...
Pyright reports `error: Stub file not found for "soundfile" (reportMissingTypeStubs)` when using this config: ``` [tool.pyright] typeCheckingMode = "strict"` ```
I discovered that soundfile fails to load my 44.1Khz audio when it's duration exceeds around 6 hours (I had two files, one that was 8 hours and one that 9...
Hi~ When I enter "dora run -d -f 81de367c" in the Anaconda prompt, The error message output is as follows: “ ...(Omit here) ... File "D:\anaconda3\envs\demucs\lib\site-pacjages\soundfile.py", line 1265 ,in _open...
Got a bug when using soundfile==0.13.0 to load a wav byte Error calculating duration: Error opening : File contains data in an unknown format.
NVIDIA Jetson Orin NX Engineering Reference Developer Kit Package: nvidia-l4t-core Version: 36.4.0-20240912212859 cuda 12.6 py 3.10.9 soundfile=0.12.1 using edgetts Exception in thread Thread-2 (process_tts): Traceback (most recent call last): File...
I have a small working flac file. I apparently can't attach it. But it works fine playing it but it is short. 96k. import soundfile as sf with open('facebook_mms-tts-eng_test_sentence.flac', 'rb')...
Hi, The latest released version of soundfile contains different versions of libsndfile on x86_84 and arm64. I've been able to reproduce https://github.com/bastibe/python-soundfile/issues/349 on the most recent version of soundfile available...