kevinfrei / EMP

A functional music player for FLAC, mp3, and m4a audio. This was a project to do while on "recharge" at Facebook: because I'm a manager I like to have something to 'scratch the coding itch'. It's built with TypeScript, Electron, React, and Recoil. I continue to add little fit & finish things when I'm either bored or irritated about something wrong.
Creative Commons Zero v1.0 Universal
16 stars 0 forks source link

Volume *looks* right, but doesn't actually get set on load #60

Closed kevinfrei closed 1 year ago

kevinfrei commented 1 year ago

It appears to be always set to 1.0, even when it's not. As soon as you touch the volume slider, it's fixed. Feels like a silly startup problem.

kevinfrei commented 1 year ago

Fixed with a8475e07e49b6453f14a897600bebecb269c4a6e

I still should get rid of the last usage of GetAudioElem. That thing's pretty evil...