Skip to content

Commit

Permalink
AudioPWM comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 30, 2024
1 parent a4aff1d commit d9ba159
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/AudioTools/CoreAudio/AudioPWM/AudioPWM.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
namespace audio_tools {

/**
* @brief Common functionality for PWM output.
* Please use the PWMAudioOutput typedef instead which references the
* implementation
* @brief Common functionality for PWM output. We generate audio using PWM
* with a frequency that is above the hearing range. The sample rate is
* usually quite restricted, so we also automatically decimate the data.
* Further info see PWMConfig
* @ingroup io
*/
class PWMAudioOutput : public AudioOutput {
Expand Down

0 comments on commit d9ba159

Please sign in to comment.