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§
- Alsa
Firewire - An interface to operate ALSA HwDep character device for Audio and Music unit in IEEE 1394 bus.
- EfwProtocol
- An interface for Fireworks Protocol.
- Motu
Command Dsp - An interface for protocol of command DSP model in MOTU FireWire series.
- Motu
Register Dsp - An interface for protocol of register DSP models in MOTU FireWire series.
- Quadlet
Notification - 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.
- SndMotu
Register DspParameter - 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.
- Tascam
Protocol - An interface for protocol of TASCAM FireWire series.
- Timestamped
Quadlet Notification - An interface to operate notification with quadlet message and time stamp.
Enums§
- Alsa
Firewire Error - The enumerations to report result of operation in
AlsaFirewire. - Alsa
Firewire Type - The enumerations for type of sound unit defined by ALSA firewire stack.
- EfwProtocol
Error - The enumerations to report status of response in Fireworks protocol.