Renamed the RecordingService protocol in the Recording package target as Capturing.
This commit is contained in:
@@ -23,7 +23,7 @@ struct ContentView: View {
|
||||
var body: some View {
|
||||
NavigationStack {
|
||||
RecordingView(
|
||||
recorder: model.recorder,
|
||||
capturer: model.capturer,
|
||||
transcriber: model.transcriber,
|
||||
locale: $model.locale,
|
||||
) { transcription in
|
||||
|
||||
Reference in New Issue
Block a user