- 17 Jun, 2016 1 commit
-
-
Rick Kern authored
AudioConverterFillComplexBuffer() doesn't always call its callback. A frame queue is used to prevent skipped audio samples. Signed-off-by: Rick Kern <kernrj@gmail.com>
-
- 02 Apr, 2016 4 commits
-
-
Rodger Combs authored
The build failure here is caused by the enum value not being defined, but as long as we're on a newer SDK that has it, it's safe to use it even when our deployment target is older. Setting the property will error, but we're not failing on errors there.
-
Rodger Combs authored
-
Rodger Combs authored
- size variables were used in a confusing way - incorrect size var use led to channel layouts not being set properly - channel layouts were incorrectly mapped for >2-channel AAC - bitrates not accepted by the encoder were discarded instead of being clamped - some minor style/indentation fixes
-
Rodger Combs authored
This isn't necessary here, and for some reason broke only multichannel AAC encoding when a channel layout tag was set.
-
- 26 Mar, 2016 1 commit
-
-
Dan Dennedy authored
Fixes error "libavcodec/audiotoolboxenc.c:294:50: error: use of undeclared identifier 'kAudioCodecPropertyPacketSizeLimitForVBR'." That was added to 10.9: https://developer.apple.com/library/mac/releasenotes/General/APIDiffsMacOSX10_9/AudioUnit.htmlSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Mar, 2016 1 commit
-
-
Rodger Combs authored
Fixes trac #4828
-