Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days ago
JSON representation
helper for audio processing of PSHDL simulation code - Pipes a WAV file through an external process using os/exec
- Host: GitHub
- URL: https://github.com/cryptix/pshdlwavsim
- Owner: cryptix
- License: mit
- Created: 2014-07-04T11:52:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-25T18:24:31.000Z (almost 10 years ago)
- Last Synced: 2024-12-05T17:10:37.725Z (29 days ago)
- Language: Go
- Size: 930 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)