Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Sounds #70

Open
nurupo opened this issue Oct 15, 2013 · 0 comments
Open

Sounds #70

nurupo opened this issue Oct 15, 2013 · 0 comments

Comments

@nurupo
Copy link
Owner

nurupo commented Oct 15, 2013

Add support of sounds, nicely donated by Adam Reid #7

Ideally there should be a SoundManager singleton class, which would get path to where music is stored from Settings class and would be called from all around the code like

SoundManager::getInstance().play(Sound::FriendRequestReceived);

Note that some sounds should be looped until requested to stop.

A settings page should be implemented for configuring sounds. Enable/disable all or partially some sounds. There is no need in adding volume control, since it can be tweaked per application in modern operating systems.

Support of sounds packs would be a plus.
(What should happen when you have a looping sound playing and you switch the sound pack?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant