Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed README #2

Merged
merged 1 commit into from Mar 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
How-To
------

1. use Audacity to create the file with the right settings: 8KHz, 8bit, mono. Do it with WAV export.
1. Audacity will always leave a tail, making the file suck big time. Therefore trim it with: sox fifiu.wav fifiu-cut.wav trim 0 10000s
1. Export it to text with: ./wav2c fifiu-cut.wav fifiu.h sounddata
1. Use Audacity to create the file with the right settings: 8KHz, 8bit, mono. Do it with WAV export.
2. Audacity will always leave a tail, making the file suck big time. Therefore trim it with: `sox fifiu.wav fifiu-cut.wav trim 0 10000s`
3. Compile wav2c with usual `make`
4. Export it to text with: `./wav2c fifiu-cut.wav fifiu.h sounddata`

Links
-----

[Audacity](http://audacity.sourceforge.net/): Free Audio Editor and Recorder

Expand Down