Crate hitaki

Crate hitaki 

Source
Expand description

§hitaki crate

Rust API bindings and wrappers for hitaki library to operate ALSA HwDep character device for model specific functionalities supported by drivers in ALSA firewire stack.

The hitaki library version 0.2 is the minimum supported version for underlying library.

The hitaki crate is automatically generated by gir tool provided by gtk-rs project. Hitaki-0.0 file from hitaki library is used for the generation. But some functions are implemented manually.

§Usage

Add the following line to your Cargo.toml file:

[dependencies]
hitaki = "0.6.0"

The API documentation is available in https://docs.rs/hitaki/.

§License

The hitaki crate is released under MIT license.

§Dependency

The hitaki crate depends on API crates provided by gtk-rs project for type/object system, event loop, and dispacher.

§Repository

The hitaki crate is the part of ALSA project and maintained by ALSA gobject-introspection team. The remote repository is located in https://github.com/alsa-project/hitaki-rs/.

§Support

If finding issue, please file it in https://github.com/alsa-project/hitaki-rs/.

Re-exports§

pub use ffi;

Modules§

prelude
For convenience to provide auto-generated/manual traits, and their blanket implementations.
subclass
For subclass implementations derived from provided class.

Structs§

AlsaFirewire
An interface to operate ALSA HwDep character device for Audio and Music unit in IEEE 1394 bus.
EfwProtocol
An interface for Fireworks Protocol.
MotuCommandDsp
An interface for protocol of command DSP model in MOTU FireWire series.
MotuRegisterDsp
An interface for protocol of register DSP models in MOTU FireWire series.
QuadletNotification
An interface to operate notification with quadlet message.
SndDice
A GObject-derived object for sound unit of TCAT DICE ASICs.
SndDigi00x
A GObject-derived object for sound unit of Digidesign Digi00x family.
SndEfw
A GObject-derived object for sound unit of Echo Audio Fireworks.
SndFireface
A GObject-derived object for sound unit of RME Fireface series.
SndMotu
A GObject-derived object for sound unit of MOTU FireWire series.
SndMotuRegisterDspParameter
A boxed object for parameters in MOTU register DSP model.
SndTascam
A GObject-derived object for sound unit of TASCAM FireWire series.
SndUnit
A GObject-derived object for sound unit without specific function.
TascamProtocol
An interface for protocol of TASCAM FireWire series.
TimestampedQuadletNotification
An interface to operate notification with quadlet message and time stamp.

Enums§

AlsaFirewireError
The enumerations to report result of operation in AlsaFirewire.
AlsaFirewireType
The enumerations for type of sound unit defined by ALSA firewire stack.
EfwProtocolError
The enumerations to report status of response in Fireworks protocol.