Implemented sound playing with test sound
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 19 Jan 2011 18:32:33 +0000 (19:32 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 19 Jan 2011 18:32:33 +0000 (19:32 +0100)
commit0a6b83f80b277780a2c23aaa9c2c433a234f16b3
treeef3d3c2a36e4432e810b2cf0c53ed40473dd9d1e
parent24f606be7ff02b0267401f1eb6373d3a8a6d11e0
Implemented sound playing with test sound

Implemented glk_schannel_play() and glk_schannel_stop() with a 440 Hz
sine wave as a test sound. This sound is played no matter what resource
number you pass to glk_schannel_play() and keeps going until you call
glk_schannel_stop().
libchimara/schannel.c
tests/soundtest.c