Skip to content

Commit

Permalink
Updated Audio Info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 31, 2024
1 parent c08e1c0 commit 723e217
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/tlIO/FFmpegReadAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ namespace tl
const size_t fileSampleRate =
avAudioCodecParameters->sample_rate;
audio::Info info;

if (fileLanguage == "und")
{
fileLanguage = string::Format("Channels: {0} {1} {2}")
.arg(fileChannelCount)
.arg(fileDataType)
.arg(fileSampleRate);
}

info.name = fileLanguage;
info.channelCount = fileChannelCount;
Expand Down

0 comments on commit 723e217

Please sign in to comment.