You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, incredible project; this is just what i wanted; a simple cli waveform viewer. i get tired of opening and closing audacity over and over just to see what a waveform looks like, etc.
One minor issue is that this is harder to build on e.g., macos, etc., due to dependency on libsoundfile.
Glad to hear it helps ! I'll try to look into it this weekend. I might not integrate Symphonia right now but good to know thanks (I'm a bit busy at the moment)
@m4b The quadrophonic support has been added to v0.2.1
I haven't had time to check Symphonia yet (I'm really rusty with rust, no pun intended). It's going to take a bit more of my free time, but I'll let you know.
I just realized I didn't fixed the typo 😂 I guess it will be for the next version
Hello,
First off, incredible project; this is just what i wanted; a simple cli waveform viewer. i get tired of opening and closing audacity over and over just to see what a waveform looks like, etc.
One minor issue is that this is harder to build on e.g., macos, etc., due to dependency on libsoundfile.
While not as robust,
symphonia
(https://github.com/pdeljanov/Symphonia/blob/master/symphonia/examples/getting-started.rs) may get you to a most of the way there pure to a rust solution. I suspect they will do a new release soon, which has even more codecs and containers, etc.Anyway, thanks for the great project! also, one last thing, you're missing 4 channel containers, and there is a minor typo; simple patch is here:
The text was updated successfully, but these errors were encountered: