We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.관련 파일 CountUpView.kt , SimVoiceActivity.kt , RecordButton.kt , SoundVisualizerView.kt , State.kt
2.퍼미션
3.SoundVisualizerView.kt 음성 그래프 생성 Amplitude를 가져오고, Draw를 요청,오른 쪽부터 순차적으로 그리기, invalidate() // 드로잉 처리
4.음성 캐시 저장 private val recordingFilePath: String by lazy { "${externalCacheDir?.absolutePath}/recording.3gp" }
The text was updated successfully, but these errors were encountered:
#96 사용자 음성 녹음
a24f929
공식문서: https://developer.android.com/reference/android/media/MediaRecorder
Sorry, something went wrong.
시뮬레이션 -훈련(사용자 음성 녹음) #97 from SHAPE-UP/voice
2392f46
#96 .wav파일 형식으로 다운로드 폴더 내 저장
f80b1c7
Merge pull request #98 from SHAPE-UP/voice
47895f4
No branches or pull requests
1.관련 파일
CountUpView.kt , SimVoiceActivity.kt , RecordButton.kt , SoundVisualizerView.kt , State.kt
2.퍼미션
3.SoundVisualizerView.kt 음성 그래프 생성
Amplitude를 가져오고, Draw를 요청,오른 쪽부터 순차적으로 그리기, invalidate() // 드로잉 처리
4.음성 캐시 저장
private val recordingFilePath: String by lazy {
"${externalCacheDir?.absolutePath}/recording.3gp"
}
The text was updated successfully, but these errors were encountered: