• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: extaudiofileread stereo float (iOS)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: extaudiofileread stereo float (iOS)


  • Subject: Re: extaudiofileread stereo float (iOS)
  • From: Michael Tyson <email@hidden>
  • Date: Sat, 25 Feb 2012 12:12:10 +0100

Oh, and speaking of the gbd command line, I find this useful for examining the entire contents of arrays, as NSData has a nice 'description' format:

po [NSData dataWithBytesNoCopy:array length:arrayLength freeWhenDone:NO]

Combined with this text service http://atastypixel.com/blog/getting-data-out-of-the-iphone-while-debugging/, you can print out buffer in gdb, then open it as raw audio in an audio app (like Amadeus Pro) and play it back or look at the waveform.

On 25 Feb 2012, at 02:33, Brian Willoughby wrote:

Don't forget that the Xcode debugger (gdb) has a command line.  You can examine variable-length arrays by simply typing in a display command with the appropriate index.  I run into so many examples where the Xcode variable browser does not access the information that I need, that I frequently just use the debugger's command line to access the data by basically typing the C code.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >extaudiofileread stereo float (iOS) (From: Gregory Wieber <email@hidden>)
 >Re: extaudiofileread stereo float (iOS) (From: Michael Tyson <email@hidden>)
 >Re: extaudiofileread stereo float (iOS) (From: Gregory Wieber <email@hidden>)
 >Re: extaudiofileread stereo float (iOS) (From: Michael Tyson <email@hidden>)
 >Re: extaudiofileread stereo float (iOS) (From: Gregory Wieber <email@hidden>)
 >Re: extaudiofileread stereo float (iOS) (From: Brian Willoughby <email@hidden>)

  • Prev by Date: Re: extaudiofileread stereo float (iOS)
  • Next by Date: Re: extaudiofileread stereo float (iOS)
  • Previous by thread: Re: extaudiofileread stereo float (iOS)
  • Next by thread: Re: extaudiofileread stereo float (iOS)
  • Index(es):
    • Date
    • Thread