Skip to content
Snippets Groups Projects
Commit 3e4356a6 authored by jsiegle's avatar jsiegle
Browse files

Put scaling factor back into FileReaderThread

parent b53dcd1f
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ bool FileReaderThread::updateBuffer()
for (int n = 0; n < bufferSize; n++)
{
thisSample[chan] = float(-readBuffer[n]);
thisSample[chan] = float(-readBuffer[n])*0.035;
if (chan == 15)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment