vox_box

Crates.iovox_box
lib.rsvox_box
version0.3.0
sourcesrc
created_at2016-02-02 19:11:10.464378
updated_at2017-12-31 02:23:51.639023
descriptionA tool to process speech audio in Rust
homepage
repositoryhttps://github.com/andrewcsmith/vox_box.rs
max_upload_size
id4062
size69,619
Andrew Smith (andrewcsmith)

documentation

http://www.andrewchristophersmith.com/docs/vox_box/vox_box/index.html

README

Build Status

vox_box.rs

A tool to let you hack away at voice audio recordings in Rust.

How do I do it?

Documentation

What's included

  • Filter preemphasis, normalization, RMS calculation
  • Autocorrleation calculation
  • Laguerre root finding and polynomial division
  • Mel-Frequency Cepstral Coefficient (MFCC) calculation
  • Linear Predictive Coding (LPC) coefficient calculation
  • Formant path finder (McCandless algorithm, from Praat)
  • Pitch finding (Boersma autocorrelation method, from Praat)

Why is it broken?

Open an issue! There are many incomplete aspects to this library, as it is highly specialized to my personal projects. Once others begin using it, I expect that it will become more generalized.

Commit count: 113

cargo fmt