Raspberry Pi での実行に適した低レイテンシのギター エフェクト プロセッサ
A low latency guitar effects processor in C++ suitable for running on smaller boards (e.g. a raspberry pi). High level overview The web UI calls into the web server which then manipulates the pedal board. Sound card interface The AudioTransformer class uses RtAudio to interface with the sound card. The values read from the soundcard…