How to programmatically generate an audio podcast file with chapters and text track?
Posted
by adib
on Stack Overflow
See other posts from Stack Overflow
or by adib
Published on 2010-05-29T17:06:58Z
Indexed on
2010/06/05
9:12 UTC
Read the original article
Hit count: 272
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.
© Stack Overflow or respective owner