/**
Base audio buffer definition, used by DSP algorithm and in the future by clients and hosts.

Copyright: Copyright Guillaume Piolat 2021.
License:   $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
*/
module dplug.audio;

public import dplug.audio.audiobuffer;