On 4/10/20 10:46 AM, Vijay Kiran Kamuju wrote:
On Fri, Apr 10, 2020 at 5:29 PM Zebediah Figura z.figura12@gmail.com wrote:
On 4/10/20 7:57 AM, Vijay Kiran Kamuju wrote:
+#define WAVEBANK_HEADER_SIGNATURE 'DBNW'
This isn't portable. I suspect using the equivalent integer constant would be acceptable in its stead.
Something like this #define WAVEBANK_HEADER_SIGNATURE 0x44424e57
Yes, I believe so.