SoundCite is a simple-to-use tool that lets you add inline audio to your story. The audio is not isolated; it plays right under the text you choose.
Planning to start an all
<span class="soundcite"
data-url="https://thejeshgn.com/wp-content/uploads/2019/12/techmaathu_advt.mp3"
data-start="0" data-end="48000" data-plays="1">
new podcast about tech in Kannada called TechMaathu</span>. Stay tuned.
will appear as :
Planning to start an all new podcast about tech in Kannada called TechMaathu. Stay tuned.- Its a span
- class should be soundcite
- data-url is url of mp3
- data-start at which miliseconds to start playing
- data-end is at which milisecons to stop playing
- data-plays = 0 to play by default
- include - player.css
- include - soundcite.js
- Custom Styling