Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic speaker-like sound playing #124

Open
jmmv opened this issue Oct 28, 2021 · 2 comments
Open

Add basic speaker-like sound playing #124

jmmv opened this issue Oct 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@jmmv
Copy link
Collaborator

jmmv commented Oct 28, 2021

The missing piece to be able to write some retro-style games or demos is the ability to play some sounds. I'd probably start mimicking the PLAY statement from Locomotive BASIC to generate speaker tones, but may need to research this further. Obviously we could go all fancy and support sound files too, but that should come later.

@jmmv jmmv added the enhancement New feature or request label Oct 28, 2021
@jmmv jmmv added this to the 0.9 milestone Dec 25, 2021
@severak
Copy link

severak commented Jun 8, 2022

I can provide PLAY implementation for javascript. I will look into it and when I have usable demo I would hand over it to you to integrate it.

@jmmv
Copy link
Collaborator Author

jmmv commented Jun 8, 2022

@severak That'd be great! Just having a prototype in Javascript to model the built-in PLAY command from would be helpful, as I know zero about how to generate sound right now.

@jmmv jmmv removed this from the 0.9 milestone Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants