usound


Nameusound JSON
Version 0.1.0.1 PyPI version JSON
download
home_pagehttps://github.com/hamacom2004jp/usound
Summaryusound: This application transcribes the voice of a PC speaker.
upload_time2025-02-02 13:16:49
maintainerhamacom2004jp
docs_urlNone
authorhamacom2004jp
requires_python>=3.8
licenseMIT
keywords cli restapi redis fastapi
VCS
bugtrack_url
requirements cmdbox faster-whisper soundcard soundfile sphinx sphinx-rtd-theme sphinx_fontawesome sphinx-intl sphinx-sitemap twine wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Unravel The Sound

This application transcribes the voice of a PC speaker.
The AI model is connected to the Internet for downloading, but after that, it runs locally and does not upload data.

# Install

- Install usound with the following command.

```bash
pip install usound
usound -v
```

# Lisence

This project is licensed under the MIT License, see the LICENSE.txt file for details

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hamacom2004jp/usound",
    "name": "usound",
    "maintainer": "hamacom2004jp",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "hamacom2004jp@gmail.com",
    "keywords": "cli restapi redis fastapi",
    "author": "hamacom2004jp",
    "author_email": "hamacom2004jp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/25/06/c0ed4c41d3cdbc1dec0b1c2f79ab1010664178606e85c759672b37f3b05b/usound-0.1.0.1.tar.gz",
    "platform": null,
    "description": "# Unravel The Sound\r\n\r\nThis application transcribes the voice of a PC speaker.\r\nThe AI model is connected to the Internet for downloading, but after that, it runs locally and does not upload data.\r\n\r\n# Install\r\n\r\n- Install usound with the following command.\r\n\r\n```bash\r\npip install usound\r\nusound -v\r\n```\r\n\r\n# Lisence\r\n\r\nThis project is licensed under the MIT License, see the LICENSE.txt file for details\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "usound: This application transcribes the voice of a PC speaker.",
    "version": "0.1.0.1",
    "project_urls": {
        "Download": "https://github.com/hamacom2004jp/usound",
        "Homepage": "https://github.com/hamacom2004jp/usound"
    },
    "split_keywords": [
        "cli",
        "restapi",
        "redis",
        "fastapi"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad473459c311cb3d37edf209a64382a2e6cf9975d1b7791bfa85786e7c237ec0",
                "md5": "f6b97a01c223d98fa4e5b1fd23a555a9",
                "sha256": "aae5218811ab569b517deefb858936769715e65af547ec5537abf98a15e125e0"
            },
            "downloads": -1,
            "filename": "usound-0.1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6b97a01c223d98fa4e5b1fd23a555a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 116674,
            "upload_time": "2025-02-02T13:16:47",
            "upload_time_iso_8601": "2025-02-02T13:16:47.187738Z",
            "url": "https://files.pythonhosted.org/packages/ad/47/3459c311cb3d37edf209a64382a2e6cf9975d1b7791bfa85786e7c237ec0/usound-0.1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2506c0ed4c41d3cdbc1dec0b1c2f79ab1010664178606e85c759672b37f3b05b",
                "md5": "f5256c69564239ae2253009acbd7a758",
                "sha256": "46261e5b6432c768eddeb85e112b222214e8f5bfe2fd0c33ee649b7700250dec"
            },
            "downloads": -1,
            "filename": "usound-0.1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f5256c69564239ae2253009acbd7a758",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 107204,
            "upload_time": "2025-02-02T13:16:49",
            "upload_time_iso_8601": "2025-02-02T13:16:49.090283Z",
            "url": "https://files.pythonhosted.org/packages/25/06/c0ed4c41d3cdbc1dec0b1c2f79ab1010664178606e85c759672b37f3b05b/usound-0.1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-02 13:16:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hamacom2004jp",
    "github_project": "usound",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "cmdbox",
            "specs": []
        },
        {
            "name": "faster-whisper",
            "specs": []
        },
        {
            "name": "soundcard",
            "specs": []
        },
        {
            "name": "soundfile",
            "specs": []
        },
        {
            "name": "sphinx",
            "specs": []
        },
        {
            "name": "sphinx-rtd-theme",
            "specs": []
        },
        {
            "name": "sphinx_fontawesome",
            "specs": []
        },
        {
            "name": "sphinx-intl",
            "specs": []
        },
        {
            "name": "sphinx-sitemap",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        }
    ],
    "lcname": "usound"
}
        
Elapsed time: 1.06575s