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 audio playback support #3

Closed
Lartu opened this issue Mar 3, 2019 · 0 comments
Closed

Add audio playback support #3

Lartu opened this issue Mar 3, 2019 · 0 comments
Labels
enhancement Make a feature we already have better

Comments

@Lartu
Copy link
Owner

Lartu commented Mar 3, 2019

Check this and add audio playback support to the language. Maybe something like:

DATA:
myAudio IS AUDIO

PROCEDURE:
LOAD AUDIO "audio.mp3" IN myAudio
PLAY myAudio
...
PAUSE myAudio
PLAY myAudio LOOPING
...
STOP myAudio

SET VOLUME OF myAudio TO number

https://stackoverflow.com/questions/3636715/cross-platform-sound-api-for-games

@Lartu Lartu added the enhancement Make a feature we already have better label Mar 3, 2019
@Lartu Lartu added this to the LDPL 1.2.0 milestone Mar 5, 2019
@Lartu Lartu removed this from the LDPL 1.2.0 milestone Mar 13, 2019
@Lartu Lartu closed this as completed Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Make a feature we already have better
Projects
None yet
Development

No branches or pull requests

1 participant