tauri-plugin-system-audio 0.1.1

Dual audio capture for Tauri 2 — microphone + system audio (WASAPI loopback) with WebRTC AEC3 echo cancellation, resampled to 16 kHz mono PCM for streaming STT.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-system-audio"
version = "0.1.1"
authors = ["Subcue AI LLC <aaron@subcueai.com>"]
build = "build.rs"
links = "tauri-plugin-system-audio"
exclude = ["/.github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dual audio capture for Tauri 2 — microphone + system audio (WASAPI loopback) with WebRTC AEC3 echo cancellation, resampled to 16 kHz mono PCM for streaming STT."
homepage = "https://subcue.ai"
documentation = "https://docs.rs/tauri-plugin-system-audio"
readme = "README.md"
keywords = [
    "tauri",
    "audio",
    "wasapi",
    "loopback",
    "echo-cancellation",
]
categories = [
    "multimedia::audio",
    "gui",
]
license = "MIT"
repository = "https://github.com/Subcue/tauri-plugin-system-audio"

[lib]
name = "tauri_plugin_system_audio"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.cpal]
version = "0.16"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tauri]
version = "2"
default-features = false

[dependencies.thiserror]
version = "2"

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]

[target.'cfg(target_os = "windows")'.dependencies.libloading]
version = "0.8"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_System_Registry",
]