Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Add MPG123_QUIET to mp3 files
  • Loading branch information
Sergeanur committed Jan 7, 2021
1 parent ef13866 commit d8a04c9e43f493362dd522f67929c850b8e45f49
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/audio/oal/stream.cpp
@@ -484,7 +484,7 @@ class CMP3File : public IDecoder
if ( m_pMH )
{
#ifdef MP3_USE_FUZZY_SEEK
mpg123_param(m_pMH, MPG123_FLAGS, MPG123_FUZZY | MPG123_SEEKBUFFER | MPG123_GAPLESS, 0.0);
mpg123_param(m_pMH, MPG123_FLAGS, MPG123_FUZZY | MPG123_SEEKBUFFER | MPG123_GAPLESS | MPG123_QUIET, 0.0);
#endif
long rate = 0;
int channels = 0;

0 comments on commit d8a04c9

Please sign in to comment.