@ghchinoy/lit-audio-ui 0.4.14 → 0.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -72,6 +72,8 @@ Once imported, custom elements are registered and used like standard HTML tags:
72
72
  ### 🧩 Providers (State)
73
73
  * **`<ui-audio-provider>`**: Headless state machine for playback, playlists, and transcripts.
74
74
  * **`<ui-speech-provider>`**: Headless lifecycle manager for voice recording.
75
+ * **Hardware Selection:** Accepts an optional `deviceId` string property to bypass the system default microphone and request specific hardware (perfect for integrating with `<ui-mic-selector>`).
76
+ * **Manual Mode:** Accepts a `manual` boolean property. When true, it stops imperatively calling `getUserMedia` and instead emits intent events (`@speech-request-start`) allowing your application to orchestrate WebAudio nodes for duplex streaming.
75
77
 
76
78
  ## ♿ Accessibility
77
79