Skip to content

Commit d9ba159

Browse files
committed
AudioPWM comments
1 parent a4aff1d commit d9ba159

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/AudioTools/CoreAudio/AudioPWM/AudioPWM.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
namespace audio_tools {
1414

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

0 commit comments

Comments
 (0)