jlahman / 3DAW

CIS4930 Project. On hold. The readme is out of date.
2 stars 0 forks source link

[BACKEND] Seperate audio processing(convulution and scaling, etc) and animation player #9

Open jlahman opened 5 years ago

jlahman commented 5 years ago

AudioProcessor would become AudioPlayer, it would play what ever is in its buffer, or have a queue of data to play?

jlahman commented 5 years ago

Separated at the moment, but audio processing is now happening in animation player. Will eventually move it out once animation player gets more functional