mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Consistency: replace "x-run" with "xrun" (1/2)
This commit is contained in:
parent
355528781d
commit
ace11bd243
6 changed files with 9 additions and 9 deletions
|
|
@ -1870,7 +1870,7 @@ AlsaAudioBackend::main_process_thread ()
|
|||
if (no_proc_errors > bailout) {
|
||||
PBD::error
|
||||
<< string_compose (
|
||||
_("AlsaAudioBackend: Audio Process Terminated after %1 consecutive x-runs."),
|
||||
_("AlsaAudioBackend: Audio Process Terminated after %1 consecutive xruns."),
|
||||
no_proc_errors)
|
||||
<< endmsg;
|
||||
break;
|
||||
|
|
@ -1985,7 +1985,7 @@ AlsaAudioBackend::main_process_thread ()
|
|||
engine.Xrun ();
|
||||
reset_dll = true;
|
||||
#if 0
|
||||
fprintf(stderr, "ALSA x-run read: %.2f ms, write: %.2f ms\n",
|
||||
fprintf(stderr, "ALSA xrun read: %.2f ms, write: %.2f ms\n",
|
||||
_pcmi->capt_xrun() * 1000.0, _pcmi->play_xrun() * 1000.0);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ AlsaAudioSlave::process_thread ()
|
|||
}
|
||||
|
||||
if (no_proc_errors > bailout) {
|
||||
PBD::error << _("AlsaAudioBackend: Slave terminated due to continuous x-runs.") << endmsg;
|
||||
PBD::error << _("AlsaAudioBackend: Slave terminated due to continuous xruns.") << endmsg;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue