Crates.io | symphonia-codec-adpcm |
lib.rs | symphonia-codec-adpcm |
version | 0.5.4 |
source | src |
created_at | 2023-01-19 03:59:21.210347 |
updated_at | 2024-02-27 03:35:54.236278 |
description | Pure Rust ADPCM audio decoder (a part of project Symphonia). |
homepage | https://github.com/pdeljanov/Symphonia |
repository | https://github.com/pdeljanov/Symphonia |
max_upload_size | |
id | 762260 |
size | 18,477 |
ADPCM audio decoders for Project Symphonia.
Note: This crate is part of Symphonia. Please use the symphonia
crate instead of this one directly.
The following ADPCM encodings are supported:
Only 4 bits per sample and only mono and stereo channels are supported.
Symphonia is provided under the MPL v2.0 license. Please refer to the LICENSE file for more details.
Symphonia is a free and open-source project that welcomes contributions! To get started, please read our Contribution Guidelines.