https://github.com/computermouth/audiotest
https://github.com/computermouth/audiotest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computermouth/audiotest
- Owner: computermouth
- Created: 2019-03-04T08:30:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T08:30:58.000Z (over 7 years ago)
- Last Synced: 2025-03-30T09:25:03.774Z (about 1 year ago)
- Language: C
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. (ok ) `wav` to `midi` with [waon](https://github.com/kichiki/WaoN)
2. (no ) change instrument with `rosegarden` (sucks though, figure out how to do it manually)
3. (no ) create 2 `midi` with `helicopter` and `woodblock`
4. (ok?) convert to `wav`
5. (ok?) kill clippy stereo channel (right?)
6. (ok?) mix tracks (woodblock at 80% vol) `audacity` (sucks though, combine tracks in midi?)
7. (ok?) normalize `audacity`, sucks though
should be able to do everything with `waon`, `sox`,
### mix waves (maybe do it at midi though) (figure out volume)
`sox -M heli.wav myrecording.wav output_test.aiff`
### get left
`sox infile.wav outfile.l.wav remix 1`
### normalize
`sox −−norm=−3 infile outfile`
### get bytes
`xxd -i somefile.wav > somefile_wav.h`