# Rust DSP dependency notices

These notices cover the registry dependencies introduced by the native audio
processing pipeline and the Rubato dependencies it uses. Versions match
`Cargo.lock`. For packages offered under alternative licenses, this
distribution uses the license named below.

| Packages | Versions | License used | Notice |
| --- | --- | --- | --- |
| `audio-codec-algorithms` | 0.8.1 | 0BSD | `audio-codec-algorithms/LICENSE-0BSD` |
| `audioadapter` | 5.0.0 | MIT | `audioadapter/LICENSE-MIT` |
| `audioadapter-buffers`, `audioadapter-sample` | 5.2.0 | MIT | `audioadapter/LICENSE-MIT` |
| `bytemuck`, `bytemuck_derive` | 1.25.2, 1.12.1 | MIT | `bytemuck/LICENSE-MIT` |
| `cpufeatures` | 0.3.1 | MIT | `cpufeatures/LICENSE-MIT` |
| `derive_more`, `derive_more-impl` | 2.1.1 | MIT | `derive_more/LICENSE-MIT` |
| `num-integer`, `num-traits` | 0.1.46, 0.2.19 | MIT | `num/LICENSE-MIT` |
| `rubato` | 5.0.0 | MIT | `rubato/LICENSE-MIT` |
| `sonora`, `sonora-aec3`, `sonora-agc2`, `sonora-common-audio`, `sonora-fft`, `sonora-ns`, `sonora-simd` | 0.2.0 | BSD-3-Clause | `sonora/LICENSE-BSD-3-CLAUSE` |
| `tracing`, `tracing-core`, `tracing-attributes` | 0.1.44, 0.1.36, 0.1.31 | MIT | `tracing/LICENSE-MIT` |
| `unicode-xid` | 0.2.6 | MIT | `unicode-xid/LICENSE-MIT`, `unicode-xid/COPYRIGHT` |
| `visibility` | 0.1.1 | MIT | `visibility/LICENSE-MIT` |
| `windowfunctions` | 0.1.1 | MIT | `windowfunctions/LICENSE-MIT` |

The license texts are copied from the corresponding crates.io archives.
