hi,
i got an issue on initiating 4 difference waveout for 4 different output devices.
The initiation of the waveout failed on the 4th call. Here is the code
foreach (WaveOut waveOut in WaveOutCollections)
{
}
i got an issue on initiating 4 difference waveout for 4 different output devices.
The initiation of the waveout failed on the 4th call. Here is the code
foreach (WaveOut waveOut in WaveOutCollections)
{
}