PDA

View Full Version : What kinds sound does wavSource support?


Guest
29th November 2004, 12:18
Hi,
From v2.04 up there is built-in support for ACM (Audio Compression Manager) audio (e.g. mp3-AVIs).
Looking through the doc's this was all I found, but I'couldn't find exact info on what types of sound the wavSource supports? Meaning Hz, fileformats ect.

And is there a way to get info about these things in code? And is there a way to convert ex. the Hz in code to make usable in avisynth/QuEnc?

Tin2tin

Wilbert
29th November 2004, 12:47
From v2.04 up there is built-in support for ACM (Audio Compression Manager) audio (e.g. mp3-AVIs).
Means avi+mp3 loaded with avisource.

Looking through the doc's this was all I found, but I'couldn't find exact info on what types of sound the wavSource supports? Meaning Hz, fileformats ect.
Uncompressed wav files. Samplerate and the number of channels don't matter.

For other stuff there is mpasource and directshowsource.

And is there a way to get info about these things in code? And is there a way to convert ex. the Hz in code to make usable in avisynth/QuEnc?
http://www.avisynth.org/FiltersByCategory -> audio filters -> SSRC or TimeStretch

Guest
29th November 2004, 13:14
Cool - thanks!
Tin2tin