isamert / empv.el

An Emacs media player, media library manager, radio player, YouTube frontend
GNU General Public License v3.0
107 stars 19 forks source link

Add volume up and down functions #3

Closed mefff closed 3 years ago

mefff commented 3 years ago

Hey, nice project you did. I added some functions to turn up/down the volume.

Tbh played with the code for a while and came up with this, let me know if there was a better/cleaner way to do it. It seemed like an easy task.

isamert commented 3 years ago

This looks quite good, thanks a lot!

isamert commented 3 years ago

While I was experimenting with these functions I realized that sometimes I just want to drop the volume to a very low value or to a very high one. So I just added a function where you can just enter an exact value to set, empv-set-volume. I think it's also useful for these kind of specific cases. Just wanted to let you know!

mefff commented 3 years ago

Absolutely. I thought about that but was sure of how to properly do it. Thanks!