petro-kushchak / homebridge-homepod-radio

MIT License
39 stars 2 forks source link

Playing MP3 ok, but volume issue #31

Closed johnnygoodface closed 1 year ago

johnnygoodface commented 1 year ago

Hi, When I play my .mp3 file with http://192.168.1.28:7654/play/Sunshine.mp3 it plays at 100% of volume on my Airport Express with speakers. But when I play the .mp3 a second time (and the same thereafter) the sound is only about 40% loud. Even if I restart Homebridge the sound is still at 40% Any idea?

petro-kushchak commented 1 year ago

Hi - this is strange, plugin just invokes command

atvremote --id ${homepodId} stream_file=${filePath}

w/o specifying volume level...

I could add some "default" volume setting, which would be used when playing files

johnnygoodface commented 1 year ago

Don't mind me, but if you could I'd be glad to test it out Thx

petro-kushchak commented 1 year ago

Hi, try beta version of homebridge-homepod-radio-2.0.9 with audio switch accessory and volume control :)