1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_audio_formats/format
2014-09-02 11:24:04 +01:00
..
juce_AudioFormat.cpp Tidied up some docs and added an AudioFormat constructor. 2013-09-27 10:29:42 +01:00
juce_AudioFormat.h Tidied up some docs and added an AudioFormat constructor. 2013-09-27 10:29:42 +01:00
juce_AudioFormatManager.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_AudioFormatManager.h Cleared-out the last batch of unnecessary includes. 2013-08-29 12:44:00 +01:00
juce_AudioFormatReader.cpp Added better support for writing acid and Tracktion chunks in WavAudioFormat. 2014-09-02 11:24:04 +01:00
juce_AudioFormatReader.h Added a version of AudioFormatReader::readMaxLevels() which takes any number of channels. 2014-08-28 22:02:17 +01:00
juce_AudioFormatReaderSource.cpp Fixed some MSVC warnings. 2013-07-02 17:30:02 +01:00
juce_AudioFormatReaderSource.h Added a few override modifiers and fixed some documentation. 2013-08-22 22:03:51 +01:00
juce_AudioFormatWriter.cpp Fixed a counter in ThreadedWriter 2014-07-07 19:45:10 +01:00
juce_AudioFormatWriter.h Added method AudioFormatWriter::ThreadedWriter::setFlushInterval() 2014-07-06 12:00:20 +01:00
juce_AudioSubsectionReader.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_AudioSubsectionReader.h Spelling typos. 2014-02-28 11:25:46 +00:00
juce_BufferingAudioFormatReader.cpp Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_BufferingAudioFormatReader.h Added some override specifiers. 2013-08-19 19:18:36 +01:00
juce_MemoryMappedAudioFormatReader.h Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00