snd / hertz

useful functions for working with frame-rates, sample-rates, other rates, time durations, frequencies, etc and for keeping a constant framerate. written in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hertz

status: working. tested. api still in flux.

Build Status

useful functions for working with frame-rates, sample-rates, other rates, time durations, frequencies, etc and for keeping a constant framerate. written in rust.

to use add hertz = "*" to the [dependencies] section of your Cargo.toml and call extern crate hertz; in your code.

read the documentation for an example and more !

contributing

licensed under either of apache-2.0 (tl;dr) or MIT (tl;dr) at your option

About

useful functions for working with frame-rates, sample-rates, other rates, time durations, frequencies, etc and for keeping a constant framerate. written in rust.

License:Apache License 2.0


Languages

Language:Rust 100.0%