On Aug 26, 2004, at 3:18 PM, Lance Putnam wrote:
Hi,
For some reason, Quicktime (the player in 'Finder') seems to have a
problem
playing back .aiff files made in SC3.
plays OK in both the Finder and in QuickTime player for me.
What format are you recording? What OS version and what QuickTime
version are you using?
I'm using the record button on the
server window to record a clipped sinewave.
(
SynthDef("help-SinOsc",{ arg out=0;
Out.ar(out,
SinOsc.ar(200, 0, 1.2)
)
}).play;
)
The waveform wraps instead of properly clipping as shown in Sound
Studio. I
attached a picture of the waveform.
Sound Studio is probably wrapping floating point samples to integer
instead of clipping. So I think that this is Sound Studio's problem.
I would guess that Quicktime is robust
enough to handle any .aiff sound format, so I'm thinking this is SC3's
problem.
I have no trouble playing them in QuickTime.