26 May '13 - 03:15 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Print  
Author Topic: Broadcast Wav Fields  (Read 348 times)
scotteh
Posts: 4


« on: 24 Apr '12 - 19:29 »
Reply with quoteQuote

Hi

I'm pretty new to VB.net but slowly figuring all this out.

I can use BASS to write a .wav file but I'm now wondering if I can use it to write a broadcast wave file and include a 256 character description (in the normal bwf Description field). 

I'd like to include some data in the Originator and Originator Reference fields as well, but one step at a time.

Is there any way I can do this?

Thanks!
Scott
Logged
Ian @ un4seen
Administrator
Posts: 15276


« Reply #1 on: 25 Apr '12 - 16:04 »
Reply with quoteQuote

If you're using the BASSenc add-on to write the WAV file, you can use use BASS_Encode_AddChunk to add a BWF "bext" chunk to the file, something like this...

TAG_BEXT bext; // BWF "bext" tag structure
// fill the structure here
BASS_Encode_AddChunk(handle, "bext", bext, sizeof(bext)); // pass it to the WAV writer
Logged
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines