Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/af913337456/SpeexVoiceRecorder
/ functions
Functions
129 in github.com/af913337456/SpeexVoiceRecorder
⨍
Functions
129
◇
Types & classes
25
Method
onMove_in_limit
(View v)
app/src/main/java/com/example/who/speexdemo/MainActivity.java:71
Method
onMove_out_limit
(View v)
app/src/main/java/com/example/who/speexdemo/MainActivity.java:76
Method
onPause
()
SpeexLib/src/main/java/com/mogujie/tt/VoiceRecorderHelper.java:68
Method
onRecordSuccess
(float len, String savePath)
app/src/main/java/com/example/who/speexdemo/MainActivity.java:96
Method
onRecordVolumeChange
(int voiceValue)
app/src/main/java/com/example/who/speexdemo/MainActivity.java:102
Method
onTouch
(View v, MotionEvent motionEvent)
app/src/main/java/com/example/who/speexdemo/MainActivity.java:37
Method
onUp_cancel
(View v)
app/src/main/java/com/example/who/speexdemo/MainActivity.java:86
Method
onUp_start
(View v)
app/src/main/java/com/example/who/speexdemo/MainActivity.java:81
Method
open
Open the output file. @param file - file to open. @exception IOException if there was an exception opening the Audio Writer.
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioFileWriter.java:68
Method
open
Open the output file. @param file - file to open. @exception IOException if there was an exception opening the Audio Writer.
SpeexLib/src/main/java/com/mogujie/tt/audio/OggSpeexWriter.java:170
Method
readShort
(final byte[] data, final int offset)
SpeexLib/src/main/java/com/mogujie/tt/audio/SpeexDecoder.java:257
Method
run
()
SpeexLib/src/main/java/com/mogujie/tt/VoiceRecorderHelper.java:243
Method
run
()
SpeexLib/src/main/java/com/mogujie/tt/audio/SpeexWriter.java:30
Method
run
()
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioPlayerHandler.java:127
Method
run
()
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioRecordHandler.java:43
Method
run
()
SpeexLib/src/main/java/com/mogujie/tt/audio/SpeexEncoder.java:29
Method
setAudioListener
(AudioListener audioListener)
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioPlayerHandler.java:69
Method
setAudioMode
(int mode,Context ctx)
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioPlayerHandler.java:33
Method
setOutPutPath
()
app/src/main/java/com/example/who/speexdemo/MainActivity.java:60
Method
setPaused
(boolean paused)
SpeexLib/src/main/java/com/mogujie/tt/audio/SpeexDecoder.java:56
Method
setRecording
(boolean isRec)
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioRecordHandler.java:155
Method
setSerialNumber
Sets the Stream Serial Number. Must not be changed mid stream. @param serialNumber
SpeexLib/src/main/java/com/mogujie/tt/audio/OggSpeexWriter.java:145
Method
startPlay
(String filePath)
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioPlayerHandler.java:109
Method
stop
()
SpeexLib/src/main/java/com/mogujie/tt/audio/SpeexWriteClient.java:71
Method
useAppContext
()
SpeexLib/src/androidTest/java/com/example/speexlib/ExampleInstrumentedTest.java:19
Method
useAppContext
()
app/src/androidTest/java/com/example/who/speexdemo/ExampleInstrumentedTest.java:19
Method
writeHeader
Writes the header pages that start the Ogg Speex file. Prepares file for data to be written. @param comment description to be included in the header.
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioFileWriter.java:88
Method
writePacket
Writes a packet of audio. @param data audio data @param offset the offset from which to start reading the data. @param len the length of data to read
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioFileWriter.java:99
Method
writeShort
Writes a Little-endian short. @param out the data output to write to. @param v value to write. @exception IOException
SpeexLib/src/main/java/com/mogujie/tt/audio/AudioFileWriter.java:252
← previous
101–129 of 129, ranked by callers