Sound Stateful-ness #5

Open
opened 2024-09-06 11:38:03 -04:00 by josh · 0 comments

We require the ability play, pause, stop, restart, seek-track, change playback speed, etc. on sounds. We need a system to track which sounds have started playing, and how far along they are. Use that to control what part of the sound gets passed into the buffer at what time. Combine this with mixing once completed.

Sound::Play()
Sound::Pause()
Sound::Stop()
Sound::Seek(float)
Sound::SetPlaybackSpeed()

We require the ability play, pause, stop, restart, seek-track, change playback speed, etc. on sounds. We need a system to track which sounds have started playing, and how far along they are. Use that to control what part of the sound gets passed into the buffer at what time. Combine this with mixing once completed. Sound::Play() Sound::Pause() Sound::Stop() Sound::Seek(float) Sound::SetPlaybackSpeed()
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Redacted/ReMixer#5
No description provided.