m1dugh / native-sound-mixer

MIT License
25 stars 13 forks source link

Per app audio panning function #16

Closed cepsong closed 2 years ago

cepsong commented 2 years ago

Is it possible to add in the control of per app audio panning (to the left or right channel) by scripts? This is highly appreciated!

cepsong commented 2 years ago

An example could be: Application A: L - 25% R - 0%

Application B:

L - 0% R - 100%

You could editing a video (B) on one ear , but still not detached from listening to a news or music stream (A) on the other ear. Possible to do this?

m1dugh commented 2 years ago

This could be possible it might take a little bit of time to develop i'll be working on it soon.

cepsong commented 2 years ago

That’s great! Really looking forward to it. Highly appreciate it.

On 16 Oct 2021, at 4:01 PM, m1dugh @.***> wrote:

 This could be possible it might take a little bit of time to develop i'll be working on it soon.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

cepsong commented 2 years ago

This could be possible it might take a little bit of time to develop i'll be working on it soon. This might be useful to you, regarding the audio pan. https://github.com/rakslice/pymixer

m1dugh commented 2 years ago

it appears I can get the channels but I don't have any ideas of where the channels are located x)

cepsong commented 2 years ago

Can you be a bit more specific? Would the link I shared be helpful in getting some ideas to pan the channels per app?

m1dugh commented 2 years ago

You can now handle stereo in your programs for windows only as of version 3.3.0-win. take a look at the README to know how to use it