<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[RME User Forum — Babyface Pro FS - Probleme (knistern / knattern)]]></title>
		<link>https://forum.rme-audio.de/viewtopic.php?id=33138</link>
		<atom:link href="https://forum.rme-audio.de/extern.php?action=feed&amp;tid=33138&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Babyface Pro FS - Probleme (knistern / knattern).]]></description>
		<lastBuildDate>Tue, 15 Jul 2025 11:30:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=239482#p239482</link>
			<description><![CDATA[<p>Ich konnte es jetzt mit Firefox und YouTube einmal nachstellen. Das Phänomen trat auf, wenn ich die Anzahl der WDM Devices änderte (erhöhte) und danach auch den Buffer Size. Den Sinn des Prozederes des OP verstehe ich allerdings überhaupt nicht. Warum braucht er sechs WDM Devices?<br />Warum muss man beim Abspielen von Web Videos den Buffer ändern?<br />Warum werden Videos in 48000 Hz produziert ;-)</p>]]></description>
			<author><![CDATA[null@example.com (WernerB)]]></author>
			<pubDate>Tue, 15 Jul 2025 11:30:16 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=239482#p239482</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=239348#p239348</link>
			<description><![CDATA[<div class="quotebox"><cite>c2haec53h wrote:</cite><blockquote><p>Ich weiß nicht ob ihr das mit den Knacksern gelöst habt, bei mir half folgendes:</p><p>Am Mixer stand ADAT Sync auf Intern Clock. Beim Madiface(Treiber des Digiface/Babyface) ebenfalls. Hab den Sync des RMEs auf extern 1/2 gesetzt und nun sind keine Knackser mehr zu hören.</p></blockquote></div><p>Das ist ein anderer Fall.<br />Da gab es ein clock Synchronisierungsproblem, beide waren auf Master gestellt, klar, dass das in die Hose geht.<br />Siehe hierzu auch meinen Blog-Artikel, der Clock-Synchronisierung zum Thema hat:<br /><a href="https://www.tonstudio-forum.de/blog/entry/108-clock-synchronization-background-rme-features-szenarios-en-de/">https://www.tonstudio-forum.de/blog/ent … ios-en-de/</a></p><p>Aber es ist vielleicht noch einmal ein guter Hinweis darauf, in diesem konkreten Fall <br />&nbsp; &nbsp;&quot;Babyface Pro über USB angebunden&quot;<br />zu überprüfen, ob in den RME driver settings clock Source auf &quot;internal&quot; steht,<br />also das BBF Pro Clock Master ist.</p>]]></description>
			<author><![CDATA[null@example.com (ramses)]]></author>
			<pubDate>Fri, 11 Jul 2025 13:48:32 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=239348#p239348</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=239347#p239347</link>
			<description><![CDATA[<p>I stumbled over one comment that I didn&#039;t read earlier.<br />Because its important for understanding the situation and LatencyMon I comment it now.</p><div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>1. Latencymon reports problems on one PC, that&#039;s right. But then I would expact latency problems (which I dont have). But instead the audio is distorted and the audio driver seems to hang sort of, because resetting the Babyfacer or switching to another Babyface output gets the audio correct again.</p></blockquote></div><p>LatencyMon reports latency in the internal processing on your PC.</p><p>This is <span class="bbu">not an audible latency</span>, but a latency in processing, so that time-critical jobs like audioprocessing&nbsp; cannot be processed in time.</p><p>The technical background of this is that Windows (also macOS) is no real-time operating system.<br />Different jobs run in parallel: drivers and other running programs (Programs, Services, GUI, ..).</p><p>Drivers are not under the control of the operating systems process scheduler.<br />They run with the highest priority on the system for ensuring &quot;data integrity&quot;.<br />Figure out what would happen when data transfers would be canceled during transmission.<br />Data would be incomplete / corrupted.</p><p>Therefore drivers have to detach themselves from a CPU core.<br />The time, how long the driver can occupy a CPU core is hardcoded in the driver and can not be changed.<br />Its simply based on &quot;programming conventions&quot;.<br />But as we all know, there are good drivers and there are bad drivers.<br />If such a bad driver stays for too long on a CPU core and detaches itself too late,<br />then this CPU core can not serve other processes that have been scheduled by the job scheduler of the operating system to run on that core.</p><p>Then this job has to wait until this particular core becomes free (until the driver detaches itself from the core).</p><p>If this time is too long, then audio loss can occurr.</p><p>LatencyMon issues a DAW load on your system and measures the resposiveness of your system, how fast CPU cores react on the DAW load.<br />This is the Latency that LatencyMon reports.<br />If this Latency is higher than 1ms then the system is reported to be not suitable for processing audio / real-time tasks.</p><p>But even if this value is a bit below 1ms higher values show, that your system can not react agile on a real-time workload and process audio as fast as possible.</p><p>Depending on the system load this means to you that audio loss will much more likely occur the closer you are to the 1ms &quot;processing&quot; latency.</p><p>You can compensate it up to a certain point with higher ASIO buffersizes, but not full, because a latency of 1ms or higher is simply too high for a system that has to process audio in near-realtime.</p><p>The higher the DPC Latency, the more the likelyness for audio drops and especially when using smaller (ASIO-) buffer sizes.Therefore</p>]]></description>
			<author><![CDATA[null@example.com (ramses)]]></author>
			<pubDate>Fri, 11 Jul 2025 13:45:05 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=239347#p239347</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=239346#p239346</link>
			<description><![CDATA[<p>Ich weiß nicht ob ihr das mit den Knacksern gelöst habt, bei mir half folgendes:</p><p>Am Mixer stand ADAT Sync auf Intern Clock. Beim Madiface(Treiber des Digiface/Babyface) ebenfalls. Hab den Sync des RMEs auf extern 1/2 gesetzt und nun sind keine Knackser mehr zu hören.</p>]]></description>
			<author><![CDATA[null@example.com (c2haec53h)]]></author>
			<pubDate>Fri, 11 Jul 2025 13:12:29 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=239346#p239346</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=173896#p173896</link>
			<description><![CDATA[<p>Thanks for the clarification. Would be really great to add that to the manual / problem or Windows section. That would have saved me maaaany hours of researching, testing, reporting and so on...</p><p>Real-time means here:</p><p>a) while the application is open<br />b) while the application is not only open, but also outputting an audio stream ?</p>]]></description>
			<author><![CDATA[null@example.com (rpnfan)]]></author>
			<pubDate>Tue, 27 Jul 2021 17:23:37 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=173896#p173896</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=173873#p173873</link>
			<description><![CDATA[<p>Changing the buffer size is the same as sample rate - it is not supported in real-time with WDM, and some ASIO apps also fail with that.</p>]]></description>
			<author><![CDATA[null@example.com (MC)]]></author>
			<pubDate>Tue, 27 Jul 2021 09:00:48 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=173873#p173873</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=173870#p173870</link>
			<description><![CDATA[<div class="quotebox"><cite>RME Support wrote:</cite><blockquote><div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>It&#039;s not only that the video playback is too slow. Also any audio output is then distorted. And resetting a driver (restarting the service) is nothing which can not be done.</p></blockquote></div><p>Resetting is not impossible, but for the driver to know or detect when a signal is &quot;distorted&quot; is not possible. Otherwise it might suddenly reset with audio signals that are intentionally distorted or sound as if they might be.</p><br /><div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>In the mean time I tested two other lower priced interfaces. None of both experience the same problem. So for me it is clear that the RME driver is not working as it should. Or why would it be &quot;o.k.&quot; that the RME driver causes artifacts which other audio interface drivers don&#039;t!?</p></blockquote></div><p>I see no reason to assume that the driver *causes* these issues. If so, it would have been noticed earlier...</p></blockquote></div><p>I can somehow follow the first argument. The second is a very strange assumption. That would mean that after a while no bugs will be found!? Sure that&#039;s less likely, but surely not impossible. I do not think that most users change buffer sizes sooooo often. So that can well be an explanation that this might not pop up earlier. Also not everybody is reporting a problem and / or taking so much time to find out the reasons, like I (had) to do till now...<br />May I remind you that you were absolutely sure that the problem lies somewhere in my computers or their configuration, while I found several hints which suggested otherwise and it turned out that I was right that it is _not_ the computers or their configuration!?</p><div class="quotebox"><cite>MC wrote:</cite><blockquote><p>Both these do not support multiclient WDM, multiclient ASIO and mixed multiclient ASIO/WDM with multiple I/O channels. For that reason they also don&#039;t (or don&#039;t have to) initialize their WDM devices on<strong> sample rate change.<br /></strong><br />We will definitely not change the way our driver works, sorry.</p></blockquote></div><p>Thanks for the explanation. I have the impression &quot;we&quot; might be getting closer to an answer. I was of course not asking to change drivers to support less functions! I experience a problem with an RME interface which I do not experience with other interfaces (3 tested so far). Of course one is expecting less / no problems with an RME interface when they are advertised with&nbsp; &quot;rock-solid&quot; drivers. When the experienced problems are the result of a feature (one wants) and not a bug that needs to be explained and possibly also described in the manual and / or an FAQ. 1. Where it comes from 2. Solutions to solve it and / or if that is not possible for the end-user 3. name work-arounds or making aware when to expect those (potential) problems.</p><p>So do I understand it correct that you think that the problem occurs due a message the RME driver sends to an WDM application? Please note that you were talking about sample rate changes. This was never the case. All applications are set to use the same sample rate and never changed otherwise. What I change when experience the problem is <strong>changing the buffer size</strong>!</p><p>The Behringer driver supports multiclient Asio applications. I have not checked that for the Tascam interface and I do not have the two interfaces at hand now to confirm that although.<br />One difference between the RME and Tascam / Behringer drivers seems to be that the RME driver settings are applied both to ASIO and WDM applications, while it seems that the settings from the Tascam / Behringer drivers are only applied to ASIO applications!? If that is true why is it to be somehow &quot;expected&quot; that the buffer size changes done in the RME driver can or might mess up the audio playback in a WDM application? Where would that need to be fixed? Why does the problem occur most of the time (for me at least), but not always?</p><p>Second please note that I found the problem to be (mostly) reproducible with Firefox (thus a WDM application), but I had similar problems with S-Gear (Asio application) as well (see report above). Last not least I have found several posts from others which also seem to be related to changing the buffer size. So it seems very much possible to me that there is somewhere something not o.k. with the driver related to the buffer size switching which can cause regular or (more likely) random errors under specific circumstances.</p>]]></description>
			<author><![CDATA[null@example.com (rpnfan)]]></author>
			<pubDate>Tue, 27 Jul 2021 07:44:32 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=173870#p173870</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=173825#p173825</link>
			<description><![CDATA[<div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>It&#039;s not only that the video playback is too slow. Also any audio output is then distorted. And resetting a driver (restarting the service) is nothing which can not be done.</p></blockquote></div><p>Resetting is not impossible, but for the driver to know or detect when a signal is &quot;distorted&quot; is not possible. Otherwise it might suddenly reset with audio signals that are intentionally distorted or sound as if they might be.</p><br /><div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>In the mean time I tested two other lower priced interfaces. None of both experience the same problem. So for me it is clear that the RME driver is not working as it should. Or why would it be &quot;o.k.&quot; that the RME driver causes artifacts which other audio interface drivers don&#039;t!?</p></blockquote></div><p>I see no reason to assume that the driver *causes* these issues. If so, it would have been noticed earlier...</p>]]></description>
			<author><![CDATA[null@example.com (RME Support)]]></author>
			<pubDate>Mon, 26 Jul 2021 12:24:02 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=173825#p173825</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=173821#p173821</link>
			<description><![CDATA[<p>Both these do not support multiclient WDM, multiclient ASIO and mixed multiclient ASIO/WDM with multiple I/O channels. For that reason they also don&#039;t (or don&#039;t have to) initialize their WDM devices on sample rate change.</p><p>We will definitely not change the way our driver works, sorry.</p>]]></description>
			<author><![CDATA[null@example.com (MC)]]></author>
			<pubDate>Mon, 26 Jul 2021 09:20:22 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=173821#p173821</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=173818#p173818</link>
			<description><![CDATA[<p>I would like to hear an update what is done to solve the &quot;change-buffersize problem&quot;?</p><p>In the mean time I tested two other lower priced interfaces. None of both experience the same problem. So for me it is clear that the RME driver is not working as it should. Or why would it be &quot;o.k.&quot; that the RME driver causes artifacts which other audio interface drivers don&#039;t!?</p><p>For reference I tested those two interfaces, which work flawless and none of them created any artifacts described above which I experience with the Babyface.<br /></p><ul><li><p>Tascam 2x2 HR</p></li><li><p>Behring UMC204HD</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (rpnfan)]]></author>
			<pubDate>Mon, 26 Jul 2021 08:42:50 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=173818#p173818</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=172508#p172508</link>
			<description><![CDATA[<div class="codebox"><pre><code>I don&#039;t know if that is possible, because how could a driver be aware that a video&#039;s playback rate is slowed down or whatever other issue? If it &#039;s the fault of an application and/or system configuration dependent?
The driver is not self-aware of how it &#039;s used! </code></pre></div><div class="quotebox"><cite>RME Support wrote:</cite><blockquote><div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>And even when a non-RME program is not well-behaved a well written driver can somehow deal with such a situation. For example could a driver reset itself after experiencing that something went wrong -- even if that was caused somewhere else outside the driver or in interaction of a programm with the driver. I think that should be possible here too, because disconnecting the Babyface (thus resetting the driver in that way) can cure the problem.</p></blockquote></div><p>If that kind of thing were possible, we&#039;d have implemented it long ago. But that&#039;s not something an audio driver can do. The driver as such doesn&#039;t know whats &quot;wrong&quot;.</p></blockquote></div><p>It&#039;s not only that the video playback is too slow. Also any audio output is then distorted. And resetting a driver (restarting the service) is nothing which can not be done.</p><div class="codebox"><pre><code>https://en.wikipedia.org/wiki/Exception_handling
Some exceptions, especially hardware ones, may be handled so gracefully that execution can resume where it was interrupted. </code></pre></div><p>I do not know if that is easy to achieve here or not, but it&#039;s surely not something which is impossible. When I reset the Babyface everything works fine. So resetting _is_ an option. The question is if in the case of problems when changing the buffer size there is an exception thrown or not. If yes the fix is very close. If not then an alternative approach would be needed. For example possibly the communication to the Babyface is also not normal after the error occurs and can be tested by the driver!?</p><p>What about the other people who also experienced problems which seem to be related to changing buffer sizes!? </p><p>I hope you add the question / answer (buffer size changes -- effects) as one possible problem to the handbook like suggested. That would have saved me much time instead of trying to &quot;fix&quot; a PC problem which was not there (I am talking about this problem described here and not random dropouts which I understand can happen with a not well-configured PC).</p>]]></description>
			<author><![CDATA[null@example.com (rpnfan)]]></author>
			<pubDate>Fri, 25 Jun 2021 17:16:41 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=172508#p172508</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=172451#p172451</link>
			<description><![CDATA[<div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>And even when a non-RME program is not well-behaved a well written driver can somehow deal with such a situation. For example could a driver reset itself after experiencing that something went wrong -- even if that was caused somewhere else outside the driver or in interaction of a programm with the driver. I think that should be possible here too, because disconnecting the Babyface (thus resetting the driver in that way) can cure the problem.</p></blockquote></div><p>If that kind of thing were possible, we&#039;d have implemented it long ago. But that&#039;s not something an audio driver can do. The driver as such doesn&#039;t know whats &quot;wrong&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (RME Support)]]></author>
			<pubDate>Thu, 24 Jun 2021 13:23:05 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=172451#p172451</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=172423#p172423</link>
			<description><![CDATA[<div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>First thanks for taking the time to comment. Although I am very much suprised about your statements. It seems you have not really read what I posted.</p></blockquote></div><p>You &#039;re welcome!<br />You &#039;re right, I didn&#039;t re-read the whole thread, because some portion is in German and I don&#039;t speak German, unfortunately!</p><p>Just to be clear, using the &quot;&quot; wasn &#039;t ironic! I, just, wanted to point that I didn &#039;t think that it &#039;s a BF Pro &#039;s driver problem. Not that it &#039;s not a problem for you!</p><div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>Regarding the applications I use. I do not use Pro-Tools. Not everybody is using an audio device for similar applications</p></blockquote></div><p>I mentioned Pro-Tools, because many big studios and composers use them. I, just, wanted to say that even with that kind of a scale of an application, error handling is not tackled well. The issues you are experiencing are application-specific!</p><p>I, actually, think that these issues are windows or Firefox related!</p><p>For example, in your video, if you had used TotalMixFX for changing Outputs(routing Software Playback AN1+2 to SPDIF Outputs), the video would have been played back, normally!</p><div class="quotebox"><cite>rpnfan wrote:</cite><blockquote><p>And even when a non-RME program is not well-behaved a well written driver can somehow deal with such a situation. For example could a driver reset itself after experiencing that something went wrong -- even if that was caused somewhere else outside the driver or in interaction of a programm with the driver. I think that should be possible here too, because disconnecting the Babyface (thus resetting the driver in that way) can cure the problem</p></blockquote></div><p>I don&#039;t know if that is possible, because how could a driver be aware that a video&#039;s playback rate is slowed down or whatever other issue? If it &#039;s the fault of an application and/or system configuration dependent?<br />The driver is not self-aware of how it &#039;s used! <img src="https://forum.rme-audio.de/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (MetalHeadKeys)]]></author>
			<pubDate>Wed, 23 Jun 2021 19:06:43 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=172423#p172423</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=172415#p172415</link>
			<description><![CDATA[<p>First thanks for taking the time to comment. Although I am very much suprised about your statements. It seems you have not really read what I posted. </p><p>I never talked about low buffer size itself and drop-outs or whatever. My problem is a real one and does not need to be set in &quot;&quot;! You missed that I have not glitches or drop-outs, but that the audio channel is completly messed up and audio plays either too slow or too fast, depending on the direction of the change in the buffer size.&nbsp; You also missed that the problem does not appear only with WDM applications and also not only for streaming applications. </p><p>You confirm that changing the buffer size can and should be possible.&nbsp; </p><p>Regarding the applications I use. I do not use Pro-Tools. Not everybody is using an audio device for similar applications. </p><p>And of course RME cannot fix problems which appear in a non-RME application. But I have seen in other threads that more people experience problems when changing buffer sizes. That is an indication that there can be a problem with the RME driver in that regard. </p><p>And even when a non-RME program is not well-behaved a well written driver can somehow deal with such a situation. For example could a driver reset itself after experiencing that something went wrong -- even if that was caused somewhere else outside the driver or in interaction of a programm with the driver. I think that should be possible here too, because disconnecting the Babyface (thus resetting the driver in that way) can cure the problem.</p>]]></description>
			<author><![CDATA[null@example.com (rpnfan)]]></author>
			<pubDate>Wed, 23 Jun 2021 16:55:35 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=172415#p172415</guid>
		</item>
		<item>
			<title><![CDATA[Re: Babyface Pro FS - Probleme (knistern / knattern)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=172378#p172378</link>
			<description><![CDATA[<p>Hello!</p><p>@rpnfan<br />I can play my (off-line) games, fine, with a WDM Device, even at 32samples@48KHz, with my DF Usb!</p><p>Your &quot;problems&quot; seem to lie when you are using apps that require streaming. Youtube, facebook etc. It&#039;s, only, logical to assume that you cannot change buffer size, without experiencing some kind of drop-out or glitch, when someone uses these kind of apps.</p><p>These apps, also, use their own buffers in the background. Even if you close the app, it takes a bit for the buffer to get emptied. That process requires an x amount of CPU. That amount of CPU results in extra &quot;burden&quot; for the CPU to process. And when you have a small buffer setting in the audio driver settings, this might result in an audio &quot;hick-up&quot;.</p><p>What I &#039;m trying to say is, that it is application specific! It depends on how each app is coded! There doesn&#039;t need to be any specific mention, in the manual, for that. It&#039;s simple logic, I think!</p><p>In Reaper, for example, I change buffer sizes, all the time! 128 when recording my guitar tracks with IRs, 1024 when mixing and mastering!<br />In the middle of the project! And not a single glitch!</p><p>Try changing buffer sizes when the &quot;industry standard&quot; Pro-Tools are running....</p><p>So, it&#039;s not something that RME could/should fix!</p>]]></description>
			<author><![CDATA[null@example.com (MetalHeadKeys)]]></author>
			<pubDate>Tue, 22 Jun 2021 20:28:39 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=172378#p172378</guid>
		</item>
	</channel>
</rss>
