mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-07 13:44:55 +00:00
Fix playback of vanilla opus
This commit is contained in:
parent
a0efb89aa0
commit
3d14097bf6
|
@ -202,7 +202,7 @@ public:
|
|||
|
||||
if (m_FileH) {
|
||||
m_nChannels = op_head(m_FileH, 0)->channel_count;
|
||||
m_nRate = op_head(m_FileH, 0)->input_sample_rate;
|
||||
m_nRate = 48000;
|
||||
const OpusTags *tags = op_tags(m_FileH, 0);
|
||||
for (int i = 0; i < tags->comments; i++) {
|
||||
if (strncmp(tags->user_comments[i], "SAMPLERATE", sizeof("SAMPLERATE")-1) == 0)
|
||||
|
|
Loading…
Reference in a new issue