This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mcu
/
stm32f4x
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
218
Commits
1
Branch
0
Tags
23 MiB
C
94%
MATLAB
4.2%
Assembly
1%
Makefile
0.3%
CMake
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
stm32f4x
/
codec2
/
script
/
wav2raw.sh
3 lines
75 B
Raw
Permalink
Blame
History
#!/bin/sh
# Converts wave files to raw (headerless) files
sox
$1
-t raw
$2
Reference in new issue