Page 1 of 1

Hekkus. Load audio on iPhone.

PostPosted: Mar 26, 2009 @ 11:14am
by tinybulb.com
Hi,

Is there any nice way to load audio for Hekkus on iPhone from READONLY path? Right now I do the following to load the sound:

if(E_OK == ecd.snd->Open()) {
ecd.file->Open("aurora.mod", EFOF_READONLYPATH);

int size = ecd.file->Size();
char* data = new char[size];
ecd.file->Read(data, size);
ecd.snd->LoadMusic(0, data, size);

ecd.file->Close();
}

PostPosted: Mar 27, 2009 @ 8:10am
by edge

PostPosted: Apr 16, 2009 @ 12:58pm
by tinybulb.com

PostPosted: Apr 18, 2009 @ 1:06pm
by edge