View Single Post
Old 4th September 2007, 16:46   #631  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by ACrowley View Post
@tebasuna51
You told me Behappy dont touch the Input wave Bitdepth ,right ?
But when i run a 16 bit (mono) wave i get 32bit Output from 16Bit Source by default ?
"Channels=1, BitsPerSample=32 float, SampleRate=48000Hz"

Mhh, not nice when i have to select a extra 16 bit Conversion to get my 16bit back from Behappy
Actually Behappy only touch the bitdepth if the output encoder don't support it, never for uncompressed output.

From AviSynth docs:
"Starting from v2.5 the audio samples will be automatically converted if any filters requires a special type of sample. This means that most filters will accept several types of input, but if a filter doesn't support the type of sample it is given, it will automatically convert the samples to something it supports."

If you use Timestretch, also from AviSynth docs:
"SoundTouch is used in float sample mode."

And if you want 16 bit output a final ConvertAudioTo16bit() must be included explicitly.
tebasuna51 is offline   Reply With Quote