Skip to content

regression in sound: currently not audible (conductor and non-conductor) #707

Description

@martin-henz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug[Category]critical[Priority] Fixing this is mission-critical

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions