All public logs

Combined display of all available logs of XPUB & Lens-Based wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:33, 5 October 2024 Zuhui talk contribs created page User:Zuhui/Weekly notes/code for audio api, 0923 (Created page with "===Michael's code for reference=== <code> <body> <button class=“sb-start-audio">start</button> <audio src="software_art_repository.ogg" controls style="width: 100%" class=“sb-source” id="voice" data-connect=“voice-volume"></audio> Vol: <input type="range" id="voice-volume" class="sb-gain" data-connect="voice-panner" min="0" max="50" value="1" step="0.01" /><br> Pan: <input type="range" id="voice-panner" class="sb-panner" data-connect="voice-chorus" min=...")