mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 17:43:21 +02:00
loopback injected sound effects to the node by default
This commit is contained in:
parent
80a2bd0844
commit
0446aeb4d3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ AudioInjector::AudioInjector(const QUrl& sampleURL) :
|
||||||
_position(0,0,0),
|
_position(0,0,0),
|
||||||
_orientation(),
|
_orientation(),
|
||||||
_volume(1.0f),
|
_volume(1.0f),
|
||||||
_shouldLoopback(false)
|
_shouldLoopback(true)
|
||||||
{
|
{
|
||||||
// we want to live on our own thread
|
// we want to live on our own thread
|
||||||
moveToThread(&_thread);
|
moveToThread(&_thread);
|
||||||
|
|
Loading…
Reference in a new issue