@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 CHANGED
@@ -1 +1 @@
1
- # recordkit-rpc 0.75.1
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, it is not fully implemented yet. Do not use in production. Currently only records single files in .caf format.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nonstrict/recordkit",
3
- "version": "0.75.1",
3
+ "version": "0.76.0-appstore",
4
4
  "description": "Powerful screen recording for your Electron app on macOS.",
5
5
  "homepage": "https://recordkit.dev",
6
6
  "repository": "nonstrict-hq/RecordKit.Electron",
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, it is not fully implemented yet. Do not use in production. Currently only records single files in .caf format.
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
  */