pseeth
pseeth
Is this possible? By using VamPy? http://www.vamp-plugins.org/vampy.html
If there was a way to call motif in a way that gets the melody without having to chain together the lower end stuff, that would be great. Thanks!
"Sometimes the sources don't come that close to summing to the mixture after scapering -- and this is when not using reverb. Some of this might be related to clipping,...
SoX reverb doesn't play well with clipped signals, but we currently don't have a unit test for this. We should add one. Here's a script using nussl and SoxBindings to...
We need more regression data for #132 to make sure we don't break these changes in future PRs. Namely, these comments in the CR should be addressed: - Can we...
"if you have time stretching turned on it will crash. We're not using time-stretching so no big whup for us, but something you should check out for the general case"...
Scaper clips sometimes. I suggest we add some logic to the `Scaper.generate` and `Scaper._generate_audio` functions. Namely two parameters: ``` Parameters ------------ fix_clipping : bool Checks the soundscape audio for clipping...
Currently, we only test Linux in the test suite. It'd be good to test more platforms - Windows and macOS - to make sure they work as well. Related to...
TravisCI seems to have stopped working on our PRs again. Maybe we want to switch to Github Actions.
In #118, we discovered that multichannel was supported only implicitly when we used the sox CLI for everything. After switching to `build_array`+ numpy ops with `sox==1.4.0`, we needed to take...