Copiste  0.1
 All Classes Functions Variables Enumerations Friends Pages
Public Member Functions
AudioChunk Class Reference

Stores PCM data of a sound sequence and computes some transformations on it. More...

#include <audiochunk.h>

List of all members.

Public Member Functions

void setData (uint8_t *data, unsigned int size, uint8_t bytesPerSample, uint8_t channels, unsigned int rate, int64_t pts)
int getValueByIndex (unsigned int index)
int getValueByTime (int64_t time)
AudioChunkaverage (unsigned int passes)
AudioChunkreduceToBounds (unsigned int passes)
unsigned int * computeSpectrum (int size)

Detailed Description

Stores PCM data of a sound sequence and computes some transformations on it.


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