Integrated the Notifier and the AssetPreinstalling to the ContentView view model in the Sample app target.

This commit is contained in:
2026-07-05 13:43:49 +02:00
parent d22a8dda13
commit ee212cb6e3
3 changed files with 90 additions and 123 deletions
+4 -2
View File
@@ -2,8 +2,10 @@ import SwiftUI
/// The entry point of the Attendi sample app.
///
/// The app showcases the Recording feature of the `Features` package, attached to its real audio services: it records audio from the
/// device's microphone, transcribes the recording into text on device, and presents the result in a modal sheet.
/// The app is a thin shell over the `Features` package. It showcases the Recording feature attached to its real audio services
/// recording audio from the device's microphone, transcribing it on device in a locale picked from a toolbar menu, and presenting
/// the result in a modal sheet while the speech model assets of every picked locale preinstall in the background, with their
/// download events reported through the Notifying feature's transient in-app notifications.
@main
struct AttendiApp: App {