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
↓ 17 callers
Method
updateLog
(final String text)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:191
↓ 16 callers
Method
start
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/AudioDataReceivedListener.java:4
↓ 14 callers
Method
RunDetection
(audioData: Buffer)
lib/node/SnowboyDetectNative.d.ts:4
↓ 12 callers
Method
SetSensitivity
(sensitivity: string)
lib/node/SnowboyDetectNative.d.ts:5
↓ 11 callers
Method
SampleRate
()
lib/node/SnowboyDetectNative.d.ts:11
↓ 10 callers
Method
SetAudioGain
(audioGain: number)
lib/node/SnowboyDetectNative.d.ts:8
↓ 9 callers
Method
NumChannels
()
lib/node/SnowboyDetectNative.d.ts:12
↓ 9 callers
Method
sleep
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:129
↓ 8 callers
Method
BitsPerSample
()
lib/node/SnowboyDetectNative.d.ts:13
↓ 7 callers
Method
NumHotwords
()
lib/node/SnowboyDetectNative.d.ts:10
↓ 6 callers
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/TPCircularBuffer/TPCircularBuffer.h:102
↓ 6 callers
Method
terminate
Terminate audio stream. Users cannot call start() again to detect. :return: None
examples/Python/snowboydecoder.py:241
↓ 5 callers
Method
Reset
()
lib/node/SnowboyDetectNative.d.ts:3
↓ 5 callers
Method
get
Retrieves data from the beginning of buffer and clears it
examples/Python/snowboydecoder.py:30
↓ 4 callers
Method
ApplyFrontend
(applyFrontend: boolean)
lib/node/SnowboyDetectNative.d.ts:14
↓ 4 callers
Function
TPCircularBufferHead
! * Access front of buffer * * This gives you a pointer to the front of the buffer, ready * for writing, and the number of available bytes to wr
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.h:141
↓ 4 callers
Function
align16byte
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:35
↓ 4 callers
Method
terminate
Terminate audio stream. Users can call start() again to detect. :return: None
examples/Python3/snowboydecoder.py:245
↓ 3 callers
Method
SnowboyDetect
swig/Node/snowboy.cc:34
↓ 3 callers
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/TPCircularBuffer/TPCircularBuffer.h:116
↓ 3 callers
Method
UpdateModel
()
lib/node/SnowboyDetectNative.d.ts:9
↓ 3 callers
Function
get_wave
(fname)
examples/REST_API/training_service.py:8
↓ 3 callers
Method
record
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/RecordingThread.java:83
↓ 3 callers
Method
stopRecording
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:110
↓ 2 callers
Method
Close
Close closes down the Sound's PortAudio connection.
examples/Go/listen/main.go:58
↓ 2 callers
Method
GetSensitivity
()
lib/node/SnowboyDetectNative.d.ts:7
↓ 2 callers
Method
SetHighSensitivity
(highSensitivity: string)
lib/node/SnowboyDetectNative.d.ts:6
↓ 2 callers
Function
TPCircularBufferPrepareEmptyAudioBufferList
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:46
↓ 2 callers
Function
TPCircularBufferProduce
! * Produce bytes in buffer * * This marks the given section of the buffer ready for reading. * * @param buffer Circular buffer * @param amount
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer.h:157
↓ 2 callers
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/TPCircularBuffer/TPCircularBuffer.h:102
↓ 2 callers
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/TPCircularBuffer/TPCircularBuffer.h:102
↓ 2 callers
Function
_TPCircularBufferPeek
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:232
↓ 2 callers
Method
add
(model: HotwordModel)
lib/node/index.ts:27
↓ 2 callers
Method
is_running
(self)
examples/Python/snowboythreaded.py:81
↓ 2 callers
Function
min
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:42
↓ 2 callers
Method
processDetectionResult
(index: number, buffer: Buffer)
lib/node/index.ts:185
↓ 2 callers
Method
relaseAudioTrack
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/PlaybackThread.java:58
↓ 2 callers
Method
sendMessage
(MsgEnum what, Object obj)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/RecordingThread.java:54
↓ 2 callers
Method
stop
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/AudioDataReceivedListener.java:6
↓ 2 callers
Method
stopPlayback
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:123
↓ 2 callers
Method
terminate
Terminates recognition thread - called when program terminates
examples/Python/snowboythreaded.py:74
↓ 1 callers
Method
Callback
examples/C++/demo.cc:65
↓ 1 callers
Method
Init
Init initializes the Sound's PortAudio stream.
examples/Go/listen/main.go:28
↓ 1 callers
Function
LoadAudioData
examples/C/demo.c:114
↓ 1 callers
Method
Read
examples/C++/demo.cc:34
↓ 1 callers
Function
SnowboyDetectBitsPerSample
examples/C/snowboy-detect-c-wrapper.cc:72
↓ 1 callers
Function
SnowboyDetectConstructor
examples/C/snowboy-detect-c-wrapper.cc:11
↓ 1 callers
Function
SnowboyDetectDestructor
examples/C/snowboy-detect-c-wrapper.cc:77
↓ 1 callers
Function
SnowboyDetectNumChannels
examples/C/snowboy-detect-c-wrapper.cc:67
↓ 1 callers
Function
SnowboyDetectRunDetection
examples/C/snowboy-detect-c-wrapper.cc:22
↓ 1 callers
Function
SnowboyDetectSampleRate
examples/C/snowboy-detect-c-wrapper.cc:62
↓ 1 callers
Function
SnowboyDetectSetAudioGain
examples/C/snowboy-detect-c-wrapper.cc:38
↓ 1 callers
Function
SnowboyDetectSetSensitivity
examples/C/snowboy-detect-c-wrapper.cc:31
↓ 1 callers
Function
StartAudioCapturing
examples/C/demo.c:40
↓ 1 callers
Function
StopAudioCapturing
examples/C/demo.c:103
↓ 1 callers
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/TPCircularBuffer/TPCircularBuffer.h:116
↓ 1 callers
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/TPCircularBuffer/TPCircularBuffer.h:116
↓ 1 callers
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/EZAudio/EZAudio/TPCircularBuffer.h:135
↓ 1 callers
Function
TPCircularBufferConsumeNextBufferList
! * Consume the next buffer list * * @param buffer Circular buffer */
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:132
↓ 1 callers
Function
TPCircularBufferConsumeNextBufferListPartial
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:162
↓ 1 callers
Function
TPCircularBufferHead
! * Access front of buffer * * This gives you a pointer to the front of the buffer, ready * for writing, and the number of available bytes to wr
examples/iOS/Obj-C/Pods/Headers/Private/TPCircularBuffer/TPCircularBuffer.h:141
↓ 1 callers
Function
TPCircularBufferHead
! * Access front of buffer * * This gives you a pointer to the front of the buffer, ready * for writing, and the number of available bytes to wr
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:155
↓ 1 callers
Function
TPCircularBufferHead
! * Access front of buffer * * This gives you a pointer to the front of the buffer, ready * for writing, and the number of available bytes to wr
examples/iOS/Obj-C/Pods/Headers/Public/TPCircularBuffer/TPCircularBuffer.h:141
↓ 1 callers
Function
TPCircularBufferHead
! * Access front of buffer * * This gives you a pointer to the front of the buffer, ready * for writing, and the number of available bytes to wr
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:155
↓ 1 callers
Function
TPCircularBufferHead
! * Access front of buffer * * This gives you a pointer to the front of the buffer, ready * for writing, and the number of available bytes to wr
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.h:155
↓ 1 callers
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/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:102
↓ 1 callers
Function
TPCircularBufferProduce
! * Produce bytes in buffer * * This marks the given section of the buffer ready for reading. * * @param buffer Circular buffer * @param amount
examples/iOS/Obj-C/Pods/Headers/Private/TPCircularBuffer/TPCircularBuffer.h:157
↓ 1 callers
Function
TPCircularBufferProduce
! * Produce bytes in buffer * * This marks the given section of the buffer ready for reading. * * @param buffer Circular buffer * @param amount
examples/iOS/Obj-C/Pods/Headers/Private/EZAudio/TPCircularBuffer.h:171
↓ 1 callers
Function
TPCircularBufferProduce
! * Produce bytes in buffer * * This marks the given section of the buffer ready for reading. * * @param buffer Circular buffer * @param amount
examples/iOS/Obj-C/Pods/Headers/Public/TPCircularBuffer/TPCircularBuffer.h:157
↓ 1 callers
Function
TPCircularBufferProduce
! * Produce bytes in buffer * * This marks the given section of the buffer ready for reading. * * @param buffer Circular buffer * @param amount
examples/iOS/Obj-C/Pods/Headers/Public/EZAudio/TPCircularBuffer.h:171
↓ 1 callers
Function
TPCircularBufferProduce
! * Produce bytes in buffer * * This marks the given section of the buffer ready for reading. * * @param buffer Circular buffer * @param amount
examples/iOS/Obj-C/Pods/EZAudio/EZAudio/TPCircularBuffer.h:171
↓ 1 callers
Function
TPCircularBufferProduceAudioBufferList
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:94
↓ 1 callers
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/EZAudio/EZAudio/TPCircularBuffer.h:121
↓ 1 callers
Method
copyFilesFromAssets
(Context context, String assetsSrcDir, String sdcardDstDir, boolean override)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/AppResCopy.java:13
↓ 1 callers
Method
copyResFromAssetsToSD
(Context context)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/AppResCopy.java:61
↓ 1 callers
Method
extend
Adds data to the end of buffer
examples/Python/snowboydecoder.py:26
↓ 1 callers
Method
extend
Adds data to the end of buffer
examples/Python/snowboydecoder_arecord.py:27
↓ 1 callers
Method
extend
Adds data to the end of buffer
examples/Python3/snowboydecoder.py:27
↓ 1 callers
Method
generateHotwordsLookupTable
()
lib/node/index.ts:96
↓ 1 callers
Method
get
Retrieves data from the beginning of buffer and clears it
examples/Python/snowboydecoder_arecord.py:31
↓ 1 callers
Method
get
Retrieves data from the beginning of buffer and clears it
examples/Python3/snowboydecoder.py:31
↓ 1 callers
Method
getMsgEnum
(int i)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/MsgEnum.java:15
↓ 1 callers
Method
init_recording
Start a thread for spawning arecord process and reading its stdout
examples/Python/snowboydecoder_arecord.py:105
↓ 1 callers
Method
initialize_detectors
Returns initialized Snowboy HotwordDetector objects
examples/Python/snowboythreaded.py:26
↓ 1 callers
Method
lookup
(index: number)
lib/node/index.ts:28
↓ 1 callers
Method
numHotwords
()
lib/node/index.ts:29
↓ 1 callers
Method
onAudioDataReceived
(byte[] data, int length)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/AudioDataReceivedListener.java:5
↓ 1 callers
Method
pause_recog
Halts recognition in thread.
examples/Python/snowboythreaded.py:68
↓ 1 callers
Method
play
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/PlaybackThread.java:91
↓ 1 callers
Method
readPCM
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/PlaybackThread.java:66
↓ 1 callers
Function
readWavHeader
examples/C++/demo2.cc:25
↓ 1 callers
Method
restoreVolume
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:94
↓ 1 callers
Method
saveMessage
Save the message stored in self.recordedData to a timestamped file.
examples/Python/snowboydecoder.py:222
↓ 1 callers
Method
saveMessage
Save the message stored in self.recordedData to a timestamped file.
examples/Python3/snowboydecoder.py:226
↓ 1 callers
Method
setProperVolume
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:82
↓ 1 callers
Method
setUI
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:58
↓ 1 callers
Method
showToast
(CharSequence msg)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:54
↓ 1 callers
Method
startPlayback
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:116
↓ 1 callers
Method
startRecording
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:104
↓ 1 callers
Method
startRecording
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/RecordingThread.java:61
next →
1–100 of 253, ranked by callers