 |
 |
|
 |
07-03-2009, 03:52 AM
|
#1 (permalink)
|
|
Registered Member
Join Date: Jul 2009
Posts: 9
|
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!
|
|
|
07-03-2009, 04:12 AM
|
#2 (permalink)
|
|
Registered Member
Join Date: Jun 2009
Posts: 25
|
Quote:
Originally Posted by brambos
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;
|
|
|
07-03-2009, 03:23 PM
|
#3 (permalink)
|
|
Registered Member
Join Date: Jul 2009
Posts: 9
|
Thanks for the superfast response! That code makes a lot of sense, I'm going to try it out right away.
Cheers!
|
|
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
» Advertisements |
» Online Users: 483 |
| 46 members and 437 guests |
| al31, alexgiul, atsd, axeman, black666, bravetarget, BrianSlick, ChrisJW, ChrisMayer, DevSdk, digidan, d_CFO, finefin, ggalante, GhostDog, invisigoth, iPhoneDevelopment, johnnybluejeans, josep@sixtemia.com, JoshuaCaputo, lbergelt, LemonMeringue, lukeca, Maximilian, MiniRobinho, mlo, msu, ncmacman, nibby, Noise, Sai Baba, sebswift, spark86, svguerin3, their, themathminister, tturk, umarmara, vcanic, warmi, winklllll, wooyaiz, x2on, ztaksoftware, ZunePod |
| Most users ever online was 779, 05-11-2009 at 10:55 AM. |
» Stats |
Members: 21,503
Threads: 35,782
Posts: 156,774
Top Poster: smasher (2,449)
|
| Welcome to our newest member, sebswift |
|