Metadata-Version: 2.1
Name: pvoctopusdemo
Version: 1.0.3
Summary: Octopus Speech-to-Index engine.
Home-page: https://github.com/Picovoice/octopus
Author: Picovoice
Author-email: hello@picovoice.ai
License: UNKNOWN
Description: # Octopus Speech-to-Index engine
        
        Made in Vancouver, Canada by [Picovoice](https://picovoice.ai)
        
        This package contains commandline program for indexing and searching inside audio files using Octopus Speech-to-Index engine.
        
        ## Octopus
        
        Octopus is Picovoice's Speech-to-Index engine. It directly indexes speech without relying on a text representation.
        
        ## Compatibility
        
        - Python 3
        - Runs on Linux (x86_64), macOS (x86_64), Windows (x86_64).
        
        ## Installation
        
        ```console
        sudo pip3 install pvoctopusdemo
        ```
        
        ## Usage
        
        This demo allows testing Octopus interactively through commandline. It accepts MP3, WAV, FLAC, and OPUS audio files with sample rates higher than 16kHz. The following command processes all files in the space-separated `{AUDIO_PATHS}` list:
        
        ```console
        octopus_demo  --access_key {AccessKey} --audio_paths ${AUDIO_PATHS}
        ```
        where `{AccessKey}` is an AccessKey which should be obtained from [Picovoice Console](https://picovoice.ai/console/).
        
        After processing audio files, you are asked for a search phrase:
        
        ```console
        Enter search phrase (Ctrl+c to exit):
        ```
        
        The search phrase can have several words separated by space, but each word should only consist of alphabetic characters. As shown in the prompt above, press `Ctrl` and `C` keys at the same time to exit the program.
Keywords: Speech-to-Index,voice indexing,speech recognition
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3
Description-Content-Type: text/markdown
