Skip to content

Latest commit

 

History

History
 
 

symphonia-codec-pcm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.