Author Topic: BASS Windows 7 AAC  (Read 12658 times)

Ian @ un4seen

  • Administrator
  • Posts: 26142
Re: BASS Windows 7 AAC
« Reply #25 on: 25 Jul '11 - 16:15 »
The builds posted earlier weren't "mp3-free" versions, but here's one that is...

   www.un4seen.com/stuff/bass-mf.zip

This update also adds the following BASS_ChannelGetTags option...

Code: [Select]
#define BASS_TAG_WAVEFORMAT 14 // Audio format : WAVEFORMATEX structure

That can be used to check the format, ie. from the wFormatTag member... 0x1610 = AAC, 0x0161 = WMA, 0x0162 = WMA pro, 0x0163 = WMA lossless.