markjamesm / MusicSharp

MusicSharp is a lightweight TUI music player written in C#.
https://markjames.dev/blog/developing-a-cli-music-player-csharp/
GNU General Public License v3.0
57 stars 11 forks source link

Add volume controls #14

Closed marijnz0r closed 4 years ago

marijnz0r commented 4 years ago

The increments and decrements look a bit weird, because of using floats for the volume control.

Closes https://github.com/markjamesm/MusicSharp/issues/4

markjamesm commented 4 years ago

This works great when I tested it, pulling it into the main branch now.