<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 13, 2017 at 2:43 AM, Clemens Ladisch <span dir="ltr"><<a href="mailto:clemens@ladisch.de" target="_blank">clemens@ladisch.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nikita Zlobin wrote:<br>
> While configuring kernel, i stucked on option CONFIG_RAW_DRIVER, which<br>
> enables /dev/raw device section.<br>
><br>
> I suppose, things like linuxsampler or others, hardly working with<br>
> storage, might utilize this access way for most direct access to<br>
> samples. Or even in audio recording (only nearly imaginations).<br>
> Is it so really?<br>
<br>
No.  Using a raw device would require that the application implements<br>
its own file system.<br>
<br>
Streaming audio samples is easy to handle with existing file systems.<br><br></blockquote><div><br></div><div>It's usually database systems like Oracle (maybe PostgreSQL?) that use raw device access like that. Not as a big of an issue these days as it was in the late 90s/early 00s, where system performance wasn't as good, or drives weren't as fast or efficient. Even commercial samplers like Kontakt don't use raw access either for DFD streaming.</div></div>
</div></div>