A simple class to determine the volume. You can use it as final output or as output or input in your audio chain.
More...
|
| VolumeMeter (AudioOutput &ao) |
|
| VolumeMeter (AudioStream &as) |
|
| VolumeMeter (Print &print) |
|
| VolumeMeter (Stream &stream) |
|
virtual void | addNotifyAudioChange (AudioInfoSupport &bi) |
| Adds target to be notified about audio changes.
|
|
virtual AudioInfo | audioInfo () override |
| provides the actual input AudioInfo
|
|
virtual AudioInfo | audioInfoOut () |
| provides the actual output AudioInfo: this is usually the same as audioInfo() unless we use a transforming stream
|
|
virtual int | available () override |
|
virtual int | availableForWrite () override |
|
bool | begin () override |
|
bool | begin (AudioInfo info) |
|
void | clear () |
| Resets the actual volume.
|
|
virtual void | clearNotifyAudioChange () |
| Deletes all change notify subscriptions.
|
|
virtual void | end () |
|
virtual void | flush () override |
|
bool | isNotifyActive () |
| Checks if the automatic AudioInfo update is active.
|
|
virtual | operator bool () |
|
size_t | readBytes (uint8_t *data, size_t len) |
|
virtual size_t | readSilence (uint8_t *buffer, size_t length) |
| Source to generate silence: just sets the buffer to 0.
|
|
virtual bool | removeNotifyAudioChange (AudioInfoSupport &bi) |
| Removes a target in order not to be notified about audio changes.
|
|
void | setAudioInfo (AudioInfo info) |
| Defines the input AudioInfo.
|
|
void | setNotifyActive (bool flag) |
| Deactivate/Reactivate automatic AudioInfo updates: (default is active)
|
|
void | setOutput (Print &out) override |
| Defines/Changes the output target.
|
|
void | setStream (Stream &io) override |
| Defines/Changes the input & output.
|
|
float | volume () |
|
float | volume (int channel) |
|
float | volumeDB () |
| Volume in db: max amplitude is 0 (range: -1000 to 0)
|
|
float | volumeDB (int channel) |
| Volume of indicated channel in db: max amplitude is 0.
|
|
float | volumePercent () |
| Volume in %: max amplitude is 100.
|
|
float | volumePercent (int channel) |
| Volume of indicated channel in %: max amplitude is 100.
|
|
float | volumeRatio () |
| Volume Ratio: max amplitude is 1.0.
|
|
float | volumeRatio (int channel) |
| Volume Ratio of indicated channel: max amplitude is 1.0.
|
|
size_t | write (const uint8_t *data, size_t len) |
|
virtual size_t | write (uint8_t ch) override |
|
virtual void | writeSilence (size_t len) |
| Writes len bytes of silence (=0).
|
|
A simple class to determine the volume. You can use it as final output or as output or input in your audio chain.
- Author
- Phil Schatzmann
- Copyright
- GPLv3