Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASAPI #8

Open
7 tasks
pgaskin opened this issue Apr 25, 2021 · 1 comment
Open
7 tasks

WASAPI #8

pgaskin opened this issue Apr 25, 2021 · 1 comment

Comments

@pgaskin
Copy link
Owner

pgaskin commented Apr 25, 2021

I'm going to look into creating a WASAPI module to allow for:

  • 1:1 output devices
  • 1:1 input devices
  • Loopback of system audio
  • Optional linkage of device volume with PA volume
  • Custom application labels in the mixer
  • Latency options
  • TODO

I've never worked with WASAPI nor created a PA module from scratch, so this might take some time to figure out.

@pgaskin
Copy link
Owner Author

pgaskin commented Apr 25, 2021

I'll probably split this into multiple modules:

  • module-wasapi-loopback
  • module-wasapi-sink
  • module-wasapi-source
  • module-wasapi-detect (automatically loads/unloads the other 3 modules for devices attached to the system instead of just using the default output)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant