audio-codec-bsd 0.1.1

FLAC/PCM/WAV multi-format audio container decoder (symphonia + hound, pure Rust) emitting planar audio-core-bsd AudioFrames
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# NOTICE — audio-codec-bsd

**License:** BSD-2-Clause (see `LICENSE`).

## Third-party dependencies

| Dependency | License | Note |
|------------|---------|------|
| `symphonia` | **MPL-2.0** | ⚠ file-level copyleft. This crate **uses (links) symphonia without modifying its source** → compatible. Modifying symphonia source would require those files to remain MPL-2.0. |
| `hound` | MIT OR Apache-2.0 | permissive |
| `thiserror` | MIT OR Apache-2.0 | permissive |
| `audio-core-bsd` | BSD-2-Clause | internal (sibling) |

## MPL-2.0 obligation
`symphonia` (MPL-2.0): 본 크레이트는 symphonia 소스를 수정하지 않고 의존만 한다.
MPL-2.0 전문: https://www.mozilla.org/en-US/MPL/2.0/