mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-15 12:20:03 +01:00
no action when xrun is detected, just display warning
This commit is contained in:
@@ -504,8 +504,6 @@ JACK_xrun_callback(void *arg)
|
|||||||
{
|
{
|
||||||
jack_driver_t *drv = (jack_driver_t *) arg;
|
jack_driver_t *drv = (jack_driver_t *) arg;
|
||||||
|
|
||||||
// JACK_ResetBuffer(drv->deviceID);
|
|
||||||
JACK_SetState(drv->deviceID, PAUSED);
|
|
||||||
veejay_msg(1, "xrun detected. You are doing too much");
|
veejay_msg(1, "xrun detected. You are doing too much");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user