pseeth

Results 29 issues of pseeth

This PR adds convolution reverb functionality to AudioSignal, following discussion in #172. The functionality is: Convolves signal one with signal two. There are three cases: 1. s1 is multichannel and...

**Is your feature request related to a problem? Please describe.** It'd be nice to add the ability to convolve signals with impulse responses, possibly multichannel impulse responses. **Describe the solution...

enhancement

Hi, thanks for a great library! I'm wondering, is Texify down or not working currently? The last commit from texify on one of my repositories was yesterday and there haven't...

Option to backup current settings before running make setup, in case the user wants to swap back.

enhancement
infra
setup

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...

Following discussion in #4, SoxBindings "works" in multithreading in that it doesn't fail, but it doesn't let you actually use multi-threading. We can fix that by releasing the GIL in...

Currently can't figure out how to support Windows. I *think* we can compile SoX from source in Windows in `cibuildwheel` and then build against it. Not having a Windows machine...

More audio formats should be supported. I'm not sure all formats are currently supported due to what is available on CentOS. Should also make a more exhaustive list of what...

One test has odd behavior: the tolerance for the phase between the librosa STFT and this STFT has to be high for passing. Right now it's set to 1e-2. But...