mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 15:50:01 +01:00
jackd not running with same samplerate is an error
This commit is contained in:
@@ -926,8 +926,7 @@ int vj_perform_audio_start(veejay_t * info)
|
|||||||
{
|
{
|
||||||
vj_jack_stop();
|
vj_jack_stop();
|
||||||
info->audio = NO_AUDIO;
|
info->audio = NO_AUDIO;
|
||||||
veejay_msg(VEEJAY_MSG_WARNING,"Please run jackd with a sample rate of %ld",
|
veejay_msg(VEEJAY_MSG_ERROR,"Please run jackd with a sample rate of %ld",el->audio_rate );
|
||||||
el->audio_rate );
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user