arduino-audio-tools
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ChartT< T > Class Template Reference

Displays audio in a Jupyter as chart Just wrapps a stream to provide the chart data. More...

#include <JupyterAudio.h>

Public Member Functions

const std::string chartData ()
 Provides data as svg polyline.
 
int getChannel ()
 
int getChannels ()
 
void setup (std::string fName, int channelCount, int channelNo)
 

Protected Member Functions

int transform (int x)
 

Protected Attributes

int channel =0
 
int channels =0
 
std::string fname
 
std::stringstream str
 
const int wav_header_size = 44
 

Detailed Description

template<typename T>
class audio_tools::ChartT< T >

Displays audio in a Jupyter as chart Just wrapps a stream to provide the chart data.


The documentation for this class was generated from the following file: