Audio file display waveform file

Discussion related to "Everything" 1.5 Alpha.
Post Reply
xjgby
Posts: 4
Joined: Tue Jun 11, 2024 3:07 am

Audio file display waveform file

Post by xjgby »

How to set the waveform column for displaying audio files in the searched list
tks
therube
Posts: 4967
Joined: Thu Sep 03, 2009 6:48 pm

Re: Audio file display waveform file

Post by therube »

What is a "waveform column"?
xjgby
Posts: 4
Joined: Tue Jun 11, 2024 3:07 am

Re: Audio file display waveform file

Post by xjgby »

yes,In this form, there are waveform columns
Image

Image
Last edited by xjgby on Thu Jun 13, 2024 2:00 pm, edited 3 times in total.
xjgby
Posts: 4
Joined: Tue Jun 11, 2024 3:07 am

Re: Audio file display waveform file

Post by xjgby »

therube wrote: Wed Jun 12, 2024 3:36 pm What is a "waveform column"?
Image
Last edited by xjgby on Thu Jun 13, 2024 1:53 am, edited 2 times in total.
therube
Posts: 4967
Joined: Thu Sep 03, 2009 6:48 pm

Re: Audio file display waveform file

Post by therube »

Off the bat, I'd suspect Windows does not display waveforms?
Given that, then there would be no Property for Everything to hook into to be able to display them.

(And given that, the only way it could, would be if void added that functionality to Everything.
But given that a wavform is "dynamic"... but then like a "thumbnail", I suppose you could set a start point & length to determine what to display.

Can Windows Media Player display wavforms?

Now, if ffmpeg were used, seems something along the lines of
ffmpeg -i input.wav -filter_complex showwavespic -frames:v 1 output.png
might work.)
xjgby
Posts: 4
Joined: Tue Jun 11, 2024 3:07 am

Re: Audio file display waveform file

Post by xjgby »

Thank you for your reply
As I expected, png is generated for the corresponding file, but how to customize the column to display png for the corresponding file
Is there any reference description.
therube
Posts: 4967
Joined: Thu Sep 03, 2009 6:48 pm

Re: Audio file display waveform file

Post by therube »

Maybe ? (& it's beyond me), you could set up an association... that wouldn't work, would it... ?

Anyhow, if you set of associated files.

file1.wav -> file1.png
file2.wav -> file2.png
file3.wav -> file3.png

Everything can certainly find & associate one with the other.
But then, how do you pull the physical picture (.png), & cause that to display within Everything?

Can something like that be done?
void
Developer
Posts: 16698
Joined: Fri Oct 16, 2009 11:31 pm

Re: Audio file display waveform file

Post by void »

Everything doesn't have an option to show a custom PNG image in a column for each file.
xjgby
Posts: 4
Joined: Tue Jun 11, 2024 3:07 am

Re: Audio file display waveform file

Post by xjgby »

therube wrote: Fri Jun 28, 2024 4:40 pm Maybe ? (& it's beyond me), you could set up an association... that wouldn't work, would it... ?

Anyhow, if you set of associated files.

file1.wav -> file1.png
file2.wav -> file2.png
file3.wav -> file3.png

Everything can certainly find & associate one with the other.
But then, how do you pull the physical picture (.png), & cause that to display within Everything?

Can something like that be done?
Can make the file name correspond
file1.wav -> file1.png
I try to use the extension ffmpeg to generate
How can the file1.wav file column display the PNG column under the current file directory, showing file1.png
void
Developer
Posts: 16698
Joined: Fri Oct 16, 2009 11:31 pm

Re: Audio file display waveform file

Post by void »

I will consider such an option.

Thank you for your suggestion.
Post Reply