DasEtwas / enginesound

Procedural engine sound generator controlled via GUI or CLI
MIT License
309 stars 15 forks source link

can this lib generate real time sound with input RPM on raspberry pi? #18

Closed alibaltschun closed 1 year ago

alibaltschun commented 2 years ago

hello, i have a project to generate engine rev in realtime with RPM input and wanna deploy on raspberry pi. can i do this with enginesound? thanks

DasEtwas commented 2 years ago

yes, you should be able to use the exposed api to make a Generator instance and then make pcm using that. idk about the performance of your chip though, it may not handle realtime.