Skip to content
/ audyo Public

Audio decode/encode library for rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

chrontax/audyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audyo

Audio decoding/encoding library with a simple api.

Features

  • audio decoding (currently supports all formats supported by symphonia)
  • audio encoding (currently only supports ogg vorbis)

Usage

cargo add audyo
let decoded = audyo::decode::<f32>(File::open("uwu.mp3").unwrap()).unwrap();

let vorbis_encoded = audyo::encode_vorbis(&decoded.1, 320000).unwrap();

About

Audio decode/encode library for rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages