salute-speech


Namesalute-speech JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/mmua/salute_speech
SummarySber Salute Speech API
upload_time2023-12-05 07:49:27
maintainer
docs_urlNone
authorMaxim Moroz
requires_python
license
keywords speech
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sber Salute Speech Python API

* beware each audio channel is decoded so in many cases downmix to 1 channel is recommended

Usage:
```
salute_speech --help
```

Transcribe video to txt:
```
ffmpeg -i video.mp4 -ac 1 -ar 16000 audio.wav
salute_speech transcribe-audio audio.wav -o transcript.txt
```

Transcribe video to vtt:
```
ffmpeg -i video.mp4 -ac 1 -ar 16000 audio.wav
salute_speech transcribe-audio audio.wav -o transcript.vtt
```

Supported formats:
 * txt
 * vtt
 * srt
 * tsv




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mmua/salute_speech",
    "name": "salute-speech",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "speech",
    "author": "Maxim Moroz",
    "author_email": "mimoroz@edu.hse.ru",
    "download_url": "",
    "platform": null,
    "description": "# Sber Salute Speech Python API\n\n* beware each audio channel is decoded so in many cases downmix to 1 channel is recommended\n\nUsage:\n```\nsalute_speech --help\n```\n\nTranscribe video to txt:\n```\nffmpeg -i video.mp4 -ac 1 -ar 16000 audio.wav\nsalute_speech transcribe-audio audio.wav -o transcript.txt\n```\n\nTranscribe video to vtt:\n```\nffmpeg -i video.mp4 -ac 1 -ar 16000 audio.wav\nsalute_speech transcribe-audio audio.wav -o transcript.vtt\n```\n\nSupported formats:\n * txt\n * vtt\n * srt\n * tsv\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sber Salute Speech API",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/mmua/salute_speech"
    },
    "split_keywords": [
        "speech"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7372ddce6d4a46c690edabe3b72e369a677e59d36a3962fa62742bcf2eca3c40",
                "md5": "d5efe44df41a29a1fd41899fe9da4fbc",
                "sha256": "5502294b876d6ec862803a562ecad0921a4e9ce072746efdbc5cf4c2fd97cf9d"
            },
            "downloads": -1,
            "filename": "salute_speech-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5efe44df41a29a1fd41899fe9da4fbc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17602,
            "upload_time": "2023-12-05T07:49:27",
            "upload_time_iso_8601": "2023-12-05T07:49:27.955888Z",
            "url": "https://files.pythonhosted.org/packages/73/72/ddce6d4a46c690edabe3b72e369a677e59d36a3962fa62742bcf2eca3c40/salute_speech-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-05 07:49:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mmua",
    "github_project": "salute_speech",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "salute-speech"
}
        
Elapsed time: 0.15190s