-
When i use command "cmake /home/username/NXP_test/mediaplayer/avs-device-sdk-master -DPORTAUDIO=ON -DPORTAUDIO_LIB_PATH=/home/username/NXP_test/all/portaudio/lib/libportaudio.la -DPORTAUDIO_INCLUDE_D…
-
On my development machine everything works fine but as soon as I upload the program to a server in a firewalled environment it hangs in VoiceBuffer.cs on line 56.
`_notOverflowEvent.Wait(cancelToken)…
ghost updated
8 years ago
-
This bug is reproducible by launching the EqualizerTest sample in Wasapi Exclusive mode.
How to reproduce:
Change line 50 in EqualizerTest from
`_soundOut = new WasapiOut();`
to
`_soundOut = new …
-
I'm using the dev branch of Discord.Net (latest commit) with a few additions to allow `CachedVoiceChannel.ConnectAsync` to work (basically adding an event, a listener to that event, and a TaskCompleti…
ghost updated
8 years ago
-
推流使用ijk播放和VLC还有ffplay 播放都正常
但是使用PC网页和手机web播放都没有声音可能是什么原因啊?
-
I've stumbled on a really odd issue with a virtual 7.1 USB Headset. So, it reports itself as having 8 channels, which is technically correct. However, the odd issue is that it strangely requires admin…
-
I updated cscore in my music player to the latest code from cscore-master. A user of my music player complains that MP3 files which used to work, don't play anymore. I've shared 2 of the files here (i…
-
Trying to experiment with the possibility of a bot coming in a voice channel and playing a short sample music/sound.
When I try `IAudioClient audioClient = AudioExtensions.GetAudioClient(e.Server);` …
-
Maybe I'm missing something, but I cannot Initialize the WasapiOut, because I receive an "OutOfRangeException" for the parameter "value":
at CSCore.SoundOut.WasapiOut.InitializeInternal()
at CS…
-
Hello.
I am trying to re route an existing audio session to a different playback device than the default one it is initialized on.
I am using C# and naudio library that wraps wasapi, but until now…