Skip to content

undecV/Btrvol

Repository files navigation

icon Btrvol

Adjust the volume gently.

Readme: English, 正體中文

Gently adjust the volume over time.

For example, slowly lower the volume when you fall asleep.

Present by: undecV

Install

Download the portable executable file from the release page.

Glance

Screenshot

Features

  • Built with Python and Tkinter. (Because the Winform used by v1 is extremely slow to start on Windows 11, so slow that one cannot help but think about the ultimate answer to life, the universe, and everything).
  • Four tones: linear, smooth, Gradual, and Rapid.
  • Adaptive interval mode, no longer need to specify intervals.
  • Save and load settings.
  • CLI program.
  • We drew the interactive chart ourselves.

How to use

  • Start: Initial volume.
  • End: Target volume.
  • Duration: The length it takes to change the volume.

Functions decide how the volume change with time.

  • Linear: uniformly.
  • Smooth: slow, then fast, then slow.
  • Gradual: slow, then fast.
  • Rapid: fast, then slow.