pub enum HwCap {
Show 17 variants
ChangeableRespAddr,
ControlRoom,
OptionalSpdifCoax,
OptionalAesebuXlr,
Dsp,
Fpga,
PhantomPowering,
OutputMapping,
InputGain,
OptionalSpdifOpt,
OptionalAdatOpt,
NominalInput,
NominalOutput,
SoftClip,
RobotGuitar,
GuitarCharging,
Reserved(usize),
}
Expand description
Hardware capability.
Variants§
ChangeableRespAddr
The address to which response of transaction is transmitted is configurable.
ControlRoom
Has control room for output mirror.
OptionalSpdifCoax
S/PDIF signal is available for coaxial interface as option.
OptionalAesebuXlr
S/PDIF signal is available for AES/EBU XLR interface as option.
Dsp
Has DSP (Texas Instrument TMS320C67).
Fpga
Has FPGA (Xilinx Spartan XC35250E).
PhantomPowering
Support phantom powering for any mic input.
OutputMapping
Support mapping between playback stream and physical output.
InputGain
The gain of physical input is adjustable.
OptionalSpdifOpt
S/PDIF signal is available for optical interface as option.
OptionalAdatOpt
ADAT signal is available for optical interface as option.
NominalInput
The nominal level of input audio signal is selectable.
NominalOutput
The nominal level of output audio signal is selectable.
SoftClip
Has software clipping for input audio signal.
RobotGuitar
Is robot guitar.
GuitarCharging
Support chaging for guitar.