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

Go to the source code of this file.

Classes

class  float32
 Stores float values as uint32_t so that we can use memory allocated with MALLOC_CAP_32BIT. More...
 

Namespaces

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

Functions

float fabs (float32 arg)
 
float floor (float32 arg)
 
float operator* (float one, float32 two)
 
float operator* (float32 one, float two)
 
float operator* (float32 one, float32 two)
 
float operator+ (float one, float32 two)
 
float operator+ (float32 one, float two)
 
float operator+ (float32 one, float32 two)
 
float operator- (float one, float32 two)
 
float operator- (float32 one, float two)
 
float operator- (float32 one, float32 two)
 
float operator/ (float one, float32 two)
 
float operator/ (float32 one, float two)
 
float operator/ (float32 one, float32 two)