Re: porting from linux
Re: porting from linux
- Subject: Re: porting from linux
- From: Christof Faller <email@hidden>
- Date: Tue, 14 May 2002 01:52:47 +0200
Right now, when I load a sound, it comes in much too loud, clipping all
the way through. I have to greatly reduce the gain of the wave file
before trying to load it. Then it will come out OK but if I try to mix
down to disk it gets some channels too soft some loud.
Is there something obvious going on around here that I'm missing ?
I first had a similar problem when I converted my integer (16bit audio)
data to float when writing into the AudioUnit buffer. You need to scale
to a range of +-1.0. Then obviously before writing to disk again you
need to amplify it again.
Chris
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.