-
The following code demonstrates what I believe is a nasty bug with management of native COM objects when using the AudioSessionNotification.SessionCreated handler. After querying the passed AudioSessi…
-
Here is the output I get when I run `py -3 installer.py download-opkg mjpg-streamer`:
> Downloading http://www.tortall.net/~robotpy/feeds/2017/Packages
100%
Downloading http://download.ni.com/ni-…
-
Doesn't appear class path is in gitignore. Please fix. Not sure why kids need to modify their classpath to get the project to work. I noticed a few instances where kids needed to add external jars to …
-
https://github.com/filoe/cscore/blob/master/CSCore/Codecs/WAV/WaveWriter.cs#L249
If I read the WaveHeader the DataSize is always zero.
```
waveHeader.RiffId = br.ReadBytes(4);
…
-
I'd like to build cscore from the repository to get a newer version than the one available in NuGet. I can build cscore including the samples using VS Community 2015 on Windows 10. I set the XAudio2Pl…
-
I have a question about playback interruptions. in my music player, during some UI operations (refreshing of lists, opening of a popup which has an image on it) I notice that sometimes (not always) pl…
-
Using both Dopamine and Hurricane, an exception is thrown when attempting to play a WMA Lossless file encoded using 24bit/44.1kHz. Groove Music and VLC play the file correctly.
Note the exception and …
-
I'm trying to capture microphone input from WasapiCapture device and output the recorded data to WasapiOut device but I could not succeed it.
What I am trying to do is write an application like this …
-
I'm trying to follow what's happening in [WaveWriter.WriteToFile](https://github.com/filoe/cscore/blob/c4572d5b915d8b384a01a627b826076a35d1491c/CSCore/Codecs/WAV/WaveWriter.cs), and it looks like the …
-
This is related to #214, but not the same repro. The following program crashes with an access violation if you start an application that creates an audio session while the program is running. It occur…