eliasku / auph

Trivial audio mixer API for native and web targets
13 stars 0 forks source link

Plans for dsp functionality? #1

Open cambiata opened 3 years ago

cambiata commented 3 years ago

Hi Eliasku!

Very cool project! Haven't tried building for native yet, but web seems to run fine. Do you have plans for allowing jack in for dsp functionality?

Best! / Jonas

eliasku commented 3 years ago

Thank you! Right now focus is to build rock-solid minimal API driver for all platforms with minimal set of features. Next step is to migrate some my pet projects from miniaudio to auph, fix quality issues and finish infrastructure.

But let's build the LIST :)

For jack in you mean to set User function to process input and return new output somewhere between Bus and Output device?

cambiata commented 3 years ago

Hi Elias!

Thanks for your answer. (I somehow missed it.) Yes, just what I mean by "jack in". Your list seems to cover most cases, however. :-)