psd / MrNo

Decodes a WAV file into a sequence of 8 ascii characters, sent to a serial port for an art exhibit

This URL has Read+Write access

MrNo /
name age message
file COPYING Loading commit data...
file Makefile
file README
file base.h
file in.wav
file playwav.c
file test.sh
file tty.c
file tty.h
file wav.c
file wav.h
README
Decodes a WAV file into a sequence of 8 ascii characters, sent to a serial port for an art exhibit.

Installation:

    $ make

Test Cycle Mode:

    $ playwav -t

    $ playwav -i 1000000 -l /dev/ttys0 -r /dev/ttys1 -t

Running:

    $ playwav -i 1000000 -l /dev/ttys0 -r /dev/ttys1 -f MrNo.wav

Command usage:

    $ playwav -?

Source code: 

    http://github.com/psd/MrNo/tree/master