Skip to content

Commit

Permalink
Version 0.8
Browse files Browse the repository at this point in the history
Signed-off-by:doe300 <[email protected]>
  • Loading branch information
doe300 committed Feb 22, 2016
1 parent 9ad2e3a commit 7db59ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PortAudioWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ int PortAudioWrapper::callback(const void* inputBuffer, void* outputBuffer, unsi
memcpy(&this->inputBuffer[0], inputBuffer, inputBufferSize);
//FIXME throws segmentation fault in RTPPackageHandler::createNewRTPPackage
// but only when used with Opus (opus returns OPUS_BAD_ARG)
//reason: in the first callback, the buffer is not fully filled -> results in a sample-number/size not supported by opus
this->processAudioInput(&this->inputBuffer[0], inputBufferSize, streamData);
}

Expand Down

0 comments on commit 7db59ff

Please sign in to comment.