symphonia-codec-pcm

Crates.iosymphonia-codec-pcm
lib.rssymphonia-codec-pcm
version0.5.4
sourcesrc
created_at2020-09-01 22:25:18.566258
updated_at2024-02-27 03:36:23.414928
descriptionPure Rust PCM audio decoder (a part of project Symphonia).
homepagehttps://github.com/pdeljanov/Symphonia
repositoryhttps://github.com/pdeljanov/Symphonia
max_upload_size
id283676
size28,328
Philip Deljanov (pdeljanov)

documentation

README

Symphonia PCM Codec

Docs

PCM audio decoders for Project Symphonia.

Note: This crate is part of Symphonia. Please use the symphonia crate instead of this one directly.

Support

The following PCM encodings are supported:

  • Signed 32-bit Little-Endian Interleaved
  • Signed 24-bit Little-Endian Interleaved
  • Signed 16-bit Little-Endian Interleaved
  • Signed 8-bit Interleaved
  • Signed 32-bit Big-Endian Interleaved
  • Signed 24-bit Big-Endian Interleaved
  • Signed 16-bit Big-Endian Interleaved
  • Unsigned 32-bit Little-Endian Interleaved
  • Unsigned 24-bit Little-Endian Interleaved
  • Unsigned 16-bit Little-Endian Interleaved
  • Unsigned 8-bit Interleaved
  • Unsigned 32-bit Big-Endian Interleaved
  • Unsigned 24-bit Big-Endian Interleaved
  • Unsigned 16-bit Big-Endian Interleaved
  • 32-bit Little-Endian Floating Point Interleaved
  • 64-bit Little-Endian Floating Point Interleaved
  • 32-bit Big-Endian Floating Point Interleaved
  • 64-bit Big-Endian Floating Point Interleaved
  • A-law
  • Mu-law

License

Symphonia is provided under the MPL v2.0 license. Please refer to the LICENSE file for more details.

Contributing

Symphonia is a free and open-source project that welcomes contributions! To get started, please read our Contribution Guidelines.

Commit count: 562

cargo fmt