NicAudio

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(NicAudio)
 
(Archived Downloads: add links)
Line 108: Line 108:
 
|[http://nicaudio.codeplex.com/# NicAudio_206.7z]
 
|[http://nicaudio.codeplex.com/# NicAudio_206.7z]
 
|[http://forum.doom9.org/attachment.php?attachmentid=12934&d=1346360250 NicAudio_206.7z]
 
|[http://forum.doom9.org/attachment.php?attachmentid=12934&d=1346360250 NicAudio_206.7z]
 +
|-
 +
!v1.83
 +
|[http://www.avisynth.nl/users/warpenterprises/files/nicaudio_20070821.zip nicaudio_20070821.zip]
 +
|[http://web.archive.org/web/20150402040417/http://www.avisynth.nl/users/warpenterprises/files/nicaudio_20070821.zip nicaudio_20070821.zip]
 +
|-
 +
!v1.82
 +
|[http://nic.dnsalias.com/NicAudio.zip NicAudio.zip]
 +
|[http://web.archive.org/web/20111007094853/http://nic.dnsalias.com/NicAudio.zip NicAudio.zip]
 +
|-
 +
!v1.7
 +
|[http://web.archive.org/web/20070630000053/http://nic.dnsalias.com/NicAudio.zip NicAudio.zip]
 +
|N/A
 +
|-
 +
!v1.1
 +
|[http://web.archive.org/web/20060613034932/http://www.avisynth.org/warpenterprises/files/nicaudio_25_dll_20050704.zip nicaudio_25_dll_20050704.zip]
 +
|N/A
 
|}
 
|}
 
<br>
 
<br>
 +
 
== External Links ==
 
== External Links ==
 
*[http://nicaudio.codeplex.com/ CodePlex] - Source code repository.  
 
*[http://nicaudio.codeplex.com/ CodePlex] - Source code repository.  

Revision as of 18:30, 15 November 2015

Abstract
Author Nic, tebasuna51
Version v2.0.6
Download NicAudio_206.7z
Category Source filters
License GPLv2
Discussion Doom9 Thread, continued

Contents

Description

NicAudio is an audio source plugin for MPEG Audio/AC3/DTS/LPCM and other uncompressed formats.

Requirements


Syntax and Parameters


NicAC3Source / NicDTSSource

NicAC3Source (string, int "channels", int "drc")
NicDTSSource (string, int "channels", int "drc")


string   =
Path to AC3 file.
int  channels = 0
Maximum number of channels to output (downmix).
int  index = 0
Apply Dynamic Range Compression algorithm; 0 means nothing (default), 1 means normal.




NicMPG123Source

NicMPG123Source (string, bool "normalize")


string   =
Path to file.
bool  normalize = false
Apply the max gain without clip signal; default false.




NicLPCMSource / RaWavSource

NicLPCMSource (string, int "samplerate", int "samplebits", int "channels")
RaWavSource (string, int "samplerate", int "samplebits", int "channels")


string   =
Path to LPCM file.
int  samplerate = 0
Necessary for lpcm and raw files.
In RaWavSource a value < 9 means a header with valid values for SampleRate/SampleBits/Channels and now means:
  • IgnoreLength 1 force ignore the data size read in the header also in 64 bits formats.
  • 2 ignore the data size 32 bits read in the header if > 2GB. (default)
  • 4 ignore the data size 32 bits read in the header if > 4GB.
int  samplebits = 0
Necessary for lpcm and raw files. Valid values 8/16/24/32 (also 33 (32 float) for raw) (lpcm also accept 20 and -8/-16/-24/-32. Negative values are for BluRay lpcm (big-endian)).
int  channels = 0
Necessary for lpcm and raw files. Max 8 channels.


Examples

NicAC3Source("c:\File.ac3")
NicDTSSource("c:\File.dts", DRC=1)
NicMPG123Source("File.mp3")
NicLPCMSource("c:\File.lpcm", 48000, -24, 6)
RaWavSource("File.w64", 4)


Changelog

Version      Date            Changes
2.0.6 27/08/2012 - Tebasuna - ac3,dts: Solved some initialization issues with no-linear decode [1]. - lpcm,raw: Some minor improvements. 2.0.5 25/10/2011 - Tebasuna - dts: Accepted special stereo dts modes Lt+Rt, A+B (dual mono)... 2.0.4 12/08/2009 - Tebasuna - lpcm: Solved bug writing last block in some cases 2.0.3 25/06/2009 - Tebasuna - mpa: Skip ID3v2,3,4 initial tag to avoid false sync frames. 2.0.2 24/09/2008 - Tebasuna51[2] - mp3: Annoying message suppress. - ac3: 1MB (at least 13 sec) initial garbage assumed like delay instead reject the file. Now ac3 delayed with VirtualDub style are delayed accordingly (same behavior as standard players). - dts: Correct decode more amod+lfeon options instead automatic downmix. Support for padded dts. Core extraction in DTS HD. Seems work fine with DTS High Res. (CBR), still in beta stage with DTS Master Audio (VBR) please report any problem. - rawav: Not needed first parameter, by default assumed ignorelength if > 2GB Improved w64 support. x.x 12/08/2006 - This new version should give 24 bit output for 24 bit stereo or mono files. Also adds support for 24 bit LPCM wav files and fixes a bug with wav file support (where I didn't skip the wav header). 1.1 04/07/2005 - This now supports LPCM Wav files with 2 channel audio (but no more than two channels)[3] 1.0 30/03/2005 - Initial release[4].


Archived Downloads

Version Download Mirror
v2.0.6 NicAudio_206.7z NicAudio_206.7z
v1.83 nicaudio_20070821.zip nicaudio_20070821.zip
v1.82 NicAudio.zip NicAudio.zip
v1.7 NicAudio.zip N/A
v1.1 nicaudio_25_dll_20050704.zip N/A


External Links




Back to External Filters

Personal tools