AudioWorks icon indicating copy to clipboard operation
AudioWorks copied to clipboard

Multichannel Flac files not loading

Open Roadrider-Projects opened this issue 4 years ago • 2 comments
trafficstars

Follolowing error on all my Multichannel Flac files. (4, 5, 6 and 8 channels)

$af = Get-AudioFile G:\tools\test2.flac

Get-AudioFile : Unable to decode 'G:\tools\test2.flac' with any loaded extension.
At line:1 char:8
+  $af = Get-AudioFile G:\tools\test2.flac
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (G:\tools\test2.flac:String) [Get-AudioFile], AudioUnsupportedException
    + FullyQualifiedErrorId : AudioUnsupportedException,AudioWorks.Commands.GetAudioFileCommand

I don't know how to checkt the version. Instaled AudioWorks using "Install-Module -Name AudioWorks.Commands" today (12 - Feb - 2021) (expect 1.1.0)

This Flac File works with DBPoweramp, Flac.exe, MetaFlac.exe and TagLib.dll

AudioWorks works fine with my 2 Channel .Flac files.

Roadrider-Projects avatar Feb 12 '21 11:02 Roadrider-Projects

Yeah, multi-channel isn't supported yet. I should make the AudioUnsupportedException more clear.

jherby2k avatar May 18 '21 16:05 jherby2k

Yeah, multi-channel isn't supported yet. I should make the AudioUnsupportedException more clear.

Oh no, that means I'm using the wrong library entirely.

I'd like to know when this library gets multi-channel support and has some decent example code of how to do basic things. Like please illustrate the life cycles of your classes and how they relate to one another.

BenMcLean avatar Jun 30 '22 01:06 BenMcLean