MCPcopy Create free account

hub / github.com/Kitt-AI/snowboy / functions

Functions253 in github.com/Kitt-AI/snowboy

↓ 1 callersMethodstart_recog
Starts recognition in thread. Accepts kwargs to pass into the HotWordDetector.start() method, but does not accept interrupt_callback,
examples/Python/snowboythreaded.py:57
↓ 1 callersMethodterminate
Terminate audio stream. Users cannot call start() again to detect. :return: None
examples/Python/snowboydecoder_arecord.py:174
MethodAudioDataSaver
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/AudioDataSaver.java:21
MethodInit
Initialization.
examples/C++/demo.cc:85
FunctionNAN_METHOD
swig/Node/snowboy.cc:70
FunctionNAN_MODULE_INIT
swig/Node/snowboy.cc:48
MethodPlaybackThread
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/PlaybackThread.java:23
FunctionPortAudioCallback
examples/C++/demo.cc:162
FunctionPortAudioCallback
examples/C/demo.c:28
MethodPortAudioWrapper
Constructor.
examples/C++/demo.cc:26
MethodRead
Read is the Sound's implementation of the io.Reader interface.
examples/Go/listen/main.go:64
MethodRecordingThread
(Handler handler, AudioDataReceivedListener listener)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/RecordingThread.java:39
FunctionSignalHandler
examples/C++/demo.cc:173
FunctionSignalHandler
examples/C/demo.c:149
FunctionSnowboyDetectApplyFrontend
examples/C/snowboy-detect-c-wrapper.cc:50
FunctionSnowboyDetectNumHotwords
examples/C/snowboy-detect-c-wrapper.cc:57
FunctionSnowboyDetectReset
examples/C/snowboy-detect-c-wrapper.cc:17
FunctionSnowboyDetectUpdateModel
examples/C/snowboy-detect-c-wrapper.cc:45
FunctionTPCircularBufferCleanup
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.c:126
FunctionTPCircularBufferCleanup
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.c:135
FunctionTPCircularBufferClear
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.c:131
FunctionTPCircularBufferClear
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.c:140
FunctionTPCircularBufferConsume
! * Consume bytes in buffer * * This frees up the just-read bytes, ready for writing again. * * @param buffer Circular buffer * @param amount N
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:135
FunctionTPCircularBufferConsume
! * Consume bytes in buffer * * This frees up the just-read bytes, ready for writing again. * * @param buffer Circular buffer * @param amount N
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:135
FunctionTPCircularBufferConsumeNextBufferList
! * Consume the next buffer list * * @param buffer Circular buffer */
examples/iOS/Obj-C/Pods/Headers/Private/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:132
FunctionTPCircularBufferConsumeNextBufferList
! * Consume the next buffer list * * @param buffer Circular buffer */
examples/iOS/Obj-C/Pods/Headers/Public/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:132
FunctionTPCircularBufferConsumeNoBarrier
! * Version of TPCircularBufferConsume without the memory barrier, for more optimal use in single-threaded contexts */
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.h:125
FunctionTPCircularBufferConsumeNoBarrier
! * Version of TPCircularBufferConsume without the memory barrier, for more optimal use in single-threaded contexts */
examples/iOS/Obj-C/Pods/Headers/Private/TPCircularBuffer/TPCircularBuffer.h:125
FunctionTPCircularBufferConsumeNoBarrier
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:204
FunctionTPCircularBufferConsumeNoBarrier
! * Version of TPCircularBufferConsume without the memory barrier, for more optimal use in single-threaded contexts */
examples/iOS/Obj-C/Pods/Headers/Public/TPCircularBuffer/TPCircularBuffer.h:125
FunctionTPCircularBufferConsumeNoBarrier
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:204
FunctionTPCircularBufferConsumeNoBarrier
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.h:204
FunctionTPCircularBufferCopyAudioBufferList
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:118
FunctionTPCircularBufferDequeueBufferListFrames
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:205
FunctionTPCircularBufferGetAvailableSpace
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:269
FunctionTPCircularBufferInit
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.c:43
FunctionTPCircularBufferNextBufferList
! * Get a pointer to the next stored buffer list * * @param buffer Circular buffer * @param outTimestamp On output, if not NULL, t
examples/iOS/Obj-C/Pods/Headers/Private/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:102
FunctionTPCircularBufferNextBufferList
! * Get a pointer to the next stored buffer list * * @param buffer Circular buffer * @param outTimestamp On output, if not NULL, t
examples/iOS/Obj-C/Pods/Headers/Public/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:102
FunctionTPCircularBufferNextBufferListAfter
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:141
FunctionTPCircularBufferPeek
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:261
FunctionTPCircularBufferPeekContiguous
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:265
FunctionTPCircularBufferPrepareEmptyAudioBufferListWithAudioFormat
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:87
FunctionTPCircularBufferProduceBytes
! * Helper routine to copy bytes to buffer * * This copies the given bytes to the buffer, and marks them ready for writing. * * @param buffer Ci
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.h:182
FunctionTPCircularBufferProduceBytes
! * Helper routine to copy bytes to buffer * * This copies the given bytes to the buffer, and marks them ready for writing. * * @param buffer Ci
examples/iOS/Obj-C/Pods/Headers/Private/TPCircularBuffer/TPCircularBuffer.h:182
FunctionTPCircularBufferProduceBytes
! * Helper routine to copy bytes to buffer * * This copies the given bytes to the buffer, and marks them ready for reading. * * @param buffer Ci
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:191
FunctionTPCircularBufferProduceBytes
! * Helper routine to copy bytes to buffer * * This copies the given bytes to the buffer, and marks them ready for writing. * * @param buffer Ci
examples/iOS/Obj-C/Pods/Headers/Public/TPCircularBuffer/TPCircularBuffer.h:182
FunctionTPCircularBufferProduceBytes
! * Helper routine to copy bytes to buffer * * This copies the given bytes to the buffer, and marks them ready for reading. * * @param buffer Ci
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:191
FunctionTPCircularBufferProduceBytes
! * Helper routine to copy bytes to buffer * * This copies the given bytes to the buffer, and marks them ready for reading. * * @param buffer Ci
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.h:191
FunctionTPCircularBufferProduceNoBarrier
! * Version of TPCircularBufferProduce without the memory barrier, for more optimal use in single-threaded contexts */
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.h:166
FunctionTPCircularBufferProduceNoBarrier
! * Version of TPCircularBufferProduce without the memory barrier, for more optimal use in single-threaded contexts */
examples/iOS/Obj-C/Pods/Headers/Private/TPCircularBuffer/TPCircularBuffer.h:166
FunctionTPCircularBufferProduceNoBarrier
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:214
FunctionTPCircularBufferProduceNoBarrier
! * Version of TPCircularBufferProduce without the memory barrier, for more optimal use in single-threaded contexts */
examples/iOS/Obj-C/Pods/Headers/Public/TPCircularBuffer/TPCircularBuffer.h:166
FunctionTPCircularBufferProduceNoBarrier
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:214
FunctionTPCircularBufferProduceNoBarrier
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.h:214
FunctionTPCircularBufferSetAtomic
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.c:147
FunctionTPCircularBufferTail
! * Access end of buffer * * This gives you a pointer to the end of the buffer, ready * for reading, and the number of available bytes to read.
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:121
FunctionTPCircularBufferTail
! * Access end of buffer * * This gives you a pointer to the end of the buffer, ready * for reading, and the number of available bytes to read.
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:121
Function_TPCircularBufferInit
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.c:44
Method__init__
(self, size = 4096)
examples/Python/snowboydecoder.py:23
Method__init__
(self, decoder_model, resource=RESOURCE_FILE, sensitivity=[],
examples/Python/snowboydecoder.py:72
Method__init__
(self, size = 4096)
examples/Python/snowboydecoder_arecord.py:24
Method__init__
(self, decoder_model, resource=RESOURCE_FILE, sensitivity=[],
examples/Python/snowboydecoder_arecord.py:61
Method__init__
Initialize Detectors object. **kwargs is for any __init__ keyword arguments to be passed into HotWordDetector __init__() method.
examples/Python/snowboythreaded.py:12
Method__init__
(self, size=4096)
examples/Python3/snowboydecoder.py:24
Method__init__
(self, decoder_model, resource=RESOURCE_FILE, sensitivity=[],
examples/Python3/snowboydecoder.py:74
Function_reportResult
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.c:35
Function_reportResult
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.c:36
Method_write
(chunk: Buffer, encoding: string, callback: Function)
lib/node/index.ts:179
Methodadd
(model: HotwordModel)
lib/node/index.ts:58
FunctionaudioRecorderCallback
(fname)
examples/Python/demo4.py:20
FunctionaudioRecorderCallback
(fname)
examples/Python3/demo4.py:20
Methodaudio_callback
(in_data, frame_count, time_info, status)
examples/Python/snowboydecoder.py:77
Methodaudio_callback
(in_data, frame_count, time_info, status)
examples/Python3/snowboydecoder.py:139
MethodbitsPerSample
()
lib/node/index.ts:51
MethodbitsPerSample
()
lib/node/index.ts:174
Methodchange_models
(self, models)
examples/Python/snowboythreaded.py:84
Methodchange_sensitivity
(self, sensitivity)
examples/Python/snowboythreaded.py:91
Methodcompile
()
setup.py:17
Methodconstructor
(options: DetectorOptions)
lib/node/index.ts:107
FunctiondetectedCallback
()
examples/Python/demo4.py:40
FunctiondetectedCallback
()
examples/Python3/demo4.py:40
MethodemptyLog
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:241
MethodgetSensitivity
()
lib/node/index.ts:45
MethodgetSensitivity
()
lib/node/index.ts:150
MethodhandleMessage
(Message msg)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:162
Functioninterrupt_callback
()
examples/Python/demo2.py:15
Functioninterrupt_callback
()
examples/Python/demo4.py:49
Functioninterrupt_callback
()
examples/Python/demo.py:13
Functioninterrupt_callback
()
examples/Python/demo_arecord.py:13
Functioninterrupt_callback
()
examples/Python3/demo2.py:15
Functioninterrupt_callback
()
examples/Python3/demo4.py:48
Functioninterrupt_callback
()
examples/Python3/demo.py:13
Methodlookup
(index: number)
lib/node/index.ts:84
Functionmain
examples/C++/demo2.cc:69
Functionmain
examples/C++/demo.cc:178
Functionmain
()
examples/Go/listen/main.go:76
Functionmain
()
examples/Go/detect/main.go:12
Functionmain
examples/C/demo.c:154
Methodmain
(String[] args)
examples/Java/Demo.java:17
MethodmodelString
()
lib/node/index.ts:76
← previousnext →101–200 of 253, ranked by callers