You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide auto-gen sound combos based on moods. Imagine something like a button that says "relax" and users click it and it will auto generate a random group of sounds that are relaxing. Or a button that says "chill" and it will play a random lofi sound.
Request from Kate.
The text was updated successfully, but these errors were encountered:
I just added the button and most code on my fork.
I added a "Mood" property to the sound class (enumerable) and the button to choose them (attachment), although i'm not sure what else to do to implement this, since the existing sounds dont have the property. Someone would have to classify all the sounds on the cloud/remote part of the app.
Clicking one of the buttons would play a random sound based on the mood.
I could go with another approach (pill buttons above the sound grid to filter the sounds), but i've gone the easier route for now.
Might be worth a try, but I think we should just make it work first. The button is a temporary solution, basically for testing.
Take a look at PR #400.
Provide auto-gen sound combos based on moods. Imagine something like a button that says "relax" and users click it and it will auto generate a random group of sounds that are relaxing. Or a button that says "chill" and it will play a random lofi sound.
Request from Kate.
The text was updated successfully, but these errors were encountered: