audio-time 0.0.1-alpha.2

Encode and convert audio time spans between representations in number of samples, number of bytes and time duration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.audio-core]
version = "0.2.0-alpha"

[dependencies.derive_more]
version = "0.99"

[dependencies.thiserror]
version = "1"

[package]
authors = ["Yotam Ofek <yotam.ofek@gmail.com>"]
description = "Encode and convert audio time spans between representations in number of samples, number of bytes and time duration."
edition = "2021"
license = "MIT"
name = "audio-time"
repository = "https://github.com/yotamofek/audio-time"
version = "0.0.1-alpha.2"