I use gThumb for managing photos and video, because it's the only manager I've found that quickly loads thumbnails for both photos and videos. But I also have a lot of raw field recordings I want to manage.
It would be nice if there was a program that could browse audio, where I go to a directory and it shows me a list of wave forms, with running time, file name and file size.
Like a camera, a field recorder gives your files a filename using the date, time and a serial number. So the filename doesn't tell you anything about the content of the file. Playing the file in VLC might not tell you anything, either, because your recording could be mostly silence.
The advantage of an audio browser is that you can see the audio, visually. You could click on some transients, halfway through a 40 minute recording, and listen to the audio that way.
Is there any such program in Ubuntu?
Edit: I don't want to answer my own question, but I did find Sononym (https://www.sononym.net/) as an interesting commercial solution. Free/Libre would be preferred.
ffmpeg
, which a lot of other apps use as backend. Some media players, such askodi
, allow importing whole directory so if you have audio files there,kodi
can show some information about it, though I'm not sure how much info it does expose or how many filetypes are supported. So there's no such audio browser/manager per-se, but givekodi
a try. – Sergiy Kolodyazhnyy Jan 14 '19 at 20:55