Docs.rs
  • rustwav-0.0.12
    • rustwav 0.0.12
    • Docs.rs crate page
    • LGPL-2.1
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • 0xAA55-rs
    • Dependencies
      • encoding ^0.2.33 normal optional
      • id3 ^1.16.2 normal optional
      • libflac-sys ^0.3.2 normal optional
      • mp3lame-encoder ^0.2.1 normal optional
      • opus ^0.3.0 normal optional
      • rmp3 ^0.3.1 normal optional
      • rustfft ^6.2.0 normal
      • tempfile ^3.18.0 normal
      • windows ^0.61.1 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rustwav_lib0.0.12

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits

Crate rustwav_lib

Source

Re-exports§

pub use wavcore::Mp3EncoderOptions;
pub use wavcore::Mp3Channels;
pub use wavcore::Mp3Quality;
pub use wavcore::Mp3Bitrate;
pub use wavcore::Mp3VbrMode;
pub use wavcore::OpusEncoderOptions;
pub use wavcore::OpusBitrate;
pub use wavcore::OpusEncoderSampleDuration;

Modules§

decoders
encoders
utils

Macros§

force_borrow
force_borrow_mut

Structs§

FrameIntoIter
FrameIter
MonoIntoIter
MonoIter
Resampler
Spec
StereoIntoIter
StereoIter
WaveReader
WaveWriter
i24
u24

Enums§

AdpcmSubFormat
AudioError
AudioReadError
AudioWriteError
DataFormat
FileSizeOption
SampleFormat
WaveDataSource

Traits§

Reader
SampleFrom
SampleType
Writer