Log in

View Full Version : Idea: Filter that plays the audio for that frame


mikeytown2
12th September 2008, 08:25
For editing purposes, what if a filter outputted the sound of that frame? So i would add this at the end of a typical script.


AVISource("myfile.avi")

OutputSound()



This would be extremely useful in AvsP.
link to my eureka moment (http://forum.doom9.org/showthread.php?p=1182439#post1182439)

hanfrunz
12th September 2008, 11:01
hi miketown2,

you mean a filter that actualy plays a sound to you standard sound device?
Why not just play the data avisynth returns with AvsP, so you don't need a plugin.

hanfrunz

mikeytown2
12th September 2008, 11:03
I thought AvsP doesn't output audio. The idea is at a minimum it plays one frame of audio.

Yeah output to your speakers

Zarxrax
12th September 2008, 12:53
It would probably be more useful for someone to just add sound output and proper video playback in AvsP.

mikeytown2
24th September 2008, 02:34
How hard would it be to add sound output to AvsP? Or would it be easier to hack together BassAudio (http://www.un4seen.com/bass.html) and SoundOut (http://avisynth.org/mediawiki/SoundOut)?