Skip to content

Commit

Permalink
feat(MediaCap): Check spatialRendering against MediaCapabilities (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Velad Galván authored Mar 15, 2021
1 parent f4c6063 commit b84f774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/stream_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ shaka.util.StreamUtils = class {
channels: audio.channelsCount || 2,
bitrate: audio.bandwidth || variant.bandwidth || 1,
samplerate: audio.audioSamplingRate || 1,
spatialRendering: audio.spatialAudio,
};
}

Expand Down

0 comments on commit b84f774

Please sign in to comment.