MCPcopy Create free account

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

Functions253 in github.com/Kitt-AI/snowboy

↓ 17 callersMethodupdateLog
(final String text)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:191
↓ 16 callersMethodstart
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/AudioDataReceivedListener.java:4
↓ 14 callersMethodRunDetection
(audioData: Buffer)
lib/node/SnowboyDetectNative.d.ts:4
↓ 12 callersMethodSetSensitivity
(sensitivity: string)
lib/node/SnowboyDetectNative.d.ts:5
↓ 11 callersMethodSampleRate
()
lib/node/SnowboyDetectNative.d.ts:11
↓ 10 callersMethodSetAudioGain
(audioGain: number)
lib/node/SnowboyDetectNative.d.ts:8
↓ 9 callersMethodNumChannels
()
lib/node/SnowboyDetectNative.d.ts:12
↓ 9 callersMethodsleep
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:129
↓ 8 callersMethodBitsPerSample
()
lib/node/SnowboyDetectNative.d.ts:13
↓ 7 callersMethodNumHotwords
()
lib/node/SnowboyDetectNative.d.ts:10
↓ 6 callersFunctionTPCircularBufferTail
! * 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 callersMethodterminate
Terminate audio stream. Users cannot call start() again to detect. :return: None
examples/Python/snowboydecoder.py:241
↓ 5 callersMethodReset
()
lib/node/SnowboyDetectNative.d.ts:3
↓ 5 callersMethodget
Retrieves data from the beginning of buffer and clears it
examples/Python/snowboydecoder.py:30
↓ 4 callersMethodApplyFrontend
(applyFrontend: boolean)
lib/node/SnowboyDetectNative.d.ts:14
↓ 4 callersFunctionTPCircularBufferHead
! * 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 callersFunctionalign16byte
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:35
↓ 4 callersMethodterminate
Terminate audio stream. Users can call start() again to detect. :return: None
examples/Python3/snowboydecoder.py:245
↓ 3 callersMethodSnowboyDetect
swig/Node/snowboy.cc:34
↓ 3 callersFunctionTPCircularBufferConsume
! * 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 callersMethodUpdateModel
()
lib/node/SnowboyDetectNative.d.ts:9
↓ 3 callersFunctionget_wave
(fname)
examples/REST_API/training_service.py:8
↓ 3 callersMethodrecord
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/RecordingThread.java:83
↓ 3 callersMethodstopRecording
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:110
↓ 2 callersMethodClose
Close closes down the Sound's PortAudio connection.
examples/Go/listen/main.go:58
↓ 2 callersMethodGetSensitivity
()
lib/node/SnowboyDetectNative.d.ts:7
↓ 2 callersMethodSetHighSensitivity
(highSensitivity: string)
lib/node/SnowboyDetectNative.d.ts:6
↓ 2 callersFunctionTPCircularBufferPrepareEmptyAudioBufferList
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:46
↓ 2 callersFunctionTPCircularBufferProduce
! * 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 callersFunctionTPCircularBufferTail
! * 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 callersFunctionTPCircularBufferTail
! * 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 callersFunction_TPCircularBufferPeek
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:232
↓ 2 callersMethodadd
(model: HotwordModel)
lib/node/index.ts:27
↓ 2 callersMethodis_running
(self)
examples/Python/snowboythreaded.py:81
↓ 2 callersFunctionmin
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:42
↓ 2 callersMethodprocessDetectionResult
(index: number, buffer: Buffer)
lib/node/index.ts:185
↓ 2 callersMethodrelaseAudioTrack
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/PlaybackThread.java:58
↓ 2 callersMethodsendMessage
(MsgEnum what, Object obj)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/RecordingThread.java:54
↓ 2 callersMethodstop
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/AudioDataReceivedListener.java:6
↓ 2 callersMethodstopPlayback
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:123
↓ 2 callersMethodterminate
Terminates recognition thread - called when program terminates
examples/Python/snowboythreaded.py:74
↓ 1 callersMethodCallback
examples/C++/demo.cc:65
↓ 1 callersMethodInit
Init initializes the Sound's PortAudio stream.
examples/Go/listen/main.go:28
↓ 1 callersFunctionLoadAudioData
examples/C/demo.c:114
↓ 1 callersMethodRead
examples/C++/demo.cc:34
↓ 1 callersFunctionSnowboyDetectBitsPerSample
examples/C/snowboy-detect-c-wrapper.cc:72
↓ 1 callersFunctionSnowboyDetectConstructor
examples/C/snowboy-detect-c-wrapper.cc:11
↓ 1 callersFunctionSnowboyDetectDestructor
examples/C/snowboy-detect-c-wrapper.cc:77
↓ 1 callersFunctionSnowboyDetectNumChannels
examples/C/snowboy-detect-c-wrapper.cc:67
↓ 1 callersFunctionSnowboyDetectRunDetection
examples/C/snowboy-detect-c-wrapper.cc:22
↓ 1 callersFunctionSnowboyDetectSampleRate
examples/C/snowboy-detect-c-wrapper.cc:62
↓ 1 callersFunctionSnowboyDetectSetAudioGain
examples/C/snowboy-detect-c-wrapper.cc:38
↓ 1 callersFunctionSnowboyDetectSetSensitivity
examples/C/snowboy-detect-c-wrapper.cc:31
↓ 1 callersFunctionStartAudioCapturing
examples/C/demo.c:40
↓ 1 callersFunctionStopAudioCapturing
examples/C/demo.c:103
↓ 1 callersFunctionTPCircularBufferConsume
! * 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 callersFunctionTPCircularBufferConsume
! * 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 callersFunctionTPCircularBufferConsume
! * 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 callersFunctionTPCircularBufferConsumeNextBufferList
! * Consume the next buffer list * * @param buffer Circular buffer */
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.h:132
↓ 1 callersFunctionTPCircularBufferConsumeNextBufferListPartial
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:162
↓ 1 callersFunctionTPCircularBufferHead
! * 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 callersFunctionTPCircularBufferHead
! * 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 callersFunctionTPCircularBufferHead
! * 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 callersFunctionTPCircularBufferHead
! * 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 callersFunctionTPCircularBufferHead
! * 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 callersFunctionTPCircularBufferNextBufferList
! * 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 callersFunctionTPCircularBufferProduce
! * 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 callersFunctionTPCircularBufferProduce
! * 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 callersFunctionTPCircularBufferProduce
! * 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 callersFunctionTPCircularBufferProduce
! * 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 callersFunctionTPCircularBufferProduce
! * 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 callersFunctionTPCircularBufferProduceAudioBufferList
examples/iOS/Obj-C/Pods/TPCircularBuffer/TPCircularBuffer+AudioBufferList.c:94
↓ 1 callersFunctionTPCircularBufferTail
! * 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 callersMethodcopyFilesFromAssets
(Context context, String assetsSrcDir, String sdcardDstDir, boolean override)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/AppResCopy.java:13
↓ 1 callersMethodcopyResFromAssetsToSD
(Context context)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/AppResCopy.java:61
↓ 1 callersMethodextend
Adds data to the end of buffer
examples/Python/snowboydecoder.py:26
↓ 1 callersMethodextend
Adds data to the end of buffer
examples/Python/snowboydecoder_arecord.py:27
↓ 1 callersMethodextend
Adds data to the end of buffer
examples/Python3/snowboydecoder.py:27
↓ 1 callersMethodgenerateHotwordsLookupTable
()
lib/node/index.ts:96
↓ 1 callersMethodget
Retrieves data from the beginning of buffer and clears it
examples/Python/snowboydecoder_arecord.py:31
↓ 1 callersMethodget
Retrieves data from the beginning of buffer and clears it
examples/Python3/snowboydecoder.py:31
↓ 1 callersMethodgetMsgEnum
(int i)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/MsgEnum.java:15
↓ 1 callersMethodinit_recording
Start a thread for spawning arecord process and reading its stdout
examples/Python/snowboydecoder_arecord.py:105
↓ 1 callersMethodinitialize_detectors
Returns initialized Snowboy HotwordDetector objects
examples/Python/snowboythreaded.py:26
↓ 1 callersMethodlookup
(index: number)
lib/node/index.ts:28
↓ 1 callersMethodnumHotwords
()
lib/node/index.ts:29
↓ 1 callersMethodonAudioDataReceived
(byte[] data, int length)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/AudioDataReceivedListener.java:5
↓ 1 callersMethodpause_recog
Halts recognition in thread.
examples/Python/snowboythreaded.py:68
↓ 1 callersMethodplay
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/PlaybackThread.java:91
↓ 1 callersMethodreadPCM
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/PlaybackThread.java:66
↓ 1 callersFunctionreadWavHeader
examples/C++/demo2.cc:25
↓ 1 callersMethodrestoreVolume
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:94
↓ 1 callersMethodsaveMessage
Save the message stored in self.recordedData to a timestamped file.
examples/Python/snowboydecoder.py:222
↓ 1 callersMethodsaveMessage
Save the message stored in self.recordedData to a timestamped file.
examples/Python3/snowboydecoder.py:226
↓ 1 callersMethodsetProperVolume
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:82
↓ 1 callersMethodsetUI
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:58
↓ 1 callersMethodshowToast
(CharSequence msg)
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:54
↓ 1 callersMethodstartPlayback
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:116
↓ 1 callersMethodstartRecording
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Demo.java:104
↓ 1 callersMethodstartRecording
()
examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/audio/RecordingThread.java:61
next →1–100 of 253, ranked by callers