TunEd


NameTunEd JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryCommand line Tuner
upload_time2025-08-17 17:53:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords python audio tuner
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TunEd

## Description

**TunEd** is a command-line tuning tool.

## Dependencies

- Python >= 3.12
- sounddevice >= 0.4.6
- numpy >= 1.26.4
- scypy >= 1.16.1

**TunEd** use **sounddevice** library to stream audio from your computer's microphone.

**sounddevice** need install of **PortAudio**.

- For Debian / Ubuntu Linux:

```bash
~$ apt-get install portaudio19-dev python-all-dev
```

## Installation

Using pip:

```bash
~ $ pip install tuned
```

With source:

```bash
~ $ git clone https://framagit.org/drd/tuned.git
```

Install requirements:

```bash
~ $ pip install -r requirements_dev.txt
```

To create a python package, go to inside tuned directory:

```bash
~ $ 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/>):

```bash
~$ python -m build
```

To install it:

```bash
~ $ pip install ./dist/tuned-0.3.0-py3-none-any.whl
```

## Usage

Launch TunEd with standard tuning frequency (@440㎐):

```bash
~$ tuned
```

To set a different tuning frequency:

```bash
~$ tuned -f 442
```

To change the detection mode:

- Chord detection:

```bash
~$ tuned -m chord
```

- Note detection (default value):

```bash
~$ tuned -m note
```

You can change the information to display:

```bash
~$ tuned -v
```

- **-v**: Show precision (current value between played note and target note).
- **-vv**: Show precision and current note frequency.
- **-vvv**: Show precision, frequency and current level signal.
- **-vvvv**: Show precision, frequency, level signal and 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/>.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "TunEd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "python, audio, tuner",
    "author": null,
    "author_email": "drd <drd.ltt000@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/aa/f3/74ded17f50174578f8e6bf6856fea75d4292f8470faec6a525f9b98d3abc/tuned-0.3.0.tar.gz",
    "platform": null,
    "description": "# TunEd\n\n## Description\n\n**TunEd** is a command-line tuning tool.\n\n## Dependencies\n\n- Python >= 3.12\n- sounddevice >= 0.4.6\n- numpy >= 1.26.4\n- scypy >= 1.16.1\n\n**TunEd** use **sounddevice** library to stream audio from your computer's microphone.\n\n**sounddevice** need install of **PortAudio**.\n\n- For Debian / Ubuntu Linux:\n\n```bash\n~$ apt-get install portaudio19-dev python-all-dev\n```\n\n## Installation\n\nUsing pip:\n\n```bash\n~ $ pip install tuned\n```\n\nWith source:\n\n```bash\n~ $ git clone https://framagit.org/drd/tuned.git\n```\n\nInstall requirements:\n\n```bash\n~ $ pip install -r requirements_dev.txt\n```\n\nTo create a python package, go to inside tuned directory:\n\n```bash\n~ $ cd tuned\n```\n\nBuild the package in an isolated environment, generating a source-distribution and wheel in the directory dist/ (<https://build.pypa.io/en/stable/>):\n\n```bash\n~$ python -m build\n```\n\nTo install it:\n\n```bash\n~ $ pip install ./dist/tuned-0.3.0-py3-none-any.whl\n```\n\n## Usage\n\nLaunch TunEd with standard tuning frequency (@440\u3390):\n\n```bash\n~$ tuned\n```\n\nTo set a different tuning frequency:\n\n```bash\n~$ tuned -f 442\n```\n\nTo change the detection mode:\n\n- Chord detection:\n\n```bash\n~$ tuned -m chord\n```\n\n- Note detection (default value):\n\n```bash\n~$ tuned -m note\n```\n\nYou can change the information to display:\n\n```bash\n~$ tuned -v\n```\n\n- **-v**: Show precision (current value between played note and target note).\n- **-vv**: Show precision and current note frequency.\n- **-vvv**: Show precision, frequency and current level signal.\n- **-vvvv**: Show precision, frequency, level signal and the execution time of the played note calculation.\n\n## Authors\n\n- **drd** - <drd.ltt000@gmail.com> - Main developper\n\n## License\n\nTunEd 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.\n\nTunEd 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.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Command line Tuner",
    "version": "0.3.0",
    "project_urls": {
        "repository": "https://framagit.org/drd/tuned"
    },
    "split_keywords": [
        "python",
        " audio",
        " tuner"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "637c736acc5c6c06a67e118584a27c1e8e5e17b1d016c551ed90a05c42c11a13",
                "md5": "36d68bae5a2945b85feeaa9ca924db2f",
                "sha256": "01b907badcc400d6aa869d60f3245b1b74f3b66a28e0da6971040e159bc6c6f1"
            },
            "downloads": -1,
            "filename": "tuned-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36d68bae5a2945b85feeaa9ca924db2f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 29157,
            "upload_time": "2025-08-17T17:53:35",
            "upload_time_iso_8601": "2025-08-17T17:53:35.999863Z",
            "url": "https://files.pythonhosted.org/packages/63/7c/736acc5c6c06a67e118584a27c1e8e5e17b1d016c551ed90a05c42c11a13/tuned-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aaf374ded17f50174578f8e6bf6856fea75d4292f8470faec6a525f9b98d3abc",
                "md5": "f16bc24e82092de4c1e1522ba0abadba",
                "sha256": "355979daaaf8dedb0780f4ca24a503aa67fcfdef3a73b470f73a1f00cee531be"
            },
            "downloads": -1,
            "filename": "tuned-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f16bc24e82092de4c1e1522ba0abadba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 24928,
            "upload_time": "2025-08-17T17:53:36",
            "upload_time_iso_8601": "2025-08-17T17:53:36.936386Z",
            "url": "https://files.pythonhosted.org/packages/aa/f3/74ded17f50174578f8e6bf6856fea75d4292f8470faec6a525f9b98d3abc/tuned-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-17 17:53:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tuned"
}
        
Elapsed time: 0.92891s