summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourcecoreaudio.cpp
AgeCommit message (Expand)Author
2021-06-29Fix misc. typosluz paz
2021-02-03SoundSourceCoreAudio: add aac to list of supported file extensionsBe
2020-11-23Fix float-conversion warning on macOSUwe Klotz
2020-10-26Verify that SoundSource providers are prioritized as expectedUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-10-26SoundSource: Define various constants and constexprsUwe Klotz
2020-10-26Adjust priority of SoundSourceCoreAudioUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2019-10-20Adjust priority of SoundSourceProviderCoreAudioUwe Klotz
2019-10-20Fix cue shift/offset for files with leading framesUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Give SoundSources a 2nd chance to open unreadable filesUwe Klotz
2017-11-06Update literals and documentation of OpenResult enumUwe Klotz
2017-11-06Move common functionality from AudioSource into base classUwe Klotz
2017-11-06Migrate SoundSources to the new v2 APIUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-26Use the new mixxx::LoggerUwe Klotz
2017-04-15Fix some compiler warnings.RJ Ryan
2017-01-19Use a more versatile name for result codeUwe Klotz
2017-01-17Fix skipSampleFrames() for SoundSourceCoreAudioUwe Klotz
2016-07-27Rename member functions of audio signalsUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-05-11Replace NULL with nullptrUwe Klotz
2016-04-17Use UNSUPPORTED_FORMAT result code for other SoundSources as wellUwe Klotz
2016-04-16Add detection for unsupported file formatsUwe Klotz
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan
2015-10-27Renaming: "frame rate" -> "sampling rate"Uwe Klotz
2015-10-27Reuse AudioSignal for AudioSourceConfigUwe Klotz
2015-06-02Correctly distinguish between "file extension" and "SoundSource type"Uwe Klotz
2015-05-16Give SoundSource providers a nameUwe Klotz
2015-05-16Add and register a SoundSourceProvider for each SoundSourceUwe Klotz
2015-05-06Move MP3 specific constant into separate header fileUwe Klotz
2015-05-06Replace "magic numbers" with constantsUwe Klotz
2015-05-06Remove redundant static qualifier from constant in anonymous namespaceUwe Klotz
2015-05-06Avoid unnecessary integer castsUwe Klotz
2015-05-06Reduce visibility of constants and functions in AudioSourceUwe Klotz
2015-04-24Add "stabilization read" to seeks for MP3s in SoundSourceCoreAudio.RJ Ryan
2015-04-22Fix the build on OS X.RJ Ryan
2015-04-22Provide hints for opening audio sources via AudioSourceConfigUwe Klotz
2015-03-09Harmonize the behavior of SoundSource::open()Uwe Klotz
2015-02-28Move code from specialized AudioSources back into corresponding SoundSourcesUwe Klotz
2015-02-06Universal tag reading function for all TagLib file typesUwe Klotz
2015-02-03Review: Delete old file headersUwe Klotz
2015-01-26Harmonize handling of URL (re-)sourcesUwe Klotz
2015-01-19Create SoundSource from URLUwe Klotz
2015-01-18Create AudioSources from URLsUwe Klotz
2015-01-10Rename static factory method of AudioSources: open() -> create()Uwe Klotz