Jump to content

Audio overlap loop: Difference between revisions

m
Line 76:
 
=={{header|Julia}}==
Uses Julia's ability to run iterations of a 4 loop in separate threads to play a file 4 times, with each play 0.1 seconds out of sync with the previous play. Requires 4 available threads on the CPU at Julia startup.
<lang julia>const soundfile = "loop.wav"
 
4,105

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.