Hello. First of all, I just want to say, I have AviSynth+, and have tried 3 different audio plugins. Waveform, ViewAudio, and AudioGraph. Only Waveform worked. Now then, I am curious is there is some sort of plugin that would allow me to display waveforms similar to the Waveform plugin, except be able to do more with it, such as scale it to a certain size and arrange several waveforms across the video screen where I please. For example, lets say I have 6 stereo .wav files, and 4 mono .wav files, and I want to arrange the 6 stereo waveforms to the left side of a video, and the 4 mono ones to the right side. How would I go about that? As an aside, I also tried out Histogram("AudioLevels") which was interesting. Is there anything I can do with that at all, such as place it to the right, rather than the left of the video, or change the colors of it? Kind regards.
Waveform allows you to adjust how much of the video is overlaid by waveforms, and also lets you scale up the values if the audio is quiet. With various usage of crop, stackhorizontal/stackvertical, audiodub and so on you should be able to get what you want. With histogram, you can fliphorizontal the video, apply histogram, and flip it back to put it on the left. But these are all really meant to be diagnostic plugins, so they're not really designed to be so customisable.
raffriff42, that is very interesting. I am sorry that you've gone out of your way to mess with something like that, especially since I wasn't as specific as I could've been. Here is a good example of what I mean. If you were wondering why my 6 stereo channels on the left/4 mono channels on the right was specific, here you go. What I have in mind isn't exactly what is shown in that video, but very similar. I'd like to place 6 FM stereo channels sitting to the right side of the video, and 4 PSG mono channels to the left, with some transparency as it does normally with waveform.dll (not outside of the video as you show there, though that is very interesting as well). Since I am very inexperienced with AviSynth, I have no idea how I'd even begin to do that myself, though. My current script is so basic, it's painful. It's nothing more than an Imagesource, followed by Wavsource, an Audiodub, and lastly, a slight audio delay, and a simple fade in.