Struct adi::Audio[][src]

pub struct Audio { /* fields omitted */ }

A sound or music.

Methods

impl Audio
[src]

Create a new Audio from samples.

Get a sample at a specific index.

Get an index for a specific point in time since the beginning of the sound.

Trait Implementations

impl Clone for Audio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Audio

impl Sync for Audio