RSound icon indicating copy to clipboard operation
RSound copied to clipboard

record-sound optional amount of channels

Open lehitoskin opened this issue 10 years ago • 3 comments

I was considering appending this to #16, but I figured this is different enough to warrant a new issue.

Through uncouth means, I wrangled my webcam as the default recording device but now record-sound complains because it's trying to record with two channels and the webcam can only record with one channel.

Would you consider modifying record-sound to allow an optional amount of channels? Something like (record-sound frames [channels 2])?

lehitoskin avatar Nov 16 '14 23:11 lehitoskin

Ah! In fact, this is much harder, but I've already written this code. The problem is that it requires recompiling C code for Windows, and I keep messing it up, which makes my whole class weep. I'd be happy to publish it as a branch... in fact, I think it already is on a branch. After my class is done, in the second week of December, I expect to push this to the master branch.

jbclements avatar Nov 17 '14 06:11 jbclements

Ah, I see. Thanks for the info, I'll take a look around, then.

lehitoskin avatar Nov 17 '14 06:11 lehitoskin

@jbclements Is there an update on this? I'm still really interested in using this library. For science.

lehitoskin avatar Dec 18 '14 03:12 lehitoskin