Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MedusaLeee/ContinuousSpeechRecognition
/ functions
Functions
31 in github.com/MedusaLeee/ContinuousSpeechRecognition
⨍
Functions
31
◇
Types & classes
4
↓ 7 callers
Method
Log
(String tag,String log)
src/com/viathink/voice/DebugLog.java:6
↓ 4 callers
Method
setIsRuning
(boolean runing)
src/com/viathink/voice/STT.java:214
↓ 1 callers
Method
getIsRuning
()
src/com/viathink/voice/STT.java:218
↓ 1 callers
Method
handleSound
(AudioEvent audioEvent)
src/com/viathink/vad/SoundDetector.java:42
↓ 1 callers
Method
isEmpty
(String string)
src/com/viathink/voice/DebugLog.java:20
↓ 1 callers
Method
start
()
src/com/viathink/voice/STT.java:61
Method
STT
(String filePath)
src/com/viathink/voice/STT.java:32
Method
SoundDetector
()
src/com/viathink/vad/SoundDetector.java:22
Method
getBufferSize
()
src/com/viathink/vad/SoundDetector.java:90
Method
getDetectorThread
(InputStream inputStream)
src/com/viathink/vad/SoundDetector.java:30
Method
getDispatcher
()
src/com/viathink/vad/SoundDetector.java:74
Method
getOverlap
()
src/com/viathink/vad/SoundDetector.java:98
Method
getSilenceDetector
()
src/com/viathink/vad/SoundDetector.java:82
Method
getThreshold
()
src/com/viathink/vad/SoundDetector.java:66
Method
isSlience
()
src/com/viathink/vad/SoundDetector.java:105
Method
main
(String[] args)
src/com/viathink/main/Main.java:7
Method
onBeginOfSpeech
()
src/com/viathink/voice/STT.java:173
Method
onEndOfSpeech
()
src/com/viathink/voice/STT.java:177
Method
onError
(SpeechError error)
src/com/viathink/voice/STT.java:198
Method
onEvent
(int eventType, int arg1, int agr2, String msg)
src/com/viathink/voice/STT.java:209
Method
onResult
(RecognizerResult result, boolean islast)
src/com/viathink/voice/STT.java:188
Method
onVolumeChanged
(int volume)
src/com/viathink/voice/STT.java:181
Method
process
(AudioEvent audioEvent)
src/com/viathink/vad/SoundDetector.java:54
Method
processingFinished
()
src/com/viathink/vad/SoundDetector.java:61
Method
run
()
src/com/viathink/voice/STT.java:102
Method
setBufferSize
(int bufferSize)
src/com/viathink/vad/SoundDetector.java:94
Method
setDispatcher
(AudioDispatcher dispatcher)
src/com/viathink/vad/SoundDetector.java:78
Method
setOverlap
(int overlap)
src/com/viathink/vad/SoundDetector.java:102
Method
setSilenceDetector
(SilenceDetector silenceDetector)
src/com/viathink/vad/SoundDetector.java:86
Method
setSlience
(boolean isSlience)
src/com/viathink/vad/SoundDetector.java:109
Method
setThreshold
(double threshold)
src/com/viathink/vad/SoundDetector.java:70