pvfalcondemo


Namepvfalcondemo JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/Picovoice/falcon
SummaryFalcon Speaker Diarization engine demos
upload_time2024-02-05 18:31:28
maintainer
docs_urlNone
authorPicovoice
requires_python>=3.7
license
keywords speaker diarization speaker identification voice identification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Falcon Speaker Diarization Demos

Made in Vancouver, Canada by [Picovoice](https://picovoice.ai)

## Falcon

Falcon is an on-device speaker diarization engine. Falcon is:

- Private; All voice processing runs locally.
- Cross-Platform:
  - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
  - Raspberry Pi (4, 3) and NVIDIA Jetson Nano

## Compatibility

- Python 3.7+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (4, 3), and NVIDIA Jetson Nano.

## Installation

```console
pip3 install pvfalcondemo
```

## AccessKey

Falcon requires a valid Picovoice `AccessKey` at initialization. `AccessKey` acts as your credentials when using Falcon SDKs.
You can get your `AccessKey` for free. Make sure to keep your `AccessKey` secret.
Signup or Login to [Picovoice Console](https://console.picovoice.ai/) to get your `AccessKey`.

## Usage

### File Demo

Run the following in the terminal:

```console
falcon_demo_file --access_key ${ACCESS_KEY} --audio_paths ${AUDIO_PATH}
```

Replace `${ACCESS_KEY}` with yours obtained from Picovoice Console and `${AUDIO_PATH}` with a path to an audio file.

### Microphone Demo

You need a working microphone connected to your machine for this demo. Run the following in the terminal:

```console
falcon_demo_mic --access_key ${ACCESS_KEY}
```

Replace `${ACCESS_KEY}` with yours obtained from Picovoice Console. Once running, the demo prints:

```console
>>> Press `ENTER` to start: 
```

Press `ENTER` key and wait for the following message in the terminal:

```console
>>> Recording ... Press `ENTER` to stop:
```

Now start recording and when done press `ENTER` key.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Picovoice/falcon",
    "name": "pvfalcondemo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Speaker Diarization,Speaker Identification,Voice Identification",
    "author": "Picovoice",
    "author_email": "hello@picovoice.ai",
    "download_url": "https://files.pythonhosted.org/packages/c5/de/440e263e3a2b088e866982328a3921bdcd8ccfb53c8a9094d89c2815fa5e/pvfalcondemo-1.0.1.tar.gz",
    "platform": null,
    "description": "# Falcon Speaker Diarization Demos\n\nMade in Vancouver, Canada by [Picovoice](https://picovoice.ai)\n\n## Falcon\n\nFalcon is an on-device speaker diarization engine. Falcon is:\n\n- Private; All voice processing runs locally.\n- Cross-Platform:\n  - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)\n  - Raspberry Pi (4, 3) and NVIDIA Jetson Nano\n\n## Compatibility\n\n- Python 3.7+\n- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (4, 3), and NVIDIA Jetson Nano.\n\n## Installation\n\n```console\npip3 install pvfalcondemo\n```\n\n## AccessKey\n\nFalcon requires a valid Picovoice `AccessKey` at initialization. `AccessKey` acts as your credentials when using Falcon SDKs.\nYou can get your `AccessKey` for free. Make sure to keep your `AccessKey` secret.\nSignup or Login to [Picovoice Console](https://console.picovoice.ai/) to get your `AccessKey`.\n\n## Usage\n\n### File Demo\n\nRun the following in the terminal:\n\n```console\nfalcon_demo_file --access_key ${ACCESS_KEY} --audio_paths ${AUDIO_PATH}\n```\n\nReplace `${ACCESS_KEY}` with yours obtained from Picovoice Console and `${AUDIO_PATH}` with a path to an audio file.\n\n### Microphone Demo\n\nYou need a working microphone connected to your machine for this demo. Run the following in the terminal:\n\n```console\nfalcon_demo_mic --access_key ${ACCESS_KEY}\n```\n\nReplace `${ACCESS_KEY}` with yours obtained from Picovoice Console. Once running, the demo prints:\n\n```console\n>>> Press `ENTER` to start: \n```\n\nPress `ENTER` key and wait for the following message in the terminal:\n\n```console\n>>> Recording ... Press `ENTER` to stop:\n```\n\nNow start recording and when done press `ENTER` key.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Falcon Speaker Diarization engine demos",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Picovoice/falcon"
    },
    "split_keywords": [
        "speaker diarization",
        "speaker identification",
        "voice identification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b8329a31f80d71f5ae88eb6a45037992861c330f62109657a54d7659ea8421b",
                "md5": "92c3796eb2d665eb5ccb81bb5016cef1",
                "sha256": "7810539adf9e67cf5a61b135ad1586b204c4123fbed4b2774e6cea8248aec04d"
            },
            "downloads": -1,
            "filename": "pvfalcondemo-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92c3796eb2d665eb5ccb81bb5016cef1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9013,
            "upload_time": "2024-02-05T18:31:27",
            "upload_time_iso_8601": "2024-02-05T18:31:27.651836Z",
            "url": "https://files.pythonhosted.org/packages/9b/83/29a31f80d71f5ae88eb6a45037992861c330f62109657a54d7659ea8421b/pvfalcondemo-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5de440e263e3a2b088e866982328a3921bdcd8ccfb53c8a9094d89c2815fa5e",
                "md5": "1e3e1e81d4af4949fd87acac092ce3b2",
                "sha256": "f37724ab97d8253c9a9728ec7d282f0bae2c2b40bdfee0568b92b39cba1c927c"
            },
            "downloads": -1,
            "filename": "pvfalcondemo-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1e3e1e81d4af4949fd87acac092ce3b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8094,
            "upload_time": "2024-02-05T18:31:28",
            "upload_time_iso_8601": "2024-02-05T18:31:28.584637Z",
            "url": "https://files.pythonhosted.org/packages/c5/de/440e263e3a2b088e866982328a3921bdcd8ccfb53c8a9094d89c2815fa5e/pvfalcondemo-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 18:31:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Picovoice",
    "github_project": "falcon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pvfalcondemo"
}
        
Elapsed time: 0.18211s