6 lines
102 B
Mathematica
6 lines
102 B
Mathematica
|
function play_wave(wave, fs)
|
||
|
%PLAY_WAVE:Arthur Lu plays a wave as sound
|
||
|
sound(wave, fs)
|
||
|
end
|
||
|
|