I love DBPowerAmp, but I would like to be able to use it as a replacement for TurtleBeach's AudioStation to rip WAV files to play on my AudioTron. In order to do this I need DBPowerAmp to support the following WAV tagging format:
WAVE files use a standard RIFF INFO chunk as documented by Microsoft.
So does AudioStation. The only custom bit is the itrk field which we
store the track number in.
AudioStation maps the following data in the INFO chunk:
IART Artist
IGNR Genre
INAM Title
IPRD Album
itrk Track Number - this is an AudioStation extension (noted by the
lower case). This contains a string representation
of the track number (ex. "5" or "09"). Binary
data is not supported.
For more information please visit:
directx_cpp/htm/_dx_about_riff_dxaudio.asp
WAVE files use a standard RIFF INFO chunk as documented by Microsoft.
So does AudioStation. The only custom bit is the itrk field which we
store the track number in.
AudioStation maps the following data in the INFO chunk:
IART Artist
IGNR Genre
INAM Title
IPRD Album
itrk Track Number - this is an AudioStation extension (noted by the
lower case). This contains a string representation
of the track number (ex. "5" or "09"). Binary
data is not supported.
For more information please visit:
directx_cpp/htm/_dx_about_riff_dxaudio.asp
Comment