Re: Reducing the size of audio packets
Re: Reducing the size of audio packets
- Subject: Re: Reducing the size of audio packets
- From: William Stewart <email@hidden>
- Date: Tue, 1 Jun 2004 19:00:06 -0700
The output has to present contiguous data - so you can't return less
than what you've asked for EXCEPT for the last time when you are
finishing processing...
So, you can buffer internally all that you want - you can turn around
and ask for more data as much as you need too, but remember its the
output that gets written to the file
Bill
On 01/06/2004, at 6:46 PM, Asher Vander Heiden wrote:
>
Hey,
>
>
I've been working with the 'ReverseOfflineUnit' and 'auprocess'. I've
>
managed to create files that increase the number of samples per packet
>
but when it comes to reducing the number I'm beginning to have
>
problems.
>
>
I am actually dropping samples during the processing but because the
>
'ReverseOfflineUnit' processes the audio stream in packets I just
>
getting gaps of silence in the final audiofile.
>
>
What I would like to be able to do is :
>
1. Process a packet of a certain size within the render then...
>
2. have the processed samples put into smaller output packets so there
>
are no gaps between them.
>
>
Just wondering if anyone out there can help ???
>
>
Thank you in advance,
>
>
Asher Vander Heiden
>
>
_________________________________________________________________
>
SEEK: Now with over 50,000 dream jobs! Click here:
>
http://ninemsn.seek.com.au?hotmail
>
_______________________________________________
>
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.
>
>
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
Culture Ship Names:
Ravished By The Sheer Implausibility Of That Last Statement [GSV]
I said, I've Got A Big Stick [OU]
Inappropiate Response [OU]
Far Over The Borders Of Insanity And Still Accelerating [Eccentric]
________________________________________________________________________
__
_______________________________________________
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.