| active | SoundGenerator< T > | protected |
| activeWarningIssued | SoundGenerator< T > | protected |
| applyRamp(T sample) | SoundGenerator< T > | inlineprotected |
| audioInfo() | SoundGenerator< T > | inlinevirtual |
| begin() override | FastIntSineGenerator< T > | inlinevirtual |
| begin(AudioInfo info) override | FastIntSineGenerator< T > | inlinevirtual |
| begin(AudioInfo info, float frequency) | FastIntSineGenerator< T > | inline |
| begin(int channels, int sample_rate, float frequency) | FastIntSineGenerator< T > | inline |
| currentSample | SoundGenerator< T > | protected |
| defaultConfig() | SoundGenerator< T > | inlinevirtual |
| downPercent | SoundGenerator< T > | protected |
| end() | SoundGenerator< T > | inlinevirtual |
| factor | SoundGenerator< T > | protected |
| FastIntSineGenerator(float amplitude=NumberConverter::maxValueT< T >(), float phase=0.0f) | FastIntSineGenerator< T > | inline |
| info | SoundGenerator< T > | protected |
| isActive() | SoundGenerator< T > | inlinevirtual |
| kIndexShift | FastIntSineGenerator< T > | protectedstatic |
| kTableBits | FastIntSineGenerator< T > | protectedstatic |
| kTableSize | FastIntSineGenerator< T > | protectedstatic |
| m_amplitude | FastIntSineGenerator< T > | protected |
| m_amplitude_i | FastIntSineGenerator< T > | protected |
| m_frequency | FastIntSineGenerator< T > | protected |
| m_phase_acc | FastIntSineGenerator< T > | protected |
| m_phase_increment | FastIntSineGenerator< T > | protected |
| m_phase_offset | FastIntSineGenerator< T > | protected |
| playMs | SoundGenerator< T > | protected |
| playSamples | SoundGenerator< T > | protected |
| rampDownDec | SoundGenerator< T > | protected |
| rampDownSamples | SoundGenerator< T > | protected |
| rampUpInc | SoundGenerator< T > | protected |
| readBytes(uint8_t *data, size_t len) | SoundGenerator< T > | inlinevirtual |
| readBytesFrames(uint8_t *buffer, size_t lengthBytes, int frames, int channels) | SoundGenerator< T > | inlineprotected |
| readBytesFromBuffer(uint8_t *buffer, size_t lengthBytes, int frame_size, int channels) | SoundGenerator< T > | inlineprotected |
| readSample() override | FastIntSineGenerator< T > | inlinevirtual |
| recalculatePlayTime() | SoundGenerator< T > | inlineprotected |
| ring_buffer | SoundGenerator< T > | protected |
| setAmplitude(float amp) | FastIntSineGenerator< T > | inline |
| setAudioInfo(AudioInfo info) override | FastIntSineGenerator< T > | inlinevirtual |
| setFrequency(float frequency) override | FastIntSineGenerator< T > | inlinevirtual |
| setPhase(float phase) | FastIntSineGenerator< T > | inline |
| setPlayTime(uint32_t playMs, uint8_t upPercent=20, uint8_t downPercent=30) | SoundGenerator< T > | inline |
| sine_table | FastIntSineGenerator< T > | protectedstatic |
| SoundGenerator() | SoundGenerator< T > | inline |
| updatePhaseIncrement() | FastIntSineGenerator< T > | inlineprotected |
| upPercent | SoundGenerator< T > | protected |
| upSamples | SoundGenerator< T > | protected |
| ~SoundGenerator() | SoundGenerator< T > | inlinevirtual |