Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Merge branch 'miami' of https://github.com/GTAmodding/re3 into miamiDev
  • Loading branch information
theR4K committed Oct 24, 2020
2 parents 63c7df9 + 04845a7 commit a12789c632897c2f1339f806158e84c565bd8580
@@ -202,7 +202,7 @@ class COpusFile : public IDecoder

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)

0 comments on commit a12789c

Please sign in to comment.