Mathijs
Mathijs
It seems it's currently not possible to use custom rollup plugins when bundling. When using Vue.js installed through NPM a rollup plugin is used to change the build type like...
The default behaviour of the volume slider in jPlayer is linear. This results in the slider having nearly no effect in the "loud" end, while it is very sensitive in...
The librosa analysis uses 22.5kHz mono audio internally. This is fine for analysis, but not for output. This PR changes the output to be in the original samplerate and number...
There are multiple places in the code where longhair does memory allocation. This is not desirable in a real time environment, because the "new" may take a long time. Currently,...