web-audio-api 0.28.0

A pure Rust implementation of the Web Audio API, for use in non-browser contexts
Documentation

web-audio-api

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 9 feature flags, 6 of them enabled by default.

default

  • mp3
  • ogg
  • flac
  • wav
  • cpal

mp3

  • symphonia/mp3
  • creek/decode-mp3

ogg

  • symphonia/ogg
  • symphonia/vorbis
  • creek/decode-ogg
  • creek/decode-vorbis

flac

  • symphonia/flac
  • creek/decode-flac

wav

  • symphonia/wav
  • symphonia/pcm
  • creek/decode-wav
  • creek/decode-pcm

cpal

    This feature flag does not enable additional features.

cpal-asio

  • cpal
  • cpal/asio

cpal-jack

  • cpal
  • cpal/jack

cubeb

    This feature flag does not enable additional features.