mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix typo in WavHeader class
PiperOrigin-RevId: 277910360
This commit is contained in:
parent
7ada1a848f
commit
cc94ae7bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import com.google.android.exoplayer2.util.Util;
|
|||
/** Header for a WAV file. */
|
||||
/* package */ final class WavHeader implements SeekMap {
|
||||
|
||||
/** Number of audio chanels. */
|
||||
/** Number of audio channels. */
|
||||
private final int numChannels;
|
||||
/** Sample rate in Hertz. */
|
||||
private final int sampleRateHz;
|
||||
|
|
|
|||
Loading…
Reference in a new issue