#include <cstdio>#include <stdio.h>#include <string.h>#include <assert.h>#include "stereo-sample2.h"

Functions | |
| long | fsize (FILE *f) |
| template<class sample_type > | |
| long | readsamples (sample_type *target, int count, FILE *file) |
| long | writesamples (void *target, int count, FILE *file) |
| long fsize | ( | FILE * | f | ) |
References assert().
Referenced by RhythmAnalyzer::calculateRhythmPattern2(), SpectrumAnalyzer::fetchSpectrum_normal(), main(), EnergyAnalyzer::readAudio(), wave_max(), and Index::write_idx().
| long readsamples | ( | sample_type * | target, | |
| int | count, | |||
| FILE * | file | |||
| ) | [inline] |
References assert().
| long writesamples | ( | void * | target, | |
| int | count, | |||
| FILE * | file | |||
| ) |
References assert().
Referenced by dumpAudio().
1.6.2