@ikonai/sdk 0.0.40 → 0.0.42
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/assets/{audio-capture-worker-Bnqb8-xb.js → audio-capture-worker-zx_Os6ad.js} +85 -85
- package/assets/{audio-playback-worker-CXmAFv0O.js → audio-playback-worker-CYoIqiGJ.js} +4 -2
- package/assets/index-Cns_7uAI.js +119 -0
- package/assets/index-D2GAzJKe.js +131 -0
- package/assets/libopus-BEPFPIM_.js +139 -0
- package/client/ikon-client-config.d.ts +3 -3
- package/index.js +961 -913
- package/media/ikon-audio-capture.d.ts +5 -3
- package/media/ikon-audio-playback.d.ts +14 -2
- package/media/ikon-video-playback.d.ts +2 -2
- package/package.json +1 -1
- package/utils/platform.d.ts +5 -0
- package/assets/index-C-9F_--I.js +0 -186
- package/assets/index-C3ZAK5YF.js +0 -170
- package/assets/libopus-BBY7KH2-.js +0 -169
- package/assets/libopus-simd-CQXMVirP.js +0 -169
|
@@ -209,9 +209,9 @@ export interface AudioConfig {
|
|
|
209
209
|
*/
|
|
210
210
|
enabled?: boolean;
|
|
211
211
|
/**
|
|
212
|
-
*
|
|
212
|
+
* Performance preferences for audio processing.
|
|
213
213
|
*/
|
|
214
|
-
|
|
214
|
+
performance?: IkonAudioPlaybackConfig['performance'];
|
|
215
215
|
/**
|
|
216
216
|
* Background audio playback configuration.
|
|
217
217
|
*/
|
|
@@ -229,7 +229,7 @@ export interface AudioConfig {
|
|
|
229
229
|
*/
|
|
230
230
|
export interface VideoConfig {
|
|
231
231
|
enabled?: boolean;
|
|
232
|
-
|
|
232
|
+
performance?: IkonVideoPlaybackConfig['performance'];
|
|
233
233
|
}
|
|
234
234
|
/**
|
|
235
235
|
* Configuration for IkonClient.
|