mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #135] Getting system audio #69
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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!
@bitterypaul commented on GitHub (May 15, 2015):
@yankejustin i need your feedback on other issues opened by me
@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...
@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
@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.
@DragonzMaster commented on GitHub (May 16, 2015):
ok good luck
@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.
@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 😄 )
@bitterypaul commented on GitHub (Apr 9, 2016):
And there's another library out in the wild.
https://github.com/filoe/cscore