Made the transcribing callable and per-call for the transcribing protocol in the Recording package target.
This commit is contained in:
@@ -24,7 +24,7 @@ extension ContentView {
|
||||
|
||||
/// The service that transcribes the recorded audio into text on device.
|
||||
@ObservationIgnored
|
||||
let transcriber = AudioTranscribingService()
|
||||
let transcriber = AudioTranscribing()
|
||||
|
||||
// MARK: Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user