I found some informations here: https://moggfiles.wordpress.com/about/
but no specifications.
I will dig into audacity files to see if I can find something.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Found some things in audacity/src/import/ImportOgg.cpp
Ogg seems to be a container format which can have several Ogg files inside. The ImportOgg.cpp file can handle the loading of these several files into audacity.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey. your example file (mogg_example.mogg) presents ifself as a regular ogg vorbis encoded file with one single stream but with 10 channels--it can pretty much get loaded on qtractor as long you rename its extension/suffix to .ogg instead of that thing .mogg :)
i was thinking about mogg multi-track as being a file with more than one stream.
perhaps what you're asking is about splitting a each channel into a mono audio track when importing an audio file, any file format not just ogg or mogg.
cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
where can one find the mogg file format spec?
i know ogg is the container spec, and vorbis might be the encondig of each so called track, any example file i/o sample source code will be welcome.
is it at all supported by xiph.org's libvorbisfile ?
byee
I uploaded an example file on my website (65 Mo):
http://ycollette.free.fr/Divers/mogg_example.mogg
I found some informations here: https://moggfiles.wordpress.com/about/
but no specifications.
I will dig into audacity files to see if I can find something.
Found some things in audacity/src/import/ImportOgg.cpp
Ogg seems to be a container format which can have several Ogg files inside. The ImportOgg.cpp file can handle the loading of these several files into audacity.
hey. your example file (mogg_example.mogg) presents ifself as a regular ogg vorbis encoded file with one single stream but with 10 channels--it can pretty much get loaded on qtractor as long you rename its extension/suffix to .ogg instead of that thing .mogg :)
i was thinking about mogg multi-track as being a file with more than one stream.
perhaps what you're asking is about splitting a each channel into a mono audio track when importing an audio file, any file format not just ogg or mogg.
cheers
Yes, if it's just that.
This file should be splitted into several tracks into qtractor.
Best regards,
YC