Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cryptix/pshdlwavsim

helper for audio processing of PSHDL simulation code - Pipes a WAV file through an external process using os/exec
https://github.com/cryptix/pshdlwavsim

Last synced: 1 day ago
JSON representation

helper for audio processing of PSHDL simulation code - Pipes a WAV file through an external process using os/exec

Awesome Lists containing this project

README

        

pshdlWavSim
===========

helper for audio processing of PSHDL simulation code - Pipes a WAV file through an external process using os/exec

## Todo

- [x] don't pass coeffs through argv[]
can be done with os.Pipe and exec.Cmd ExtraFiles [ex](https://github.com/cryptix/randomcode/blob/13671b73ec55c9fc938547b3b74836c6497f8140/go/passPipe/main.go)