Command line Tuner
Project description
TunEd
Description
TunEd is a command-line tuning tool.
Dependencies
- Python >= 3.12
- PyAudio >= 0.2.14
- sounddevice >= 0.4.6
- numpy >= 1.26.4
TunEd use PyAudio library to stream audio from your computer's microphone.
PyAudio need install of PortAudio.
- For Debian / Ubuntu Linux:
~$ apt-get install portaudio19-dev python-all-dev
Installation
Using pip:
~ $ pip install tuned
With source:
~ $ git clone https://framagit.org/drd/tuned.git
Install requirements:
~ $ pip install -r requirements_dev.txt
To create a python package, go to inside tuned directory:
~ $ cd tuned
Build the package in an isolated environment, generating a source-distribution and wheel in the directory dist/ (https://build.pypa.io/en/stable/):
~$ python -m build
To install it:
~ $ pip install ./dist/tuned-0.2.1-py3-none-any.whl
Usage
Launch TunEd with standard tuning frequency (@440㎐):
~$ tuned
To set a different tuning frequency:
~$ tuned -f 442
You can change the information to display:
~$ tuned -d tuner precision frequency signal_level execution_time
- tuner: Show the tuner interface.
- precision: Show the current value between played note and target note.
- frequency: Show the current note frequency.
- signal_level: Show the current level signal.
- execution_time: Show the execution time of the played note calculation.
Authors
- drd - drd.ltt000@gmail.com - Main developper
License
TunEd is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
TunEd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tuned-0.2.1.tar.gz.
File metadata
- Download URL: tuned-0.2.1.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eae13c8559c4ed766af0960d8781649224bbe056ca2ad8f4327d7f0b1a97b19f
|
|
| MD5 |
c60c01f7bd431bef102e0c41c9488b1d
|
|
| BLAKE2b-256 |
115a43a43190314efc818fe057016c55216238ef57bad8bf922e272da4ebcfbc
|
File details
Details for the file tuned-0.2.1-py3-none-any.whl.
File metadata
- Download URL: tuned-0.2.1-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21a5a9ab423ef01271c5f0101b14f104faba19729458ae934e3d6bc9f6675792
|
|
| MD5 |
b9ee979a079e5617561dfc19db529e97
|
|
| BLAKE2b-256 |
254584ea8191ed0d2c8393a154f97aee86b347391c7946bc210d4ba207c2f1f9
|