|
|
Re: .aiff wrapping?: msg#00242
audio.supercollider.devel
|
Subject: |
Re: .aiff wrapping? |
Indeed. Try this:
<x-tad-smaller>{ </x-tad-smaller>SinOsc.ar(200, 0, 1.2) }.scope
S.
On 26 Aug 2004, at 23:51, James Harkins wrote:
Is your recording format int16 or floating point?
If floating point, then the signal in the file isn't
really clipped.
hjh
--- Lance Putnam <ljputnam-YszBOzCFqnGCCSEA9G1mgw@xxxxxxxxxxxxxxxx> wrote:
Hi,
For some reason, Quicktime (the player in 'Finder')
seems to have a problem
playing back .aiff files made in SC3. 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. I would guess
that Quicktime is robust
enough to handle any .aiff sound format, so I'm
thinking this is SC3's problem.
Thanks,
Lance
--
Lance Putnam
Graduate Student
Media Arts and Technology / UCSB
ljputnam-YszBOzCFqnGCCSEA9G1mgw@xxxxxxxxxxxxxxxx
ATTACHMENT part 2 application/pdf name=Picture 1.pdf
_______________________________________________
sc-dev mailing list
sc-dev-Ayv8T2snMLBt9CRQqspbbg@xxxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev
=====
____ James Harkins /// dewdrop world
\ / jamshark70-/E1597aS9LQAvxtiuMwx3w@xxxxxxxxxxxxxxxx
\/ http://www.dewdrop-world.net
"... love and hot pants, peace, harmony..."
-- Dick Lee, Hot Pants: The Musical
_______________________________________________
sc-dev mailing list
sc-dev-Ayv8T2snMLBt9CRQqspbbg@xxxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev
_______________________________________________
sc-dev mailing list
sc-dev-Ayv8T2snMLBt9CRQqspbbg@xxxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev
|
|