AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
Loading...
Searching...
No Matches
AudioFile< T > Member List

This is the complete list of members for AudioFile< T >, including all inherited members.

AudioBuffer typedef (defined in AudioFile< T >)AudioFile< T >
AudioFile()AudioFile< T >
AudioFile(std::string filePath)AudioFile< T >
getBitDepth() constAudioFile< T >
getLengthInSeconds() constAudioFile< T >
getNumChannels() constAudioFile< T >
getNumSamplesPerChannel() constAudioFile< T >
getSampleRate() constAudioFile< T >
isMono() constAudioFile< T >
isStereo() constAudioFile< T >
iXMLChunkAudioFile< T >
load(std::string filePath)AudioFile< T >
loadFromMemory(std::vector< uint8_t > &fileData)AudioFile< T >
printSummary() constAudioFile< T >
samplesAudioFile< T >
save(std::string filePath, AudioFileFormat format=AudioFileFormat::Wave)AudioFile< T >
setAudioBuffer(AudioBuffer &newBuffer)AudioFile< T >
setAudioBufferSize(int numChannels, int numSamples)AudioFile< T >
setBitDepth(int numBitsPerSample)AudioFile< T >
setNumChannels(int numChannels)AudioFile< T >
setNumSamplesPerChannel(int numSamples)AudioFile< T >
setSampleRate(uint32_t newSampleRate)AudioFile< T >
shouldLogErrorsToConsole(bool logErrors)AudioFile< T >