jules
|
68fa0eaa19
|
Fixed a minor compiler warning.
|
2015-04-27 11:23:04 +01:00 |
|
jules
|
afbec9cf3c
|
Updates to avoid pedantic warnings in gcc.
|
2015-04-07 14:41:28 +01:00 |
|
jules
|
43252dc605
|
Tidied-up a few stray sign-conversion warnings.
|
2015-03-15 18:22:19 +00:00 |
|
jules
|
1cd521e157
|
Avoided some compiler warnings.
|
2015-01-30 09:27:37 +00:00 |
|
jules
|
cff4689c66
|
Added a method MemoryMappedAudioFormatReader::getSample(). Also refactored some old AudioFormatReader::readMaxLevels implementations.
|
2015-01-28 17:34:52 +00:00 |
|
jules
|
7704d5ad79
|
Improvements to parsing AIFF CATE chunks.
|
2015-01-02 15:54:22 +00:00 |
|
jules
|
9d895619c8
|
Fixed a compile error in older versions of Xcode
|
2014-12-11 10:58:13 +00:00 |
|
jules
|
e090d569b7
|
Updated FLAC to version 1.3.1
|
2014-12-10 19:23:00 +00:00 |
|
jules
|
19937e63e1
|
Updated a few trig functions to use the std:: implementations.
|
2014-11-04 15:59:38 +00:00 |
|
jules
|
3afd42690a
|
Added support to WavAudioFormat for writing a LISTINFO chunk.
|
2014-10-07 14:29:39 +01:00 |
|
jules
|
1260ffe9c4
|
Refactored latest changes to WavAudioFormat to avoid GCC compile problems.
|
2014-09-02 12:03:21 +01:00 |
|
jules
|
b71447b057
|
Added better support for writing acid and Tracktion chunks in WavAudioFormat.
|
2014-09-02 11:24:04 +01:00 |
|
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
2014-08-16 21:06:27 +01:00 |
|
jules
|
7c61188bf9
|
Cleaned up a few places where four-char constants were used, to prevent warnings.
|
2014-08-12 09:22:28 +01:00 |
|
jules
|
48cdbf2622
|
Fix for padding in wav file writer.
|
2014-07-06 11:57:37 +01:00 |
|
jules
|
7e35b73df6
|
Added a method AudioFormatWriter::flush, and implemented it in the WAV format.
|
2014-07-04 19:06:11 +01:00 |
|
jules
|
91d9c96338
|
Minor clean-ups
|
2014-04-29 14:14:21 +01:00 |
|
jules
|
5bd71401d8
|
Refactored the WindowsMediaAudioFormat to avoid a discontinuity bug.
|
2014-04-09 12:28:05 +01:00 |
|
jules
|
5409951861
|
Refactored some Xcode warning suppression.
|
2014-03-30 14:57:39 +01:00 |
|
jules
|
a0c18acb1e
|
Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor.
|
2014-03-26 18:08:10 +00:00 |
|
jules
|
fa21d2ac02
|
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 |
|
jules
|
dfda7c77fc
|
Workarounds for some mingw build problems.
|
2014-03-19 11:23:52 +00:00 |
|
jules
|
98c77f85e9
|
Added a couple of channel formats to WavAudioFormat
|
2014-03-18 10:54:33 +00:00 |
|
jules
|
e25b727559
|
Added some assertions to the MP3 decoder to flag up an unsupported encoding type.
|
2014-03-17 10:56:44 +00:00 |
|
jules
|
5f2b87d69b
|
Made WindowsMediaAudioFormat::isCompressed() return true.
|
2014-03-10 21:53:03 +00:00 |
|
jules
|
9aeefa5ebe
|
Better seeking in mp3 reader.
|
2013-12-23 13:09:29 +00:00 |
|
jules
|
a356c6b148
|
Couple of minor warning fixes.
|
2013-12-04 09:23:45 +00:00 |
|
jules
|
28cdb20040
|
Whitespace cleanups.
|
2013-12-03 11:33:45 +00:00 |
|
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
2013-12-01 23:28:31 +00:00 |
|
jules
|
242a5f221d
|
Fixed some libFLAC code to keep old Xcode compilers happy.
|
2013-11-25 12:16:17 +00:00 |
|
jules
|
afb5904e89
|
Better use of intrinsics for FLAC.
|
2013-11-19 20:47:43 +00:00 |
|
jules
|
1e4ba1b550
|
A few minor changes to keep the Clang analyser happy.
|
2013-11-19 14:11:27 +00:00 |
|
jules
|
2aba3447e4
|
Updated to version 1.3 of libFLAC.
|
2013-11-19 13:42:05 +00:00 |
|
jules
|
85568915dc
|
Added some metadata reading to OggVorbisAudioFormat
|
2013-11-09 13:19:14 +00:00 |
|
jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00:00 |
|
jules
|
bea7b83cb8
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
jules
|
b05c8413cf
|
Tidied up some docs and added an AudioFormat constructor.
|
2013-09-27 10:29:42 +01:00 |
|
jules
|
8809efcb7a
|
A few tweaks to help the clang static analyser avoid false alarms.
|
2013-09-26 16:17:36 +01:00 |
|
jules
|
ffa367a3eb
|
Added key signature detection to CoreAudioFormat.
|
2013-09-20 09:45:59 +01:00 |
|
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
2013-09-16 18:47:28 +01:00 |
|
jules
|
83aaaa9459
|
Avoided mistakenly opening wav files containing formats that the reader doesn't support.
|
2013-09-09 15:08:54 +01:00 |
|
jules
|
b093f47a8c
|
Misc minor cleanups and comment fixes.
|
2013-09-07 20:18:00 +01:00 |
|
jules
|
2fccfccbc0
|
Misc performance tweaks.
|
2013-09-06 11:25:49 +01:00 |
|
jules
|
629efdbd3c
|
LAMEEncoderAudioFormat fix.
|
2013-09-05 15:19:39 +01:00 |
|
jules
|
21f6a0517a
|
Added some more supported frequencies to WavAudioFormat.
|
2013-09-04 09:54:00 +01:00 |
|
jules
|
4552218149
|
Added support for reading/writing an ISRC code in a WAV file's AXML chunk.
|
2013-09-03 18:39:58 +01:00 |
|
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
2013-08-26 14:58:23 +01:00 |
|
jules
|
0cea511c0c
|
Fix for reading IEEE float wav files.
|
2013-08-19 19:53:53 +01:00 |
|
jules
|
98d85cd640
|
Added an option for restricting the WAV file format.
|
2013-08-12 16:44:05 +01:00 |
|