Michael Cella
Michael Cella
Great catch, thanks! This is a compatibility issue with stereo wav files. Right now Facet expects mono wav files. The node-wav library that I'm using to decode the wav data...
I am also having this issue. I can record audio and video with RecordRTC on my computer, with Chrome and FF. But on iOS I can't record video or audio,...
@djipco Yes, I do get the exact same error in a test npm project that only has jzz 1.7.4 installed. When I open Max, start the Node process, and then...
I spent some time deep diving on this and pinpointed the problem (hex editors FTW)! The error message is coming the node-wav package which is for decoding wav files into...
This commit should fix this issue: https://github.com/mjcella/facet/commit/b4d6366fc6e44241469df6fa98b731922a1c04d0 Now whenever a sample is encountered with a byte length that is not 4, the Facet code will just pad the buffer with...
@Parakovsky A few questions / things to check: 1. Have you "enabled browser sound" by clicking the speaker icon in the lower-left of the browser window? It should be toggle...
Okay. Have you followed the steps in the "Installation and getting started" section? It is necessary to complete each of those, in the order they are listed, so that Facet...
Thanks for sending that video. Could you go to the root of the facet repository and run `node js/transport.js` from a terminal? If there aren't any errors when you run...
I could not reproduce this on my Windows machine. Keeping it open in case someone else reports it.
this commit addresses the second item, key commands for stopping and keeping patterns: https://github.com/mjcella/facet/commit/aea70be6b7afc65710b7d48cc58ec2485c5a3f3e keeping this open to potentially address pattern visualization