Play recorded sounds: Difference between revisions

Content added Content deleted
Line 259: Line 259:
c_proc(xPlaySound,{filename,1})
c_proc(xPlaySound,{filename,1})
elsif platform()=LINUX then
elsif platform()=LINUX then
system("sox -m -v 0.75 chimes.wav -v 0.25 chord.wav -d trim 0 6 repeat 5")
system("paplay chimes.wav")
system("paplay chord.wav")
end if
end if
end procedure
end procedure