Implemented the AudioTranscribingService service in the Sample app target.
This commit is contained in:
@@ -8,11 +8,11 @@ struct ContentView: View {
|
||||
|
||||
// MARK: Body
|
||||
|
||||
/// The content of the view: the recording feature's view, attached to the microphone-backed recording service and the simulated transcribing service.
|
||||
/// The content of the view: the recording feature's view, attached to the microphone-backed recording service and the on-device speech transcribing service.
|
||||
var body: some View {
|
||||
RecordingView(
|
||||
recorder: AudioRecordingService(),
|
||||
transcriber: SimulatedTranscribingService()
|
||||
transcriber: AudioTranscribingService()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user