python-soundfile
python-soundfile copied to clipboard
SoundFile is an audio library based on libsndfile, CFFI, and NumPy
I use an AWS sagemaker ml.t2.medium machine. This is the distributaion: `Linux ip-172-16-23-13 4.14.171-105.231.amzn1.x86_64 #1 SMP Thu Feb 27 23:49:15 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux` I downloaded `libsndfile` with:...
Hi, Great lib. We are deploying to Linux via an on-prem installation of Pivotal Cloud Foundry. As a result we cannot execute sudo apt-get install libsndfile1 to get that dependency...
We are running into a funky little issue using ``soundfile`` in a different project here: https://github.com/justinsalamon/scaper/issues/94. Basically, when an audio file is WAV with subtype MS_ADPCM, the shape of the...
When attempting to run soundfile in a virtual environment (on Windows 10), the required folders are not installed when installing soundfile using pipenv. I have tried downloading the libsndfile directly...
Here's the error: ` utter, sr = librosa.core.load(utter_path, sr=8000) # load utterance audio File "/home/luser/work/ai/anaconda3/lib/python3.7/site-packages/librosa/core/audio.py", line 129, in load with sf.SoundFile(path) as sf_desc: File "/home/luser/work/ai/anaconda3/lib/python3.7/site-packages/soundfile.py", line 628, in __init__ format,...
Hi, I was building a package with PyInstaller for a python script that calls PySoundFile functions. The DLLs are bundled into a 'dist' folder together with a Windows EXE of...
0.10.3.post1 failed to install _soundfile_data/libsndfile64bit.dll under Windows 0.10.2 behaves normally
I'm trying to install PySoundfile library un Arch Linux. I followed the installation scheme proposed in the docs: ``` > conda install cffi numpy > pip install pysoundfile > pacman...
I'm working with some high-quality audio data with **10,000,000 samples** and a **bitrate of 44,100 samples/sec**. When i do `sf.write `in `.ogg` format it crashes without an exception. # Specs...
I was wondering what normalisation is used in sound file module.