We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4aff1d commit d9ba159Copy full SHA for d9ba159
src/AudioTools/CoreAudio/AudioPWM/AudioPWM.h
@@ -13,9 +13,10 @@
13
namespace audio_tools {
14
15
/**
16
- * @brief Common functionality for PWM output.
17
- * Please use the PWMAudioOutput typedef instead which references the
18
- * 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.
19
+ * Further info see PWMConfig
20
* @ingroup io
21
*/
22
class PWMAudioOutput : public AudioOutput {
0 commit comments