ade-ma / LibRedio

DSP abstractions
GNU General Public License v3.0
24 stars 2 forks source link

hooks for soft real-time control #15

Closed itdaniher closed 10 years ago

itdaniher commented 10 years ago

With the basics of stream processing in place, exploring the semantics of using this tool for implementing DSP primitives like biquad filters may be a decent use of time. This will likely require some sugar on top of the current StreamConfig packet and/or time::precise_time_ns().

itdaniher commented 10 years ago

Note this is tied to the Reading serialization schema which includes a f64-since-epoch timestamp, to be used by the currently-unwritten python closed loop control algorithm.

itdaniher commented 10 years ago

-> https://github.com/itdaniher/ratpak