rootux / portal

Unity based game for burnerot
MIT License
0 stars 1 forks source link

Music & Sound Effects #7

Open rootux opened 1 year ago

rootux commented 1 year ago

Music

Whenever we are playing the games - make sure we play sounds from locally download sound we can use spotify downloader and download this 13 hours playlist -> https://open.spotify.com/playlist/7hJVnYJv6Mv09qRqDPKHZe?si=01be76d0cc7843dd

We need to have a shuffle (NOT Random) function that orders the array of songs and play them one after the other Bonus - we can sync up which song to play - so an http call of play_song with {id:21} is called to play song number 21 in that folder - both computers should have the same mp3 folder sync up

Music should not be playing when we are doing the live zoom session - but instead we should use the microphones (The kinect have microphones - but they may be too far from player so perhaps the webcam also have microphones)

Sound Effects

Whenever the players do something similar with a few of their limbs - like both hands up - they could add sound effects - those should be very generic so they can work with the playlist - some nature sounds - perhaps different random ones

rootux commented 1 year ago

Implemented locally choosing a random music folder, shuffling and playing from it