Prerequisites
current source academy: https://sourceacademy.org/playground
Expected Behavior
import {make_sound, play } from 'sound';
const click = make_sound(t => math_sin(math_PI * t * 500), 1);
play(click);
should play a sound. Testing with sourceacademy.nus.edu.sg confirms my sound system is working.
Current Behavior
No sound
Failure Information (for bugs)
No console error.
Steps to Reproduce
Run the program above or.
Prerequisites
current source academy: https://sourceacademy.org/playground
Expected Behavior
should play a sound. Testing with sourceacademy.nus.edu.sg confirms my sound system is working.
Current Behavior
No sound
Failure Information (for bugs)
No console error.
Steps to Reproduce
Run the program above or.