Skip to content

Commit

Permalink
Revert "Cherry pick PR #2173: [android] Log the effective size of the…
Browse files Browse the repository at this point in the history
… AudioTrack buffer" (#2409)

Reverts youtube/cobalt#2313

b/315159208
  • Loading branch information
xiaomings authored Feb 9, 2024
1 parent ae0c322 commit 270936b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ public AudioTrackBridge(
}
audioTrackBufferSize /= 2;
}
if (isAudioTrackValid()) {
audioTrackBufferSize = audioTrack.getBufferSizeInFrames() * channelCount * getBytesPerSample(sampleType);
}
Log.i(
TAG,
"AudioTrack created with buffer size %d (preferred: %d). The minimum buffer size is"
Expand Down

0 comments on commit 270936b

Please sign in to comment.