Closed janlelis closed 3 years ago
Exactly. I have already been playing around to record/produce the two sounds, but also looking for suggestions :)
Also, we can iterate on the exact sounds, or run some kind of poll
Main events:
peer_joined
-- as noted, most importantpeer_left
-- someone leftMore interesting events (could be done in a 2nd stop):
room_joined
-- successfully joined the chat partyroom_left
-- call overHey @janlelis, I've just added a proof of concept here.
There's two potential solutions, AFAIK:
My preference is option 2, and I can look into producing two distinct sounds for - as a start - peer_joined
and peer_left
?
@pascalwengerter Awesome! I'll take a look early next week!
If it is stable enough web audio would be awesome, maybe option 2 is just a fall-back (on the other hand, we currently only target modern browsers)
Hey Pascal! Thanks for the proof-of-concept "beep"! Although I Love that it is generated in the browser, I think from a sound-design perspective, there is still some room for improvements :). Maybe we can jam with the sounds on some other web platform (where jamming is easier) and then move it to palava? (We could also do a jam session at my place!)
@janlelis let's go ahead with this one during our session later this week, looking forward!
@janlelis I'm back at it - feel free to take a look at this PoC!
@janlelis this one can be closed after yesterday's merge, right? :)
@janlelis this one can be closed after yesterday's merge, right? :)
Would love to have it on staging first, @farao have you gotten round rebasing it into the staging branch?
Would love to have it on staging first, @farao have you gotten round rebasing it into the staging branch?
Ah damn, I had guessed your release triggered some CI/CD thing 😅 my bad!
Online! (On Staging)
Can this be hooked up within
Room.vue
, e.g. within thertc.on("peer_joined", [...]
function/event (line 142)?