Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undecv/btrvol
Adjust the volume gently.
https://github.com/undecv/btrvol
sleep-timer volume-control windows-volume windows-volume-control
Last synced: 5 days ago
JSON representation
Adjust the volume gently.
- Host: GitHub
- URL: https://github.com/undecv/btrvol
- Owner: undecV
- Created: 2022-11-24T01:18:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T16:43:21.000Z (5 months ago)
- Last Synced: 2024-06-04T18:28:39.428Z (5 months ago)
- Topics: sleep-timer, volume-control, windows-volume, windows-volume-control
- Language: Python
- Homepage:
- Size: 635 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![icon](./resources/icon.32.png) Btrvol
Adjust the volume gently.
> Readme: [English](./README.md), [正體中文](./README.zh.md)
Gently adjust the volume over time.
For example, slowly lower the volume when you fall asleep.
Present by: [undecV](https://github.com/undecv)
## Install
Download the portable executable file from the release page.
## Glance
![Screenshot](./docs/Screenshot_v2.3.0.png)
## 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.