[GH-ISSUE #135] Getting system audio #69

Open
opened 2026-02-27 15:48:35 +03:00 by kerem · 9 comments
Owner

Originally created by @Tbaile on GitHub (May 15, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/135

How cool would it be? Listening to everything that comes out from the client audio.

Originally created by @Tbaile on GitHub (May 15, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/135 How cool would it be? Listening to everything that comes out from the client audio.
Author
Owner

@yankejustin commented on GitHub (May 15, 2015):

Well, how difficult would it be? ;)
This is where it becomes more difficult (not only to code) but to spend lots of time with an interface for it!

<!-- gh-comment-id:102380274 --> @yankejustin commented on GitHub (May 15, 2015): Well, how <b>difficult</b> would it be? ;) This is where it becomes more difficult (not only to code) but to spend lots of time with an interface for it!
Author
Owner

@bitterypaul commented on GitHub (May 15, 2015):

@yankejustin i need your feedback on other issues opened by me

<!-- gh-comment-id:102381866 --> @bitterypaul commented on GitHub (May 15, 2015): @yankejustin i need your feedback on other issues opened by me
Author
Owner

@yankejustin commented on GitHub (May 15, 2015):

@bitterypaul Please post responses relevant to the issue. I try not to clutter these comment spaces. If you noticed, I have already been messing with the keylogger. If you look at my profile, you can see a few branches I made to implement volume control, and Cpu/Memory usage. Just please be patient...

<!-- gh-comment-id:102403765 --> @yankejustin commented on GitHub (May 15, 2015): @bitterypaul Please post responses relevant to the issue. I try not to clutter these comment spaces. If you noticed, I have already been messing with the keylogger. If you look at my profile, you can see a few branches I made to implement volume control, and Cpu/Memory usage. Just please be patient...
Author
Owner

@DragonzMaster commented on GitHub (May 15, 2015):

@Tbaile
you can try with it ... it can be possible by using (WinMM.Net)
and you can add more than one option (buffer size)
you can find the source here:
https://winmm.codeplex.com/SourceControl/latest
i might try with it but not now as i am having final exams

<!-- gh-comment-id:102506745 --> @DragonzMaster commented on GitHub (May 15, 2015): @Tbaile you can try with it ... it can be possible by using (WinMM.Net) and you can add more than one option (buffer size) you can find the source here: https://winmm.codeplex.com/SourceControl/latest i might try with it but not now as i am having final exams
Author
Owner

@Tbaile commented on GitHub (May 16, 2015):

Well unfortunately i'm a newbie with c# but I'll give it a try, I'll let you know if i get something.

<!-- gh-comment-id:102707931 --> @Tbaile commented on GitHub (May 16, 2015): Well unfortunately i'm a newbie with c# but I'll give it a try, I'll let you know if i get something.
Author
Owner

@DragonzMaster commented on GitHub (May 16, 2015):

ok good luck

<!-- gh-comment-id:102710156 --> @DragonzMaster commented on GitHub (May 16, 2015): ok good luck
Author
Owner

@yankejustin commented on GitHub (May 25, 2015):

@MaxXor I have looked into this and it will require use of an external library; it is significantly more low-level than C# can go.

<!-- gh-comment-id:105312759 --> @yankejustin commented on GitHub (May 25, 2015): @MaxXor I have looked into this and it will require use of an external library; it is significantly more low-level than C# can go.
Author
Owner

@DragonzMaster commented on GitHub (May 25, 2015):

there are more than 1 library you can use @yankejustin
and they are open source so you can add them like ProtoBuf without the need of building the library and make a reference to it ... just a folder and it should work
there is WinMM.NET and NAudio and another one (i don't remember it 😄 )

<!-- gh-comment-id:105313671 --> @DragonzMaster commented on GitHub (May 25, 2015): there are more than 1 library you can use @yankejustin and they are open source so you can add them like ProtoBuf without the need of building the library and make a reference to it ... just a folder and it should work there is WinMM.NET and NAudio and another one (i don't remember it :smile: )
Author
Owner

@bitterypaul commented on GitHub (Apr 9, 2016):

And there's another library out in the wild.
https://github.com/filoe/cscore

<!-- gh-comment-id:207808511 --> @bitterypaul commented on GitHub (Apr 9, 2016): And there's another library out in the wild. [https://github.com/filoe/cscore](cscore)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#69
No description provided.