#if defined(__unix__)
AudioInterface::setPipewireLatency(
getBufferSize(),
- jackTripPtr == nullptr ? 44100 : jackTripPtr->getSampleRate());
+ jackTripPtr == nullptr ? 48000 : jackTripPtr->getSampleRate());
#endif
ifPtr->setup(true);
}
inputChans, outputChans,
static_cast<AudioInterface::inputMixModeT>(getInputMixMode()),
m_audioBitResolution, jackTripPtr != nullptr, jackTripPtr);
- ifPtr->setSampleRate(jackTripPtr == nullptr ? 44100 : jackTripPtr->getSampleRate());
+ ifPtr->setSampleRate(jackTripPtr == nullptr ? 48000 : jackTripPtr->getSampleRate());
ifPtr->setInputDevice(getInputDevice().toStdString());
ifPtr->setOutputDevice(getOutputDevice().toStdString());
ifPtr->setBufferSizeInSamples(getBufferSize());
#include "AudioInterface.h"
-constexpr const char* const gVersion = "2.2.0"; ///< JackTrip version
+constexpr const char* const gVersion = "2.2.1"; ///< JackTrip version
//*******************************************************************************
/// \name Default Values