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

Python bindings for libsamplerate based on CFFI and NumPy

Results 21 python-samplerate issues
Sort by recently updated
recently updated
newest added

If this project is still being maintained, is there a plan to include a binary for M1 (ARM64) Macs or a "universal" .dynlib?

`src_process` may not use all input frames. If that happens the unprocessed input frames need to be buffered.

At [this line](https://github.com/tuxu/python-samplerate/blob/ed73d7a39e61bfb34b03dade14ffab59aa27922a/samplerate/converters.py#L62) you appear to be specifying that the dtype be converted to float32 before being sent into the low level library. The problem is, since this is the...

https://github.com/tuxu/python-samplerate/blob/ed73d7a39e61bfb34b03dade14ffab59aa27922a/samplerate/converters.py#L175-L176 Currently `input_frames_used` is ignored. This problem prevents python-samplerate to work correctly if the resampling ratio does not divide the block size provided to `Resampler.process`. PR https://github.com/tuxu/python-samplerate/pull/6 is an attempt...

Performing the following on specific mac computers throws an illegal instruction: 4 error and kills python running python 3.6.5, 3.6.3, and 3.5.4. $ ipython In [1]: import samplerate In [2]:...

I want to convert sample rate of live microphone from pyaudio at 44100hz to 16000hz and use it with pocketsphinx can anyone please help to convert samplerate of live recording...

Thank you for writing this. Exactly what I needed for resampling a live audio stream! I would be great if you could provide more detailed installation instructions for Linuxes. It...

Problem: samplerate cannot be installed in OpenSuse Tumbleweed Platform: OpenSuse Tumbleweed with all packages up-to-date Python 3.11 virtual environment Steps to reproduce: python3 -m venv led source led/bin/activate python3 -m...

Version of python is 3.10.12. ```!pip install samplerate --no-cache-dir``` returns ``` Collecting samplerate Downloading samplerate-0.2.1.tar.gz (21 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing...