← back to examples list

CPU-Audio chapters editor

This is a primitive live chapters editor for CPU-Audio, helping you to build link in page for your website, blog, CMS, etc.

Configure editor

Think my editor is ugly ? You're right ! Just help us !

Chapters editor



Player didn't start (yet ?)

Your browser is loading very slowly, or doesn't support WebComponent fairly enough. This application cannot run without it.

Generated HTML

Copy and paste this HTML code :


    
Generated MarkDown

Copy and paste this MarkDown code :


    
Generated DokuWiki

Copy and paste this Wiki code :


    
Generated WebVTT

Save this in a .vtt file :


        

Then insert a <track kind="chapters" default src="…"> tag reffering it into your <audio control> tag

Generated points JSON

Save this in a .json file :


        

In your javascript, you can use Element.CPU.bulkPoints(planeName, {your generated json}); in your code