Rocco Musolino

Results 210 comments of Rocco Musolino

Ok, this means being able to pass a `-c` param to aplay. Can you confirm? I think we can easily implement this and being able to pass the channel as...

Yeah totally possible. Also we can think of this: ```javascript var music = new Sound({channel: 1}) music.play('/path/filename.wav') ... ``` The only issue is that we should support it also on...

I'm gonna implement this in a bit. Stay tuned.

channel support, shipped with `v1.2.0`. It should work. Let me know

Now passing the channel param to `aplay`. Guys, does even the bare aplay cmd works for you? `aplay -c 1 myfile.wav`

Did you try changing channel? #6 Try playing also with the `aplay` cli tool. If you're able to play the audio this way we can arrange a fix and improve...

It's not supported in some versions of `aplay`. Here a list of available parameters. [Aplay man page](https://linux.die.net/man/1/aplay)