ciseaux icon indicating copy to clipboard operation
ciseaux copied to clipboard

JavaScript utility to chop an audio buffer

Results 7 ciseaux issues
Sort by recently updated
recently updated
newest added

fs.writeFile("/path/to/ciseauxed.wav", buffer); I get TypeError [ERR_INVALID_CALLBACK]: Callback must be a function https://stackoverflow.com/questions/50438592/typeerror-err-invalid-callback-callback-must-be-a-function says that writeFile is async but there is no callback parameter included, hence the error. To fix, writeFileSync...

on nodejs, couldn't write wav file correctly. (I have not try on Browser) node v9.11.1 Arch Linux x86_64 Kernel Release 4.12.0.2-ARCH ```sh npm test ``` ``` 135 passing (129ms) 1...

I am having trouble getting a basic example working. I am doing this: ``` Ciseaux.context = new AudioContext(); // create a tape instance from the url Ciseaux.from("/path/to/audio.wav").then((tape) => { //...

Greetings, Mohayonao! Thanks for the great work so far in timbre.js, neume.js and ciseaux! I learned A LOT with you. :) I have to implementations for time stretching: Phase Vocoder...

Is it possible to implement a micro fade in and out to avoid slice clicks? I tried your sample code but splitting a slice is not fine enough. With huge...

Hello, Thank you for this tools, I made my first song wtih Ciseaux and ToneJS : https://soundcloud.com/user-421661215/wrong-the-fred