@nonstrict/recordkit 0.75.1 → 0.76.0-appstore
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/bin/README.md +1 -1
- package/bin/recordkit-rpc +0 -0
- package/out/Recorder.d.ts +1 -1
- package/package.json +1 -1
- package/src/Recorder.ts +1 -1
package/bin/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# recordkit-rpc 0.
|
|
1
|
+
# recordkit-rpc 0.76.0-appstore
|
package/bin/recordkit-rpc
CHANGED
|
Binary file
|
package/out/Recorder.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ export type SystemAudioMode = 'exclude' | 'include';
|
|
|
157
157
|
* Enumeration specifying the backend to use for system audio recording.
|
|
158
158
|
*
|
|
159
159
|
* - `screenCaptureKit`: Use ScreenCaptureKit for system audio recording.
|
|
160
|
-
* - `_beta_coreAudio`: This a beta feature,
|
|
160
|
+
* - `_beta_coreAudio`: This is a beta feature, not fully tested yet. Do not use in production. Supports single-file and segmented output in M4A/AAC format. Streaming output is not yet supported.
|
|
161
161
|
*
|
|
162
162
|
* @group Recording Schemas
|
|
163
163
|
*/
|
package/package.json
CHANGED
package/src/Recorder.ts
CHANGED
|
@@ -381,7 +381,7 @@ export type SystemAudioMode = 'exclude' | 'include'
|
|
|
381
381
|
* Enumeration specifying the backend to use for system audio recording.
|
|
382
382
|
*
|
|
383
383
|
* - `screenCaptureKit`: Use ScreenCaptureKit for system audio recording.
|
|
384
|
-
* - `_beta_coreAudio`: This a beta feature,
|
|
384
|
+
* - `_beta_coreAudio`: This is a beta feature, not fully tested yet. Do not use in production. Supports single-file and segmented output in M4A/AAC format. Streaming output is not yet supported.
|
|
385
385
|
*
|
|
386
386
|
* @group Recording Schemas
|
|
387
387
|
*/
|