mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-04 07:02:27 -04:00
Use same user defined audio out buffer sizes on all platforms
This commit is contained in:
parent
4492d8e977
commit
6214cc9835
@ -106,9 +106,9 @@ void SoundOutput::restart (QIODevice * source)
|
|||||||
//qDebug () << "SoundOut default buffer size (bytes):" << m_stream->bufferSize () << "period size:" << m_stream->periodSize ();
|
//qDebug () << "SoundOut default buffer size (bytes):" << m_stream->bufferSize () << "period size:" << m_stream->periodSize ();
|
||||||
if (m_framesBuffered)
|
if (m_framesBuffered)
|
||||||
{
|
{
|
||||||
#if defined (Q_OS_WIN)
|
//#if defined (Q_OS_WIN)
|
||||||
m_stream->setBufferSize (m_stream->format().bytesForFrames (m_framesBuffered));
|
m_stream->setBufferSize (m_stream->format().bytesForFrames (m_framesBuffered));
|
||||||
#endif
|
//#endif
|
||||||
}
|
}
|
||||||
m_stream->setCategory ("production");
|
m_stream->setCategory ("production");
|
||||||
m_stream->start (source);
|
m_stream->start (source);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user