briankendall / proxy-audio-device

A virtual audio driver for macOS to sends all audio to another output
The Unlicense
514 stars 33 forks source link

Change audio format #4

Open josiasMO opened 3 years ago

josiasMO commented 3 years ago

Hi @briankendall ,

First of all, congratulations on the project. It's very good and it will be very helpful to me.

One suggestion that I have is to make the audio format configurable as well. Currently I saw that it is set as Float 32bit and it cannot be changed:

Screen Shot 2020-07-24 at 12 05 13 AM

Could you help me on the process to change it to be Int 16bit instead?

If you think this could be a good addition to the project, I could submit a PR with the changes to add support for it if you give me some guidelines on the necessary changes.

Thanks,