PU2CLR RDA5807 Arduino Library 1.1.5
Arduino Library for RDA5807 Devices - By Ricardo Lima Caratti
Loading...
Searching...
No Matches
Audio Functions

Functions

bool RDA5807::isSoftmuted ()
 Gets the softmute status

 
bool RDA5807::isMuted ()
 Gets Audio Mute Status.
 
bool RDA5807::isAudioOutputHighImpedance ()
 Gets true if the output audio impedance is high.
 
void RDA5807::setSoftmute (bool value)
 Sets Soft Mute Enable or disable.
 
void RDA5807::setMute (bool value)
 Sets Audio mute or unmute.
 
void RDA5807::setAudioOutputHighImpedance (bool value)
 Sets audio output impedance high ow low.
 
void RDA5807::setMono (bool value)
 Sets audio Mono or stereo.
 
void RDA5807::setBass (bool value)
 Sets Bass Boost.
 
bool RDA5807::isStereo ()
 Gets the current Stereo status.
 
void RDA5807::setVolume (uint8_t value)
 Sets the audio volume level.
 
uint8_t RDA5807::getVolume ()
 Gets the current audio volume level.
 
void RDA5807::setVolumeUp ()
 Increments the audio volume.
 
void RDA5807::setVolumeDown ()
 Decrements the audio volume.
 

Detailed Description

Audio

Function Documentation

◆ getVolume()

uint8_t RDA5807::getVolume ( )

Gets the current audio volume level.

Returns
uint8_t 0 to 15

◆ isAudioOutputHighImpedance()

bool RDA5807::isAudioOutputHighImpedance ( )
inline

Gets true if the output audio impedance is high.

Returns
True or false

◆ isMuted()

bool RDA5807::isMuted ( )
inline

Gets Audio Mute Status.

Returns
True if muted

◆ isSoftmuted()

bool RDA5807::isSoftmuted ( )
inline

Gets the softmute status

Returns
true if enabled

◆ isStereo()

bool RDA5807::isStereo ( )

Gets the current Stereo status.

Returns
TRUE if stereo;

◆ setAudioOutputHighImpedance()

void RDA5807::setAudioOutputHighImpedance ( bool  value)

Sets audio output impedance high ow low.

Parameters
valueTRUE = High; FALSE = Low

◆ setBass()

void RDA5807::setBass ( bool  value)

Sets Bass Boost.

Parameters
valueFALSE = Disable; TRUE = Enable

◆ setMono()

void RDA5807::setMono ( bool  value)

Sets audio Mono or stereo.

Parameters
valueTRUE = Mono; FALSE force stereo

◆ setMute()

void RDA5807::setMute ( bool  value)

Sets Audio mute or unmute.

Parameters
valueTRUE = mute; FALSE = unmute

◆ setSoftmute()

void RDA5807::setSoftmute ( bool  value)

Sets Soft Mute Enable or disable.

Parameters
valuetrue = enable; false=disable

◆ setVolume()

void RDA5807::setVolume ( uint8_t  value)

Sets the audio volume level.

Parameters
value

◆ setVolumeDown()

void RDA5807::setVolumeDown ( )

Decrements the audio volume.

◆ setVolumeUp()

void RDA5807::setVolumeUp ( )

Increments the audio volume.