I'm working on an app for language learning (cards with foreign words with pronunciation). I'm able to use voice over, but I would like to be able to import audio CD with native pronunciation. The problem is that the audio file for given part is not divided per word. Is there any way to detect gaps between them?
I managed to import the songs from the iPod library into the app folder, so I can use AVFoundation, etc. I think it is possible by processing individual samples, but I'm not sure how to do this. Any help would be appreciated.