arduino-audio-driver
|
Dummy Driver which does nothing. More...
#include <Driver.h>
Public Member Functions | |
virtual bool | begin (CodecConfig codecCfg, DriverPins &pins) |
Starts the processing. More... | |
virtual bool | end (void) |
Ends the processing: shut down dac and adc. More... | |
virtual int | getVolume () |
Determines the actual volume (range: 0-100) More... | |
virtual bool | isInputVolumeSupported () |
Determines if setInputVolume() is supported. More... | |
virtual bool | isVolumeSupported () |
Determines if setVolume() is suppored. More... | |
operator bool () | |
virtual DriverPins & | pins () |
Provides the pin information. More... | |
virtual bool | setConfig (CodecConfig codecCfg) |
changes the configuration More... | |
virtual bool | setInputVolume (int volume) |
Defines the input volume (range: 0-100) if supported. More... | |
virtual bool | setMute (bool enable) |
Mutes all output lines. More... | |
virtual bool | setMute (bool mute, int line) |
Mute individual lines: only supported for some rare DACs. More... | |
bool | setPAPower (bool enable) |
Sets the PA Power pin to active or inactive. More... | |
void | setPins (DriverPins &pins) |
virtual bool | setVolume (int volume) |
Defines the Volume (in %) if volume is 0, mute is enabled,range is 0-100. More... | |
Protected Member Functions | |
virtual bool | configInterface (codec_mode_t mode, I2SDefinition iface) |
virtual bool | controlState (codec_mode_t mode) |
virtual bool | deinit () |
virtual TwoWire * | getI2C () |
Determine the TwoWire object from the I2C config or use Wire. More... | |
virtual int | getI2CAddress () |
virtual bool | init (codec_config_t codec_cfg) |
int | limitValue (int volume, int min=0, int max=100) |
Protected Attributes | |
CodecConfig | codec_cfg |
DriverPins * | p_pins = nullptr |
Dummy Driver which does nothing.
|
inlinevirtual |
Starts the processing.
Reimplemented from AudioDriver.
|
inlineprotectedvirtualinherited |
|
inlineprotectedvirtualinherited |
|
inlineprotectedvirtualinherited |
Reimplemented in AudioDriverPCM3168Class, AudioDriverWM8994Class, AudioDriverTAS5805MClass, AudioDriverES8388Class, AudioDriverES8374Class, AudioDriverES8311Class, AudioDriverES8156Class, AudioDriverES7243eClass, AudioDriverES7243Class, AudioDriverES7210Class, AudioDriverCS43l22Class, and AudioDriverAC101Class.
|
inlinevirtual |
Ends the processing: shut down dac and adc.
Reimplemented from AudioDriver.
|
inlineprotectedvirtualinherited |
Determine the TwoWire object from the I2C config or use Wire.
|
inlineprotectedvirtualinherited |
|
inlinevirtual |
Determines the actual volume (range: 0-100)
Implements AudioDriver.
|
inlineprotectedvirtualinherited |
|
inlinevirtual |
Determines if setInputVolume() is supported.
Reimplemented from AudioDriver.
|
inlinevirtual |
Determines if setVolume() is suppored.
Reimplemented from AudioDriver.
|
inlineprotectedinherited |
make sure that value is in range
volume |
|
inlineinherited |
|
inlinevirtualinherited |
Provides the pin information.
Reimplemented in AudioDriverCS42448Class, and AudioDriverAD1938Class.
|
inlinevirtualinherited |
changes the configuration
Reimplemented in AudioDriverWM8978Class, AudioDriverWM8960Class, AudioDriverCS42448Class, AudioDriverCS43l22Class, and AudioDriverAD1938Class.
|
inlinevirtual |
Defines the input volume (range: 0-100) if supported.
Reimplemented from AudioDriver.
|
inlinevirtual |
Mutes all output lines.
Implements AudioDriver.
|
inlinevirtualinherited |
Mute individual lines: only supported for some rare DACs.
Reimplemented in AudioDriverWM8978Class, AudioDriverPCM3168Class, AudioDriverES8388Class, AudioDriverAD1938Class, and AudioDriverCS42448Class.
|
inlineinherited |
Sets the PA Power pin to active or inactive.
|
inlineinherited |
|
inlinevirtual |
Defines the Volume (in %) if volume is 0, mute is enabled,range is 0-100.
Implements AudioDriver.
|
protectedinherited |
|
protectedinherited |