The node-wav-player is a Node.js module which allows you to play a wav file on the host computer. It supports Windows 10, MacOS X, and some Linux distros.
Thanks for this great package!
I have been using it on the Mac to play multi-channel wav files, and it has worked perfectly.
However, under Windows using the same code and wav files, playback stops immediately after the Play request. Could this be the .net SoundPlayer's inability to play multichannel wav files? Looking through the SoundPlayer documentation, I don't see the multichannel playback capability mentioned.
In particular, I want to use the node-wav-player to play the multiple channels of a wav file to the multiple channels of a sound card with an ASIO driver.
Thanks for the help!
Thanks for this great package! I have been using it on the Mac to play multi-channel wav files, and it has worked perfectly. However, under Windows using the same code and wav files, playback stops immediately after the Play request. Could this be the .net SoundPlayer's inability to play multichannel wav files? Looking through the SoundPlayer documentation, I don't see the multichannel playback capability mentioned. In particular, I want to use the node-wav-player to play the multiple channels of a wav file to the multiple channels of a sound card with an ASIO driver. Thanks for the help!