RuudErmers / DelphiASIOVST-64-bit-Examples-2018

Some 64 bit VSTs (Crumar DS2, Modular, Syntorchestra, Mellotron) using DelphiASIOVST and Delphi Community Edition
17 stars 8 forks source link

ASIO HOST BUFFER #2

Open amancini opened 5 years ago

amancini commented 5 years ago

Hello i get the buffer from the Asio component e copy it to a PCHAR by a copy memory , now i want play it by a wave player but the buffer by ASIO is a 32 bit float how can convert it to PCM ?

RuudErmers commented 5 years ago

there's an example xrewaveplayer that plays a wavefile, maybe look at that one?