rustwav-core 0.3.8

The core implementation of WAV format audio file parser and creator, with resampler and downmixer, can change the sample rate of the audio file, and a lot of sub-format support e.g. ADPCM, aLaw, MuLaw, mp3, opus, flac, ogg vorbis, etc, can't use directly, please use `rustwav`.
Documentation

rustwav-core

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 6 of them enabled by default.

default

flac (default)

This feature flag does not enable additional features.

id3 (default)

  • dep:id3 (default)

mp3dec (default)

mp3enc (default)

oggvorbis (default)

opus (default)