@nonstrict/recordkit 0.74.0 → 0.75.0-beta.3
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.75.0-beta.3
|
package/bin/recordkit-rpc
CHANGED
|
Binary file
|
package/out/Recorder.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ export type SystemAudioMode = 'exclude' | 'include';
|
|
|
142
142
|
* Enumeration specifying the backend to use for system audio recording.
|
|
143
143
|
*
|
|
144
144
|
* - `screenCaptureKit`: Use ScreenCaptureKit for system audio recording.
|
|
145
|
-
* - `_beta_coreAudio`: This a beta feature,
|
|
145
|
+
* - `_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.
|
|
146
146
|
*
|
|
147
147
|
* @group Recording Schemas
|
|
148
148
|
*/
|
package/package.json
CHANGED
package/src/Recorder.ts
CHANGED
|
@@ -358,7 +358,7 @@ export type SystemAudioMode = 'exclude' | 'include'
|
|
|
358
358
|
* Enumeration specifying the backend to use for system audio recording.
|
|
359
359
|
*
|
|
360
360
|
* - `screenCaptureKit`: Use ScreenCaptureKit for system audio recording.
|
|
361
|
-
* - `_beta_coreAudio`: This a beta feature,
|
|
361
|
+
* - `_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.
|
|
362
362
|
*
|
|
363
363
|
* @group Recording Schemas
|
|
364
364
|
*/
|