Do not follow this link

~signal_processor/ds_p_i

Provide trait based interfaces around ds_p functions
Update node_interface
Update node_interface, make metadatas responsibility of consumer

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~signal_processor/ds_p_i
read/write
git@git.sr.ht:~signal_processor/ds_p_i

You can also use your local clone with git send-email.

ds_p provides code that is meant to do the math in an audio procesor. In an effort to keep its architecture flexible there are no common interfaces, which poses a problem when one wants to progrmatically assemble graphs, or generically operate on a container of processors. ds_p_i's job is to provide code from ds_p with that interface, using traits defined in node_interface.

Do not follow this link