mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-28 01:24:17 +00:00
Adds input to the experimental rodio_audio pipeline.
Enable with:
```json
"audio": {
"experimental.rodio_audio": true
}
```
Additionally enables automatic volume
control for incoming audio:
```json
"audio": {
"experimental.control_output_volume": true
}
```
Release Notes:
- N/A
|
||
|---|---|---|
| .. | ||
| src | ||
| .gitattributes | ||
| .ignore | ||
| build.rs | ||
| Cargo.toml | ||
| LICENSE-GPL | ||