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

Get mogg files to load #97

Open
Aphexus opened this issue Sep 7, 2024 · 0 comments
Open

Get mogg files to load #97

Aphexus opened this issue Sep 7, 2024 · 0 comments

Comments

@Aphexus
Copy link

Aphexus commented Sep 7, 2024

Would it be possible to include libogg into the maker? I cannot load mogg files using the build. I can load mp4's(all I've tried).

There is this:

https://forum.audacityteam.org/t/mogg-file-support/48500
https://github.com/mregnauld/ogg-vorbis-libraries-android
https://github.com/ryanmonro/moggexploder

I've been unable to get any ffmpeg to load the mogg. It works in audacity and reaper without issue.

and

Audacity: A Digital Audio Editor

ImportOGG.cpp

Joshua Haberman
Leland Lucius

//***************************************************************//**

\class ImportFileHandle
\brief An ImportFileHandle for data

The Ogg format supports multiple logical bitstreams that can be chained
within the physical bitstream. The sampling rate and number of channels
can vary between these logical bitstreams. For the moment, we'll ignore
all but the first logical bitstream.

Ogg also allows for an arbitrary number of channels. Luckily, so does
Audacity. We'll call the first channel LeftChannel, the second
RightChannel, and all others after it MonoChannel.

So it seems to load these moggs requires using libogg

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

No branches or pull requests

1 participant