|
After spending a better part of the day trying to get this to work, I'm still having issues with BASS reading the file.
Sending one of these paths into Bass: /localhost/var/mobile/Applications/684062D5-9670-4FFD-B756-726EF40798C7/Documents/song.m4a /private/var/mobile/Applications/684062D5-9670-4FFD-B756-726EF40798C7/Documents/song.m4a /var/mobile/Applications/684062D5-9670-4FFD-B756-726EF40798C7/Documents/song.m4a
Using code (c#): BASS_SetConfig(34, 0); BASS_Init(-1, 44100, 0, 0, IntPtr.Zero); BASS_StreamCreateFile(false, path, 0, 0, BASSFlag.BASS_UNICODE);
The file is being properly copied into the sandbox document folder, but the file cannot be loaded. I can download the documents directory via Xcode and play the file in iTunes on my mac. Any ideas on what's going on?
|