[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Playing linear or Ulaw encoded sound under MCL
- Subject: Playing linear or Ulaw encoded sound under MCL
- From: mkant+@cs.cmu.edu (Mark Kantrowitz)
- Date: Thu, 6 May 1993 21:15:25 GMT
A while ago I asked about playing sound files under MCL, and somebody
sent me code for playing SND resources. This is close, but not exactly
what I need. I have a program which can generate sound waveforms in
either linear (16/12 bit) or ulaw (8 bit) encoding. I'd like to play
these sounds directly, without having to create a SND resource as an
intermediate step.
--mark