A B D F G P S 
All Classes All Packages

A

ai.picovoice.falcon - package ai.picovoice.falcon
 

B

build(Context) - Method in class ai.picovoice.falcon.Falcon.Builder
Creates an instance of Falcon Speaker Diarization engine.
Builder() - Constructor for class ai.picovoice.falcon.Falcon.Builder
 

D

delete() - Method in class ai.picovoice.falcon.Falcon
Releases resources acquired by Falcon.

F

Falcon - Class in ai.picovoice.falcon
Android binding for Falcon Speaker Diarization engine.
Falcon.Builder - Class in ai.picovoice.falcon
Builder for creating an instance of Falcon.
FalconActivationException - Exception in ai.picovoice.falcon
 
FalconActivationException(String) - Constructor for exception ai.picovoice.falcon.FalconActivationException
 
FalconActivationException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconActivationException
 
FalconActivationException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconActivationException
 
FalconActivationLimitException - Exception in ai.picovoice.falcon
 
FalconActivationLimitException(String) - Constructor for exception ai.picovoice.falcon.FalconActivationLimitException
 
FalconActivationLimitException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconActivationLimitException
 
FalconActivationLimitException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconActivationLimitException
 
FalconActivationRefusedException - Exception in ai.picovoice.falcon
 
FalconActivationRefusedException(String) - Constructor for exception ai.picovoice.falcon.FalconActivationRefusedException
 
FalconActivationRefusedException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconActivationRefusedException
 
FalconActivationRefusedException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconActivationRefusedException
 
FalconActivationThrottledException - Exception in ai.picovoice.falcon
 
FalconActivationThrottledException(String) - Constructor for exception ai.picovoice.falcon.FalconActivationThrottledException
 
FalconActivationThrottledException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconActivationThrottledException
 
FalconActivationThrottledException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconActivationThrottledException
 
FalconException - Exception in ai.picovoice.falcon
 
FalconException(String) - Constructor for exception ai.picovoice.falcon.FalconException
 
FalconException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconException
 
FalconException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconException
 
FalconInvalidArgumentException - Exception in ai.picovoice.falcon
 
FalconInvalidArgumentException(String) - Constructor for exception ai.picovoice.falcon.FalconInvalidArgumentException
 
FalconInvalidArgumentException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconInvalidArgumentException
 
FalconInvalidArgumentException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconInvalidArgumentException
 
FalconInvalidStateException - Exception in ai.picovoice.falcon
 
FalconInvalidStateException(String) - Constructor for exception ai.picovoice.falcon.FalconInvalidStateException
 
FalconInvalidStateException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconInvalidStateException
 
FalconInvalidStateException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconInvalidStateException
 
FalconIOException - Exception in ai.picovoice.falcon
 
FalconIOException(String) - Constructor for exception ai.picovoice.falcon.FalconIOException
 
FalconIOException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconIOException
 
FalconIOException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconIOException
 
FalconKeyException - Exception in ai.picovoice.falcon
 
FalconKeyException(String) - Constructor for exception ai.picovoice.falcon.FalconKeyException
 
FalconKeyException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconKeyException
 
FalconKeyException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconKeyException
 
FalconMemoryException - Exception in ai.picovoice.falcon
 
FalconMemoryException(String) - Constructor for exception ai.picovoice.falcon.FalconMemoryException
 
FalconMemoryException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconMemoryException
 
FalconMemoryException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconMemoryException
 
FalconRuntimeException - Exception in ai.picovoice.falcon
 
FalconRuntimeException(String) - Constructor for exception ai.picovoice.falcon.FalconRuntimeException
 
FalconRuntimeException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconRuntimeException
 
FalconRuntimeException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconRuntimeException
 
FalconSegment - Class in ai.picovoice.falcon
FalconSegment class.
FalconSegment(float, float, int) - Constructor for class ai.picovoice.falcon.FalconSegment
Constructor.
FalconStopIterationException - Exception in ai.picovoice.falcon
 
FalconStopIterationException(String) - Constructor for exception ai.picovoice.falcon.FalconStopIterationException
 
FalconStopIterationException(String, String[]) - Constructor for exception ai.picovoice.falcon.FalconStopIterationException
 
FalconStopIterationException(Throwable) - Constructor for exception ai.picovoice.falcon.FalconStopIterationException
 

G

getEndSec() - Method in class ai.picovoice.falcon.FalconSegment
Getter for the end of segment in seconds.
getMessage() - Method in exception ai.picovoice.falcon.FalconException
 
getMessageStack() - Method in exception ai.picovoice.falcon.FalconException
 
getSampleRate() - Method in class ai.picovoice.falcon.Falcon
Getter for required audio sample rate for PCM data.
getSpeakerTag() - Method in class ai.picovoice.falcon.FalconSegment
Getter for the speaker tag.
getStartSec() - Method in class ai.picovoice.falcon.FalconSegment
Getter for the start of segment in seconds.
getVersion() - Method in class ai.picovoice.falcon.Falcon
Getter for Falcon version.

P

process(short[]) - Method in class ai.picovoice.falcon.Falcon
Processes given audio data and returns diarized speaker segments.
processFile(String) - Method in class ai.picovoice.falcon.Falcon
Processes given audio data and returns diarized speaker segments.

S

setAccessKey(String) - Method in class ai.picovoice.falcon.Falcon.Builder
Setter the AccessKey.
setModelPath(String) - Method in class ai.picovoice.falcon.Falcon.Builder
Setter for the absolute path to the file containing Falcon model parameters.
setSdk(String) - Static method in class ai.picovoice.falcon.Falcon
 
A B D F G P S 
All Classes All Packages