How to programmatically generate an audio podcast file with chapters and text track?
- by adib
Hi
Anybody know how to programmatically generate audio podcast files with bookmarks that can be used in iTunes / iPod / iPhone / iPod touch? Specifically text bookmarks (bookmarks with titles) that the listener can skip to a specific point in time in the audio file. Also how to add the text transcription of the podcast's content.
Even better if you have an example Cocoa code or library to write the audio file.
Thanks.