voiceinvoiceout


Namevoiceinvoiceout JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA module which helps you take voice input, voice output and many more...
upload_time2022-12-15 10:54:02
maintainer
docs_urlNone
authorVedant Barhate
requires_python
license
keywords python speech speech-recognition voice audio speak sprint text to speech speech to text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# voiceinvoiceout





```cmd

pip install voiceinvoiceout

```



Developed by Vedant Barhate (c) 2022



This package is useful when you want to take audio input through mic from user, give audio output, give audio+text output and audio repeating feature (like talking tom).



## Example

```python

from voiceinvoiceout import *



vin = voiceIn("Say something...")    # to take audio input 

print(vin)



vout = voiceOut("Hello world")    # to give audio output



sp = sprint("Welcome")      # to give text+audio output (sprint=speak+print)



speakOut()      # to repeat your words (like talking tom)

```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "voiceinvoiceout",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,speech,speech-recognition,voice,audio,speak,sprint,text to speech,speech to text",
    "author": "Vedant Barhate",
    "author_email": "vedant.barhate27@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/70/f4/73b3d1c0392e775cfcd6e62b01aa31a0b3f5ae226439f9d676cc7bd44fa1/voiceinvoiceout-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# voiceinvoiceout\n\n\n\n\n\n```cmd\n\npip install voiceinvoiceout\n\n```\n\n\n\nDeveloped by Vedant Barhate (c) 2022\n\n\n\nThis package is useful when you want to take audio input through mic from user, give audio output, give audio+text output and audio repeating feature (like talking tom).\n\n\n\n## Example\n\n```python\n\nfrom voiceinvoiceout import *\n\n\n\nvin = voiceIn(\"Say something...\")    # to take audio input \n\nprint(vin)\n\n\n\nvout = voiceOut(\"Hello world\")    # to give audio output\n\n\n\nsp = sprint(\"Welcome\")      # to give text+audio output (sprint=speak+print)\n\n\n\nspeakOut()      # to repeat your words (like talking tom)\n\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A module which helps you take voice input, voice output and many more...",
    "version": "0.0.1",
    "split_keywords": [
        "python",
        "speech",
        "speech-recognition",
        "voice",
        "audio",
        "speak",
        "sprint",
        "text to speech",
        "speech to text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d58539fe4cb8f88dec5169614ea2b3b8",
                "sha256": "3d4a945f932f0ba05c3ff874bd6d45ff523345150df8f1bd1d8187f5b8687388"
            },
            "downloads": -1,
            "filename": "voiceinvoiceout-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d58539fe4cb8f88dec5169614ea2b3b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3298,
            "upload_time": "2022-12-15T10:54:00",
            "upload_time_iso_8601": "2022-12-15T10:54:00.497603Z",
            "url": "https://files.pythonhosted.org/packages/c0/f7/3479f44aa075051f7043af3c2a73753b05ffcb78c583713ddb1918893abc/voiceinvoiceout-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "0ebb933b4147deede48fce8b6c870cb0",
                "sha256": "f90394dbbe55b5714389fab2ba1d37b755279088c68351f333237eef9c70a65d"
            },
            "downloads": -1,
            "filename": "voiceinvoiceout-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0ebb933b4147deede48fce8b6c870cb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2943,
            "upload_time": "2022-12-15T10:54:02",
            "upload_time_iso_8601": "2022-12-15T10:54:02.475162Z",
            "url": "https://files.pythonhosted.org/packages/70/f4/73b3d1c0392e775cfcd6e62b01aa31a0b3f5ae226439f9d676cc7bd44fa1/voiceinvoiceout-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-15 10:54:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "voiceinvoiceout"
}
        
Elapsed time: 0.01796s