Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitt-AI/snowboy
/ functions
Functions
253 in github.com/Kitt-AI/snowboy
⨍
Functions
253
◇
Types & classes
73
↓ 1 callers
Method
start_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 callers
Method
terminate
Terminate audio stream. Users cannot call start() again to detect. :return: None
examples/Python/snowboydecoder_arecord.py:174
Method
AudioDataSaver
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/AudioDataSaver.java:21
Method
Init
Initialization.
examples/C++/demo.cc:85
Function
NAN_METHOD
swig/Node/snowboy.cc:70
Function
NAN_MODULE_INIT
swig/Node/snowboy.cc:48
Method
PlaybackThread
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/PlaybackThread.java:23
Function
PortAudioCallback
examples/C++/demo.cc:162
Function
PortAudioCallback
examples/C/demo.c:28
Method
PortAudioWrapper
Constructor.
examples/C++/demo.cc:26
Method
Read
Read is the Sound's implementation of the io.Reader interface.
examples/Go/listen/main.go:64
Method
RecordingThread
(Handler handler, AudioDataReceivedListener listener)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/RecordingThread.java:39
Function
SignalHandler
examples/C++/demo.cc:173
Function
SignalHandler
examples/C/demo.c:149
Function
SnowboyDetectApplyFrontend
examples/C/snowboy-detect-c-wrapper.cc:50
Function
SnowboyDetectNumHotwords
examples/C/snowboy-detect-c-wrapper.cc:57
Function
SnowboyDetectReset
examples/C/snowboy-detect-c-wrapper.cc:17
Function
SnowboyDetectUpdateModel
examples/C/snowboy-detect-c-wrapper.cc:45
Function
TPCircularBufferCleanup
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.c:126
Function
TPCircularBufferCleanup
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.c:135
Function
TPCircularBufferClear
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.c:131
Function
TPCircularBufferClear
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.c:140
Function
TPCircularBufferConsume
! * 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
Function
TPCircularBufferConsume
! * 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
Function
TPCircularBufferConsumeNextBufferList
! * Consume the next buffer list * * @param buffer Circular buffer */
examples/iOS/Obj-C/Pods/Headers/Private/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:132
Function
TPCircularBufferConsumeNextBufferList
! * Consume the next buffer list * * @param buffer Circular buffer */
examples/iOS/Obj-C/Pods/Headers/Public/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:132
Function
TPCircularBufferConsumeNoBarrier
! * Version of TPCircularBufferConsume without the memory barrier, for more optimal use in single-threaded contexts */
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.h:125
Function
TPCircularBufferConsumeNoBarrier
! * 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
Function
TPCircularBufferConsumeNoBarrier
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:204
Function
TPCircularBufferConsumeNoBarrier
! * 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
Function
TPCircularBufferConsumeNoBarrier
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:204
Function
TPCircularBufferConsumeNoBarrier
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.h:204
Function
TPCircularBufferCopyAudioBufferList
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:118
Function
TPCircularBufferDequeueBufferListFrames
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:205
Function
TPCircularBufferGetAvailableSpace
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:269
Function
TPCircularBufferInit
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.c:43
Function
TPCircularBufferNextBufferList
! * 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
Function
TPCircularBufferNextBufferList
! * 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
Function
TPCircularBufferNextBufferListAfter
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:141
Function
TPCircularBufferPeek
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:261
Function
TPCircularBufferPeekContiguous
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:265
Function
TPCircularBufferPrepareEmptyAudioBufferListWithAudioFormat
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:87
Function
TPCircularBufferProduceBytes
! * 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
Function
TPCircularBufferProduceBytes
! * 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
Function
TPCircularBufferProduceBytes
! * 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
Function
TPCircularBufferProduceBytes
! * 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
Function
TPCircularBufferProduceBytes
! * 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
Function
TPCircularBufferProduceBytes
! * 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
Function
TPCircularBufferProduceNoBarrier
! * Version of TPCircularBufferProduce without the memory barrier, for more optimal use in single-threaded contexts */
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.h:166
Function
TPCircularBufferProduceNoBarrier
! * 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
Function
TPCircularBufferProduceNoBarrier
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:214
Function
TPCircularBufferProduceNoBarrier
! * 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
Function
TPCircularBufferProduceNoBarrier
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:214
Function
TPCircularBufferProduceNoBarrier
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.h:214
Function
TPCircularBufferSetAtomic
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.c:147
Function
TPCircularBufferTail
! * 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
Function
TPCircularBufferTail
! * 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
Method
add
(model: HotwordModel)
lib/node/index.ts:58
Function
audioRecorderCallback
(fname)
examples/Python/demo4.py:20
Function
audioRecorderCallback
(fname)
examples/Python3/demo4.py:20
Method
audio_callback
(in_data, frame_count, time_info, status)
examples/Python/snowboydecoder.py:77
Method
audio_callback
(in_data, frame_count, time_info, status)
examples/Python3/snowboydecoder.py:139
Method
bitsPerSample
()
lib/node/index.ts:51
Method
bitsPerSample
()
lib/node/index.ts:174
Method
change_models
(self, models)
examples/Python/snowboythreaded.py:84
Method
change_sensitivity
(self, sensitivity)
examples/Python/snowboythreaded.py:91
Method
compile
()
setup.py:17
Method
constructor
(options: DetectorOptions)
lib/node/index.ts:107
Function
detectedCallback
()
examples/Python/demo4.py:40
Function
detectedCallback
()
examples/Python3/demo4.py:40
Method
emptyLog
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:241
Method
getSensitivity
()
lib/node/index.ts:45
Method
getSensitivity
()
lib/node/index.ts:150
Method
handleMessage
(Message msg)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:162
Function
interrupt_callback
()
examples/Python/demo2.py:15
Function
interrupt_callback
()
examples/Python/demo4.py:49
Function
interrupt_callback
()
examples/Python/demo.py:13
Function
interrupt_callback
()
examples/Python/demo_arecord.py:13
Function
interrupt_callback
()
examples/Python3/demo2.py:15
Function
interrupt_callback
()
examples/Python3/demo4.py:48
Function
interrupt_callback
()
examples/Python3/demo.py:13
Method
lookup
(index: number)
lib/node/index.ts:84
Function
main
examples/C++/demo2.cc:69
Function
main
examples/C++/demo.cc:178
Function
main
()
examples/Go/listen/main.go:76
Function
main
()
examples/Go/detect/main.go:12
Function
main
examples/C/demo.c:154
Method
main
(String[] args)
examples/Java/Demo.java:17
Method
modelString
()
lib/node/index.ts:76
← previous
next →
101–200 of 253, ranked by callers