UNPKG

@speechkit/speechkit-audio-player

Version:

A web player component that can play audio from https://speechkit.io

30 lines (25 loc) 645 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Speechkit example</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body { background: cornsilk; } .demo { max-width: 520px; margin: 0 auto; } </style> </head> <body style="height: 2000px;"> <div class="demo"> <iframe allowfullscreen="false" frameborder="0" id="speechkit-io-iframe" scrolling="no" data-src="http://spkt.local:3000/a/9" style="display: none;"></iframe> <script src="./speechkit-iframe-helper.js"></script> </div> </body> </html>