Hello,
Is it possible to read chapter marks from audio streams URLs like this ones?
“https://auphonic.com/media/blog/auphonic_chapters_demo.m4a”
“https://auphonic.com/media/blog/auphonic_chapters_demo.mp3”
Would be this possible with some kind of JS implementation without any library or node.js?
Best regards
Hey Gongo,
you could use a client library that parses the audio file and pass it to the player (via the store API). Currently we aren’t supporting this since there are a lot of challenges to reliable parse the chepters.
Hey Zusatzstoff,
yes, it is actually what I did.
Thanks!