UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

32 lines (27 loc) 1.14 kB
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="Cache-Control" content="no-cache,no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <title>JSDK Example</title> <link rel="shortcut icon" href="#" /> <script src="/jsdk/dist/jscore.js"></script> <script src="/jsdk/dist/jsdk-config.js?_=25"></script> </head> <body> <h2>You can play multiple audio in same meantime</h2> <button id="btnPlay1">Play Wav1</button> <button id="btnStop1">Stop Wav1</button> <input type="range" min="0" max="100" value="100" id="range1"> <br> <button id="btnPlay2">Play Wav2</button> <button id="btnStop2">Stop Wav2</button> <input type="range" min="0" max="100" value="100" id="range2"> <script src="../env.js"></script> <script src="audiopro.js"></script> </body> </html>