diff --git a/src/blacksound/sampleprovider/resourcesoundsampleprovider.h b/src/blacksound/sampleprovider/resourcesoundsampleprovider.h index 8014bf941..031419edc 100644 --- a/src/blacksound/sampleprovider/resourcesoundsampleprovider.h +++ b/src/blacksound/sampleprovider/resourcesoundsampleprovider.h @@ -48,7 +48,8 @@ namespace BlackSound CResourceSound m_resourceSound; qint64 m_position = 0; - const int m_tempBufferSize = 9600; //9600 = 200ms + // const int m_tempBufferSize = 9600; //9600 = 200ms + const int m_tempBufferSize = 24000; //24000 = 500ms (avoid " QVector m_tempBuffer; bool m_isFinished = false; };