Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 07-03-2009, 03:52 AM   #1 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 12
Default Reading a binary file?

Hi all.. I'm a bit of a noob when it comes to Xcode and Objective-C, so please bear with me.

I have a file with raw audio data (just a bunch of signed 16-bit integers) which I would like to read into an array.

All the examples I see just deal with reading text-files so I'm wondering how to read unformatted binary data with the app.

Any pointers?

Thanks!
brambos is offline   Reply With Quote
Old 07-03-2009, 04:12 AM   #2 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 25
Default

Quote:
Originally Posted by brambos View Post
Hi all.. I'm a bit of a noob when it comes to Xcode and Objective-C, so please bear with me.

I have a file with raw audio data (just a bunch of signed 16-bit integers) which I would like to read into an array.

All the examples I see just deal with reading text-files so I'm wondering how to read unformatted binary data with the app.

Any pointers?

Thanks!
Something like:

Code:
[myfilehandle seekToFileOffset:myOffset];
NSData *data = [myfilehandle readDataOfLength:myBLockSize];
SInt16 *rawData = data.bytes;
UInt32 length = data.length;
pwnified is offline   Reply With Quote
Old 07-03-2009, 03:23 PM   #3 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 12
Default

Thanks for the superfast response! That code makes a lot of sense, I'm going to try it out right away.

Cheers!
brambos is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Stats
Members: 158,475
Threads: 89,090
Posts: 380,122
Top Poster: BrianSlick (7,091)
Welcome to our newest member, drg4cen
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:04 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0