This should play if your Web browser has WebAssembly enabled (most do). Most examples will play unless they need to load files. The first time you click Play, Csound will spend a few seconds loading, then play. You can edit this code and replay it.
; Select audio/midi flags here according to platform -odac ;;;realtime audio out ;-iadc ;;;uncomment -iadc if realtime audio input is needed too ; For Non-realtime ouput leave only the line below: ; -o pvswarp.wav -W ;;; for file output any platform ; Required settings for WebAudio: sr = 48000 ksmps = 128 nchnls = 2 nchnls_i = 1 ; sr = 44100 ; ksmps = 32 ; nchnls = 2 0dbfs = 1 instr 1 kscal = p4 kshift = p5 asig soundin "fox.wav" ; get the signal in fsig pvsanal asig, 1024, 256, 1024, 1 ; analyse it ftps pvswarp fsig, kscal, kshift ; warp it atps pvsynth ftps ; synthesise it outs atps/2, atps/2 endin ;change scale i 1 0 3 1 i 1 + . 1.5 i 1 + . 3 i 1 + . .25 ;change shift i 1 + . 1 0 i 1 + . . 300 i 1 + . . 0 i 1 + . . -300 e