docs.rs failed to build horizontal_mixer-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
horizontal_mixer-0.1.3
Rust Horizontal Mixer
Simple horizontal mixer in Rust using Kira for audio playback.
Examples
Mixing between track_1.mp3 and track_2.mp3 with a fade time of 0.15s every 2 seconds, looping
use HorizontalMixer;
use ;
License
This project is licensed under the MIT license.
Kira, the library this is based on, is licensed under either:
- Apache License, Version 2.0
- MIT License