Download audioSamplingToAudioQueue Free Java Code
Description
This is a simple program that reads a media file from an iOS iPod library using AVAssetReader and send it over to an Audio Queue for playback. The reason why I'm sharing this code is because I was frustrated with the lack of information about this whole process. Special mention goes to usre btomw from stack overflow and the book learning core audio.
Source Files
The download file audioSamplingToAudioQueue-master.zip has the following entries.
README.md//from w w w . j a va 2s .c om
sampleQueueIphone.xcodeproj/project.pbxproj
sampleQueueIphone.xcodeproj/project.xcworkspace/contents.xcworkspacedata
sampleQueueIphone.xcodeproj/project.xcworkspace/xcuserdata/abdullahbakhach.xcuserdatad/UserInterfaceState.xcuserstate
sampleQueueIphone.xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
sampleQueueIphone.xcodeproj/xcuserdata/abdullahbakhach.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
sampleQueueIphone.xcodeproj/xcuserdata/abdullahbakhach.xcuserdatad/xcschemes/sampleQueueIphone.xcscheme
sampleQueueIphone.xcodeproj/xcuserdata/abdullahbakhach.xcuserdatad/xcschemes/xcschememanagement.plist
sampleQueueIphone.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/sampleQueueIphone.xcscheme
sampleQueueIphone.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist
sampleQueueIphone/AppDelegate.h
sampleQueueIphone/AppDelegate.m
sampleQueueIphone/Player.h
sampleQueueIphone/Player.m
sampleQueueIphone/ViewController.h
sampleQueueIphone/ViewController.m
sampleQueueIphone/en.lproj/InfoPlist.strings
sampleQueueIphone/en.lproj/ViewController.xib
sampleQueueIphone/main.m
sampleQueueIphone/sampleQueueIphone-Info.plist
sampleQueueIphone/sampleQueueIphone-Prefix.pch
Download
Click the following link to download audioSamplingToAudioQueue-master.zip.
audioSamplingToAudioQueue-master.zip