Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multichannel Flac files not loading #33

Open
Roadrider-Projects opened this issue Feb 12, 2021 · 2 comments
Open

Multichannel Flac files not loading #33

Roadrider-Projects opened this issue Feb 12, 2021 · 2 comments
Milestone

Comments

@Roadrider-Projects
Copy link

Roadrider-Projects commented Feb 12, 2021

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.

@jherby2k
Copy link
Owner

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

@jherby2k jherby2k modified the milestones: Future, v2.0.0 Dec 6, 2021
@BenMcLean
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants