Skip to content

Commit

Permalink
DMP-4385 Filter out 0 second audios from ATS processing
Browse files Browse the repository at this point in the history
Updated the ATS filtering to filter out audio files that have less than a second start and end time, start or end time is null or start time is after end time
  • Loading branch information
karen-hedges committed Jan 3, 2025
1 parent 1decdf4 commit e77a67d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public List<AudioFileInfo> processAudioForPlaybacks(Map<MediaEntity, Path> media
String audioFilenames = audioFileInfos.stream().map(AudioFileInfo::getMediaFile).collect(Collectors.joining(", "));

List<ChannelAudio> concatenationsList = new ArrayList<>();


if (isWellFormedAudio(audioFileInfos)) {
log.debug("Audio files {} are well formed", audioFilenames);
Expand Down

0 comments on commit e77a67d

Please sign in to comment.