Replaced &container[0] with container.data() wherever applicable.

This commit is contained in:
binary1248 2017-04-03 19:08:52 +02:00
parent 1df71a356e
commit e1d3eff587
22 changed files with 73 additions and 73 deletions

View file

@ -89,7 +89,7 @@ private:
}
// Fill audio data to pass to the stream
data.samples = &m_tempBuffer[0];
data.samples = m_tempBuffer.data();
data.sampleCount = m_tempBuffer.size();
// Update the playing offset