Re: ExtAudioFile woes

2015-06-12 Thread John Weeks
Yes, I think I made that change and it finally worked. Don't know why it would be required, and it would be nice if there were a way to get that information from the documentation. But there it is, and my seeks now work. Thanks! > On 12 Jun 2015, at 9:50 am, Steve Nicholson wrote: > > The clie

Re: ExtAudioFile woes

2015-06-04 Thread John Weeks
Thanks, Christian. > On 03 Jun 2015, at 5:21 pm, Christian Rober wrote: > > Hi John, > > Without trying this out, here are some quick thoughts that may help (I > apologize if you have already tried these): > > 1) What is value range/type of _starttime? Is it in seconds? Milliseconds? > CP

Re: ExtAudioFile woes

2015-06-03 Thread Christian Rober
Hi John, Without trying this out, here are some quick thoughts that may help (I apologize if you have already tried these): 1) What is value range/type of _starttime? Is it in seconds? Milliseconds? CPU time? I would make sure that it is in seconds, because a really large millisecond value may

ExtAudioFile woes

2015-06-03 Thread John Weeks
I hope this list is alive- I haven't seen anything since I signed up 24 hours ago! I am using ExtAudioFile API's to extract the data from sound files (we publish a scientific data analysis application). I can open a file and read the data just fine. Core Audio makes it pretty easy to do that wi