summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzersilence.cpp
AgeCommit message (Expand)Author
2021-07-08Analyzer: Use mixxx::audio::SampleRate type instead of intJan Holthuis
2021-07-08AnalyzerSilence: Use mixxx::audio::FramePos in storeResults()Jan Holthuis
2021-07-08Cue: Migrate class to FramePosJan Holthuis
2020-11-29Create and initalize Cues at once to avoid sending singlas with halve initali...Daniel Schürmann
2020-11-29Add Cue::setStartAndEndPosition() for setting both under one locking scopeDaniel Schürmann
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-25analyzer/analyzersilence: Use CSAMPLE for thresholdsJan Holthuis
2020-09-24analyzer: Add missing `f` suffix to float literalsJan Holthuis
2020-02-29Replace constants from cue.h and use them throughout codebaseJan Holthuis
2019-11-10git-clang-formatDaniel Schürmann
2019-10-22rename Cue::kPositionNotDefined -> Cue::kNoPositionBe
2019-10-22Use Cue::kPositionNotDefined for unset cue positions.Daniel Schürmann
2019-10-22explicitly compare to nullptrBe
2019-10-22AnalyzerSilence: always set AudibleSound start/end pointBe
2019-10-22AnalyzerSilence: use Cue::setEndPosition instead of Cue::setLengthBe
2019-10-22Cue: rename setPosition to setStartPositionBe
2019-10-22AnalyzerSilence: reimplement moving default cue point to first sound when upg...Be
2019-10-22AnalyzerSilence: improve local variable naming againBe
2019-10-22AnalyzerSilence: simplify conditional logicBe
2019-10-22AnalyzerSilence: better name for local variablesBe
2019-10-21AnalyzerSilence: rename oldMainCue -> mainCueBe
2019-10-21AnalyzerSilence: only add AudibleSound cue if it does not exist alreadyBe
2019-10-21AnalyzerSilence: don't run if user has unset intro start or outro endBe
2019-10-21move setting of intro start to main cue point to AnalyzerSilenceBe
2019-08-13clarify code with a named constantBe
2019-08-13remove useless tracking of automatic vs manually placed cuesBe
2019-08-10replace FirstSound & LastSound cue types with one AudibleSound range cueBe
2019-06-09Merge remote-tracking branch 'upstream/master' into autodj_intro_outroBe
2019-06-08Rename Analyzer methodsUwe Klotz
2019-06-07Fix API design of Analyzer and adjust all implementationsUwe Klotz
2019-06-07Remove Analyzer::isDisabledOrLoadStoredSuccess() callbackUwe Klotz
2019-06-07Skip AnalyzerSilence if already analyzedUwe Klotz
2019-06-07Rename function parametersUwe Klotz
2019-06-06Don't execute AnalyzerSilence if intro/outro cues existUwe Klotz
2019-05-09remove debug messagesBe
2019-05-07add new FirstSound/LastSound cues separate from Intro/OutroBe
2019-05-07rename tio -> pTrack in AnalyzerSilenceBe
2019-05-07convert Cue::CueSource to enum classBe
2019-05-07convert Cue::CueType to enum classBe
2019-04-07AnalyzerSilence: Correctly update range cuesNino Miškić-Pletenac
2019-02-09Fix saving of range cues with only start or endNino Miškić-Pletenac
2019-02-07AnalyzerSilence: Create Cues in finalize() instead of initialize()Nino Miškić-Pletenac
2019-02-07Move custom logic from CuePosition::getSource() to AnalyzerSilence::shouldUpd...Nino Miškić-Pletenac
2019-02-05AnalyzerSilence: Don't modify track from process()Nino Miškić-Pletenac
2019-01-22Save intro and outro cues as range cuesNino Miškić-Pletenac
2019-01-20Try to fix build on Windows and macOSNino Miškić-Pletenac
2019-01-18Try to satisfy CodeFactor and address some review commentsNino Miškić-Pletenac
2019-01-06Introduce Intro/Outro Start/End cue pointsNino Miškić-Pletenac
2019-01-03Rename AutoDJ Start/End cues to Intro/Outro cuesNino Miškić-Pletenac
2018-11-04AnalyzerSilence: Convert dB to ratio earlierNino Miškić-Pletenac