cscore Questions

1

CSCore (https://github.com/filoe/cscore) seems to be a very good audio library for C# but it lacks documentation and good examples. I've been playing with Bass.Net for a long time and the architect...
Munsey asked 6/1, 2016 at 13:48

3

Solved

I have some simple code generating a wave file using TTS and then playing it: public void TestSpeech() { SpeechSynthesizer synth = new SpeechSynthesizer(); using (MemoryStream stream = new Memor...
Immortalize asked 9/2, 2016 at 19:3

1

Firstly, in order to clarify my goal: I am using the CSCore library and capturing background audio using the WasapiLoopbackCapture class, and I intend to use that as a real time input for a System....
Trondheim asked 22/1, 2018 at 14:47

2

Solved

I am trying to write a C# code that outputs the current audio output level from each of the windows application accessing the sound output (as shown with constantly changing green bars of the Volum...
Heda asked 18/1, 2014 at 6:17

1

I am trying to attach USB device used for tele calling which have pnp sound controller for mic and speaker. Now i have two speaker and two mic for input output as shown in image below.. Now my moti...
Reredos asked 7/7, 2016 at 8:16

1

Solved

I'm using CSCore.WasapiLoopbackCapture to record system sound. But when there is no sound in system, it doesn't record at all! For instance, while playing music and recording it, the output file's ...
Clowers asked 10/6, 2014 at 7:45

1

Solved

I am trying to create an equalizer using C#. Seen NAudio quite a lot; however I could not find any working equalizer to work with NAudio. Considering I'm a little bit lost; I came here to ask...
Plainspoken asked 25/2, 2014 at 15:34

1

Solved

I want to record audio from my soundcard(output). I've found CSCore on codeplex but I could not find any examples. Does anyone know how to use the library to record audio from my soundcard an...
Incubate asked 15/9, 2013 at 12:11
1

© 2022 - 2024 — McMap. All rights reserved.