pyCrossfade icon indicating copy to clipboard operation
pyCrossfade copied to clipboard

pyCrossfade is the result of a personal project to use beat matching, gradual bpm shift on bars, and EQ modification to provide smooth and tunable transitions between music files.

Results 6 pyCrossfade issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Any ideas on this please? I have all dependencies and cython was installed before madmom. Thanks, Mark

I've been experimenting with pyCrossfade, and one thing that struck me was the lack of a "Mono" or "Stereo" output option. It just exports audio as Mono. I dug a...

Hello, thank you for this project, it works nice on Linux. However I would now like to run it on Windows, but Essentia with python bindings is not available for...

Function `time_stretch_gradually_in_downbeats` throws error when parameter `final_factor` = 1 This was happening because of the return clause using undefined variable `audio`. This PR fix the `audio` variable undefined issue by...