cheofusi / just_playback

A small library for playing audio files in python, with essential playback functionality.
MIT License
70 stars 7 forks source link

Can't set volume before starting playback #2

Closed MCHSL closed 3 years ago

MCHSL commented 3 years ago

You have to call play() before calling set_volume() which results in the first note being really loud.

cheofusi commented 3 years ago

Issue has been fixed.