Midas
20th February 2002, 10:17
Hi everyone,
I have the pleasure of presenting you the new release of Azid. I have sent the binaries to doom9, and they should make it to the webpages very soon.
azid 1.8 contains a lot of bugfixes and additions, and I advise everyone to get v1.8 as soon as it is available.
Here is the list of improvements of azid.exe:
Fixed DRC bug that caused occational clicks and pops when decoding using normal dynamic compression.
Fixed WAV-header bug. Azid now generates WAV-files with proper headers. This bug occurred on wav32 output, which would generate an integer header with float data.
Added new file output types and renamed them to give them simpler and more informative names. See -F option for more information.
Fixed bug in azid soundcard playback that caused azid to hang on ac3-files shorter than 0.5 seconds.
Fixed the downmix overflow logic. The decoder will now print the largest overflow within a block, not the first, making it more reliable for finding the maximum level of the file.
Added a warning output enable/disable function (-w).
Added statistics output printing the total maximum level of the channels, and how many samples that overflowed.
Added support of stdout/stdin streaming. This can be done by using the '-' character as input and/or output filename. Note: This works very poorly on windows anyway.
Proper Ctrl+C handling
Fixed proper returnvalue from azid.exe
Added a two-pass maximize function (-a). This can be used to maximize the volume of the decoded audio.
Added sectional decoding opertunities with -B and -E. With this function a section of the input file can be decoded, not only the entire file
Added support for commandfile-scripts for easier reuse of options
Fixed proper dynamic compression for channel 1 on 1+1 ac3 files
And for azid.dll, these are the news: I know that some of these elements have been listed above, they only indicate changes in the azid core.
Fixed DRC bug that caused occational clicks and pops when decoding using normal dynamic compression.
Fixed the downmix overflow logic. The decoder will now print the largest overflow within a block, not the first, making it more reliable for finding the maximum level of the file.
Added a warning output enable/disable function in the setting structure.
Fixed proper dynamic compression for channel 1 on 1+1 ac3 files
Added the ac3_setinfo() method, enabling users to set the internal decoder time.
Added new elements into the ac3_info structure; framenumber and channel overflow count.
Added information methodes ac3_version(), ac3_copyright() and ac3_legal() making it easier for you to print the required messages.
Added the warning() and error() callback functions for handling custom errors
Added the warning and error text functions: ac3_errormsg() and ac3_warningmsg()
Added the ac3_nidecode() method that will not interleave output audio into one single buffer, but keep the individual channels separated.
I am planning a release of azid for cygwin on windows very soon (the streaming works perfectly in cygwin) and one for linux.
I have the pleasure of presenting you the new release of Azid. I have sent the binaries to doom9, and they should make it to the webpages very soon.
azid 1.8 contains a lot of bugfixes and additions, and I advise everyone to get v1.8 as soon as it is available.
Here is the list of improvements of azid.exe:
Fixed DRC bug that caused occational clicks and pops when decoding using normal dynamic compression.
Fixed WAV-header bug. Azid now generates WAV-files with proper headers. This bug occurred on wav32 output, which would generate an integer header with float data.
Added new file output types and renamed them to give them simpler and more informative names. See -F option for more information.
Fixed bug in azid soundcard playback that caused azid to hang on ac3-files shorter than 0.5 seconds.
Fixed the downmix overflow logic. The decoder will now print the largest overflow within a block, not the first, making it more reliable for finding the maximum level of the file.
Added a warning output enable/disable function (-w).
Added statistics output printing the total maximum level of the channels, and how many samples that overflowed.
Added support of stdout/stdin streaming. This can be done by using the '-' character as input and/or output filename. Note: This works very poorly on windows anyway.
Proper Ctrl+C handling
Fixed proper returnvalue from azid.exe
Added a two-pass maximize function (-a). This can be used to maximize the volume of the decoded audio.
Added sectional decoding opertunities with -B and -E. With this function a section of the input file can be decoded, not only the entire file
Added support for commandfile-scripts for easier reuse of options
Fixed proper dynamic compression for channel 1 on 1+1 ac3 files
And for azid.dll, these are the news: I know that some of these elements have been listed above, they only indicate changes in the azid core.
Fixed DRC bug that caused occational clicks and pops when decoding using normal dynamic compression.
Fixed the downmix overflow logic. The decoder will now print the largest overflow within a block, not the first, making it more reliable for finding the maximum level of the file.
Added a warning output enable/disable function in the setting structure.
Fixed proper dynamic compression for channel 1 on 1+1 ac3 files
Added the ac3_setinfo() method, enabling users to set the internal decoder time.
Added new elements into the ac3_info structure; framenumber and channel overflow count.
Added information methodes ac3_version(), ac3_copyright() and ac3_legal() making it easier for you to print the required messages.
Added the warning() and error() callback functions for handling custom errors
Added the warning and error text functions: ac3_errormsg() and ac3_warningmsg()
Added the ac3_nidecode() method that will not interleave output audio into one single buffer, but keep the individual channels separated.
I am planning a release of azid for cygwin on windows very soon (the streaming works perfectly in cygwin) and one for linux.