临时添加
This commit is contained in:
parent
b6cd162280
commit
cd4855f567
@ -209,7 +209,10 @@ class MainActivity : BaseViewModelActivity<ActivityMainBinding, MainViewModel>()
|
|||||||
)
|
)
|
||||||
AudioDebugUtil.saveFloatPcmAsWav(audio, file)
|
AudioDebugUtil.saveFloatPcmAsWav(audio, file)
|
||||||
LogUtils.dTag("audioxx", "WAV saved: ${file.path}, samples=${audio.size}")
|
LogUtils.dTag("audioxx", "WAV saved: ${file.path}, samples=${audio.size}")
|
||||||
|
lifecycleScope.launch(Dispatchers.Main){
|
||||||
|
|
||||||
|
mVerticalAnimator?.show()
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onStateChanged = { state ->
|
onStateChanged = { state ->
|
||||||
when (state) {
|
when (state) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user