Picovoice WordmarkPicovoice Console
Introduction
Introduction
AndroidC.NETFlutterlink to GoiOSJavaNvidia JetsonLinuxmacOSNodejsPythonRaspberry PiReact NativeRustWebWindows
AndroidC.NETFlutterlink to GoiOSJavaNodejsPythonReact NativeRustWeb
SummaryPicovoice LeopardAmazon TranscribeAzure Speech-to-TextGoogle ASRGoogle ASR (Enhanced)IBM Watson Speech-to-Text
FAQ
Introduction
AndroidC.NETFlutterlink to GoiOSJavaNodejsPythonReact NativeRustWeb
AndroidC.NETFlutterlink to GoiOSJavaNodejsPythonReact NativeRustWeb
FAQ
Introduction
AndroidCiOSLinuxmacOSPythonWebWindows
AndroidCiOSPythonWeb
SummaryOctopus Speech-to-IndexGoogle Speech-to-TextMozilla DeepSpeech
FAQ
Introduction
AndroidAngularArduinoBeagleBoneCChrome.NETEdgeFirefoxFlutterlink to GoiOSJavaNvidia JetsonLinuxmacOSMicrocontrollerNodejsPythonRaspberry PiReactReact NativeRustSafariUnityVueWebWindows
AndroidAngularC.NETFlutterlink to GoiOSJavaMicrocontrollerNodejsPythonReactReact NativeRustUnityVueWeb
SummaryPorcupineSnowboyPocketSphinx
Wake Word TipsFAQ
Introduction
AndroidAngularBeagleBoneCChrome.NETEdgeFirefoxFlutterlink to GoiOSJavaNvidia JetsonlinuxmacOSNodejsPythonRaspberry PiReactReact NativeRustSafariUnityVueWebWindows
AndroidAngularC.NETFlutterlink to GoiOSJavaNodejsPythonReactReact NativeRustUnityVueWeb
SummaryPicovoice RhinoGoogle DialogflowAmazon LexIBM WatsonMicrosoft LUIS
Expression SyntaxFAQ
Introduction
AndroidBeagleboneCiOSNvidia JetsonLinuxmacOSPythonRaspberry PiRustWebWindows
AndroidCiOSPythonRustWeb
SummaryPicovoice CobraWebRTC VAD
FAQ
Introduction
AndroidCiOSPythonWeb
AndroidCiOSPythonWeb
SummaryPicovoice KoalaMozilla RNNoise
Introduction
AndroidAngularArduinoBeagleBoneC.NETFlutterlink to GoiOSJavaNvidia JetsonMicrocontrollerNodejsPythonRaspberry PiReactReact NativeRustUnityVueWeb
AndroidAngularCMicrocontroller.NETFlutterlink to GoiOSJavaNodejsPythonReactReact NativeRustUnityVueWeb
Picovoice SDK - FAQ
IntroductionSTM32F407G-DISC1 (Arm Cortex-M4)STM32F411E-DISCO (Arm Cortex-M4)STM32F769I-DISCO (Arm Cortex-M7)IMXRT1050-EVKB (Arm Cortex-M7)
FAQGlossary

Cobra Voice Activity Detection
Android API


API Reference for the Android Cobra SDK (cobra-android )

package: ai.picovoice.cobra


Cobra

public class Cobra { }

Class for the Cobra VAD engine.

Cobra must be initialized using the constructor. Resources should be cleaned when you are done using the delete() function.


Cobra.Cobra()

public Cobra(String accessKey) throws CobraException

Constructor for the Cobra VAD engine.

Parameters

  • accessKey String : AccessKey obtained from Picovoice Console .

Returns

  • Cobra : Returns an instance of Cobra.

Throws

  • CobraException: If an error occurs while creating an instance of Cobra VAD engine.

Cobra.getFrameLength()

public int getFrameLength();

Getter for required number of audio samples per frame.

Returns

  • int : Required number of audio samples per frame.

Cobra.getSampleRate()

public int getSampleRate();

Getter for required audio sample rate

Returns

  • int : Required audio sample rate.

Cobra.getVersion()

public String getVersion();

Getter for Cobra version.

Returns

  • String : Cobra version.

Cobra.delete()

public void delete();

Releases resources acquired by Cobra.


Cobra.process()

public float process(short[] pcm) throws CobraException

Processes a frame of the incoming audio stream and emits the detection result. The required number of samples-per-frame can be obtained by calling .getFrameLength(). The incoming audio needs to have a sample rate equal to .getSampleRate() and be 16-bit linearly-encoded. Cobra operates on single-channel audio.

Parameters

  • pcm short[] : A frame of audio samples.

Returns

  • float : Probability of voice activity. It is a floating-point number within [0, 1].

Throws

  • CobraException: If an error occurs while processing.

CobraException

public class CobraException extends Exception { }

Exception thrown if an error occurs within Cobra VAD engine.

Exceptions

public class CobraActivationException extends CobraException { }
public class CobraActivationLimitException extends CobraException { }
public class CobraActivationRefusedException extends CobraException { }
public class CobraActivationThrottledException extends CobraException { }
public class CobraIOException extends CobraException { }
public class CobraInvalidArgumentException extends CobraException { }
public class CobraInvalidStateException extends CobraException { }
public class CobraKeyException extends CobraException { }
public class CobraMemoryException extends CobraException { }
public class CobraRuntimeException extends CobraException { }
public class CobraStopIterationException extends CobraException { }

Was this doc helpful?

Issue with this doc?

Report a GitHub Issue
Cobra Voice Activity Detection Android API
  • Cobra
  • Cobra()
  • getFrameLength()
  • getSampleRate()
  • getVersion()
  • delete()
  • process()
  • CobraException
Platform
  • Leopard Speech-to-Text
  • Cheetah Streaming Speech-to-Text
  • Octopus Speech-to-Index
  • Porcupine Wake Word
  • Rhino Speech-to-Intent
  • Cobra Voice Activity Detection
Resources
  • Docs
  • Console
  • Blog
  • Demos
Sales
  • Pricing
  • Starter Tier
  • Enterprise
Company
  • Careers
Follow Picovoice
  • LinkedIn
  • GitHub
  • Twitter
  • Medium
  • YouTube
  • AngelList
Subscribe to our newsletter
Terms of Use
Privacy Policy
© 2019-2022 Picovoice Inc.