katyo / aubio-rs

Rust bindings for Aubio library
37 stars 7 forks source link

Add norm and phase for CVec #6

Closed Polochon-street closed 4 years ago

Polochon-street commented 4 years ago

Hi!

That would be nice to be able to access a CVec's norm and phase without having to manually check the layout of the values in the fftgrain :grin:

Added that. Not sure what the return type should be though, so up for discussion :)

katyo commented 4 years ago

I think this is usable as is.