1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00
Commit graph

71 commits

Author SHA1 Message Date
jules
f6139cee55 Minor documentation cleanups. 2015-03-07 17:45:45 +00:00
jules
1359a6b895 Fixed an uninitialised member of BufferingAudioReader 2015-03-05 17:46:49 +00:00
jules
b8db6defb7 Fix for AudioFormatReader::read not filling extra channels when reading beyond the start of the source file. 2015-02-08 12:28:59 +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
b71447b057 Added better support for writing acid and Tracktion chunks in WavAudioFormat. 2014-09-02 11:24:04 +01:00
jules
7b5b6cbd71 Added a version of AudioFormatReader::readMaxLevels() which takes any number of channels. 2014-08-28 22:02:17 +01:00
jules
2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
jules
09f35b6cbd Fixed a counter in ThreadedWriter 2014-07-07 19:45:10 +01:00
jules
a0fd7bbc1c Added method AudioFormatWriter::ThreadedWriter::setFlushInterval() 2014-07-06 12:00:20 +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
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
d74bf3dca8 Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters. 2014-03-18 10:56:34 +00:00
jules
9ceb072b24 Spelling typos. 2014-02-28 11:25:46 +00:00
jules
e71fd7cdcb Fix for AudioFormatReader::read when passing buffers with > 2 channels. 2013-10-22 15:35:47 +01:00
jules
b05c8413cf Tidied up some docs and added an AudioFormat constructor. 2013-09-27 10:29:42 +01:00
jules
a9d15e04da Tightened up some array const-ness in AudioFormatWriter. 2013-09-26 12:30:22 +01:00
jules
a110611dd8 MemoryMappedAudioFormatReader fix. 2013-09-17 15:06:48 +01:00
jules
b093f47a8c Misc minor cleanups and comment fixes. 2013-09-07 20:18:00 +01:00
jules
508e25afbb Cleared-out the last batch of unnecessary includes. 2013-08-29 12:44:00 +01:00
jules
2786eadaf9 Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
jules
636ffe68d3 A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
jules
65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
jules
50132270d6 Added a few override modifiers and fixed some documentation. 2013-08-22 22:03:51 +01:00
jules
833d15ef81 Added some override specifiers. 2013-08-19 19:18:36 +01:00
jules
ebc0b2b727 Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. 2013-07-30 21:47:15 +01:00
jules
5b25ac6609 Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 2013-07-28 11:31:25 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
4ce1908f79 Misc tidying-up. 2013-07-09 20:25:46 +01:00
jules
94a81e0d91 Fixed some MSVC warnings. 2013-07-02 17:30:02 +01:00
jules
fdca8fe1c0 Removed a couple of suprious int casts in AudioFormatReaderSource 2013-07-01 08:30:32 +01:00
jules
03c2801f3f 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
jules
c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
jules
4dcc5bcd1d Added method BufferingAudioReader::setReadTimeout() 2013-03-16 19:16:43 +00:00
jules
fdfdc2bbbf Aiff float support. 2013-03-12 11:13:53 +00:00
jules
a8c23112a9 Tidied up a couple of warnings. 2013-03-10 16:57:25 +00:00
jules
15a8c1ded7 New class: BufferingAudioFormatReader 2013-03-10 13:55:18 +00:00
jules
cf2fdc0497 (fixed typo in last check-in) 2013-03-04 10:08:09 +00:00
jules
bdbeb89595 Minor VC warning fix. 2013-03-04 10:02:14 +00:00
jules
fe3a2e4495 Added method AudioFormatWriter::writeFromFloatArrays() 2013-02-27 17:55:24 +00:00
jules
242a461644 MemoryMappedAudioFormatReader fix. Removed a couple of warnings. 2013-02-26 13:02:22 +00:00
jules
b0ee49d537 New class FloatVectorOperations, with a bunch of SSE2-accelerated floating point functions. 2013-02-25 14:39:35 +00:00
jules
27895cb6bd New class of audio format readers: MemoryMappedAudioFormatReader, which does what it says on the tin. 2013-02-18 22:02:44 +00:00
jules
a93bc9b6e2 Added iterators to AudioFormatManager. 2013-02-09 15:22:22 +00:00
jules
669bd67670 Spelling and minor cleaning. 2013-01-22 16:58:53 +00:00
jules
164ab05bac Minor clean-ups. 2012-12-28 13:34:39 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
48569794c5 WindowsMediaAudioFormat fix for some file types. 2012-10-10 20:59:23 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00