tauri-plugin-audio 0.1.1

Desktop audio capture plugin for Tauri
1
2
3
4
5
6
7
8
9
"$schema" = "schemas/schema.json"

[default]
description = "Allows listing audio devices and controlling the active audio capture stream."
permissions = [
  "allow-get-devices",
  "allow-create-stream",
  "allow-stop-stream",
]