← back to examples list
This is a primitive live chapters editor for CPU-Audio, helping you to build link in page for your website, blog, CMS, etc.
Think my editor is ugly ? You're right ! Just help us !
+ Add a new chapter
Set position to now Test time position × Remove this chapter
Your browser is loading very slowly, or doesn't support WebComponent fairly enough. This application cannot run without it.
Copy and paste this HTML code :
Copy and paste this MarkDown code :
Copy and paste this Wiki code :
Save this in a .vtt file :
Then insert a <track kind="chapters" default src="…"> tag reffering it into your <audio control> tag
<track kind="chapters" default src="…">
<audio control>
Save this in a .json file :
In your javascript, you can use Element.CPU.bulkPoints(planeName, {your generated json}); in your code
Element.CPU.bulkPoints(planeName, {your generated json});