Fix: Prevent recording flicker on start
This commit is contained in:
parent
99dfb74490
commit
1e4b5436f6
@ -56,6 +56,8 @@ class Recorder: ObservableObject {
|
||||
}
|
||||
|
||||
func startRecording(toOutputFile url: URL) async throws {
|
||||
isReconfiguring = true
|
||||
defer { isReconfiguring = false }
|
||||
deviceManager.isRecordingActive = true
|
||||
|
||||
let currentDeviceID = deviceManager.getCurrentDevice()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user