jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
9 years ago |
jules
|
b0ca1c40ca
|
Whitespace tidying
|
9 years ago |
jules
|
663eca60ad
|
In AIFF and WAV memory-mapped readers, avoided assertions when getting max levels beyond the ends of the file
|
9 years ago |
jules
|
f6735c8270
|
Workaround for handling WAV files with broken RIFF chunks.
|
9 years ago |
jules
|
310c657d5e
|
Added metadata accessors to the WavAudioFormat class for INFO chunk properties.
|
9 years ago |
jules
|
614a77fc0d
|
Spelling fix
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
hogliux
|
f8cffb5949
|
Fix some warnings on newer GCC versions on linux
|
10 years ago |
jules
|
ba0c4bd823
|
Fixed an alignment issue when writing WAV files with tracktion loop info blocks.
|
10 years ago |
jules
|
1cd521e157
|
Avoided some compiler warnings.
|
10 years ago |
jules
|
cff4689c66
|
Added a method MemoryMappedAudioFormatReader::getSample(). Also refactored some old AudioFormatReader::readMaxLevels implementations.
|
10 years ago |
jules
|
3afd42690a
|
Added support to WavAudioFormat for writing a LISTINFO chunk.
|
10 years ago |
jules
|
1260ffe9c4
|
Refactored latest changes to WavAudioFormat to avoid GCC compile problems.
|
10 years ago |
jules
|
b71447b057
|
Added better support for writing acid and Tracktion chunks in WavAudioFormat.
|
10 years ago |
jules
|
48cdbf2622
|
Fix for padding in wav file writer.
|
11 years ago |
jules
|
7e35b73df6
|
Added a method AudioFormatWriter::flush, and implemented it in the WAV format.
|
11 years ago |
jules
|
98c77f85e9
|
Added a couple of channel formats to WavAudioFormat
|
11 years ago |
jules
|
b05c8413cf
|
Tidied up some docs and added an AudioFormat constructor.
|
11 years ago |
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
11 years ago |
jules
|
83aaaa9459
|
Avoided mistakenly opening wav files containing formats that the reader doesn't support.
|
11 years ago |
jules
|
21f6a0517a
|
Added some more supported frequencies to WavAudioFormat.
|
11 years ago |
jules
|
4552218149
|
Added support for reading/writing an ISRC code in a WAV file's AXML chunk.
|
11 years ago |
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
11 years ago |
jules
|
0cea511c0c
|
Fix for reading IEEE float wav files.
|
11 years ago |
jules
|
98d85cd640
|
Added an option for restricting the WAV file format.
|
11 years ago |
jules
|
31577c6837
|
Minor comment clarification.
|
11 years ago |
jules
|
4ce1908f79
|
Misc tidying-up.
|
12 years ago |
jules
|
5c59897ba6
|
Replaced some uses of the no-longer-needed literal64Bit macro.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
jules
|
5618f6b904
|
Added acid chunk metadata loading to WavAudioFormat
|
12 years ago |
jules
|
fdfdc2bbbf
|
Aiff float support.
|
12 years ago |
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
jules
|
4f8d094eee
|
Added some extra sample rates to some of the AudioFormat classes.
|
12 years ago |
jules
|
27895cb6bd
|
New class of audio format readers: MemoryMappedAudioFormatReader, which does what it says on the tin.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
4ef89c890f
|
Avoided a few gcc compiler warnings.
|
12 years ago |
jules
|
07e7188eb1
|
Tidied up a few compiler warnings.
|
12 years ago |
jules
|
490e547184
|
Fix for extensible-format wav reader.
|
12 years ago |
jules
|
5dab488418
|
Fix to WavAudioFormat.
|
12 years ago |
jules
|
66917b65fd
|
Minor clean-ups.
|
12 years ago |
jules
|
b3556f720e
|
Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros.
|
12 years ago |
jules
|
51002a72db
|
Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file.
|
13 years ago |
jules
|
0826b28983
|
RTAS compatibility fix. Wav file fix for coping with corrupt files.
|
13 years ago |
jules
|
83fa27c4f2
|
Added channel mask metadata to WavAudioFormat.
|
13 years ago |
jules
|
84a0a24b4e
|
Added some speaker arrangements for WavAudioFormat. Removed a conditional in audio_devices.h
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
e8d58c7ff6
|
More workarounds for loading dodgy WAV files. Internal ComponentBuilder work.
|
13 years ago |
jules
|
17e7f22976
|
Wav format fix. Minor introjucer clean-ups.
|
13 years ago |
jules
|
38eb7f8a5b
|
New class: WindowsMediaAudioFormat.
|
13 years ago |