arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
Fade.h File Reference
#include "AudioToolsConfig.h"
#include "AudioStreams.h"

Go to the source code of this file.

Classes

class  Fade
 Fade In and Fade out in order to prevent popping sound when the audio is started or stopped. The fade in/out is performed over the length of the buffer. More...
 
class  FadeConverter< T >
 converter which does a fade out or fade in. More...
 
class  FadeStream
 Stream which can be used to manage fade in and fade out. Before you read or write data you need to call setAudioInfo() to provide the bits_per_sample and channels. More...
 
class  LastSampleFader
 If we end audio and the last sample is not close to 0 we can hear a popping noise. This functionality brings the last value slowly to 0. Typless implementation. More...
 
class  LastSampleFaderT< T >
 If we end audio and the last sample is not close to 0 we can hear a popping noise. This functionality brings the last value slowly to 0. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.