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

#38 add playing letter sound with a delay during pickup #49

Merged
merged 1 commit into from
May 29, 2017

Conversation

yorugac
Copy link

@yorugac yorugac commented May 29, 2017

As there are two sound, the first is called "pickup" as before, the second is called "echo", to be played after delay. Right now, only English sounds are being played.

@yorugac yorugac requested a review from jo-elimu May 29, 2017 12:14
@@ -133,6 +138,7 @@ Actor {
PickupLogic {
id: pickupLogic
pickupSound: Util.getPathToSound("pickup.wav")
echoSound: Util.getPathToSound("en/letter_sound_" + chosenLetter + ".wav")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make the selection of "en" or "sw" dynamic?

@jo-elimu jo-elimu merged commit ac93269 into elimu-ai:master May 29, 2017
@yorugac yorugac deleted the letter_sounds branch May 29, 2017 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants