Giter Site home page Giter Site logo

Comments (10)

nikitalita avatar nikitalita commented on September 22, 2024 3

They changed how the ogg vorbis streams were packed. I’ll try to add this sometime soon.

from gdsdecomp.

nikitalita avatar nikitalita commented on September 22, 2024 1

New release with this in: https://github.com/bruvzg/gdsdecomp/releases/tag/v0.6.0

from gdsdecomp.

lyssieth avatar lyssieth commented on September 22, 2024

I tried hacking at it myself for a while today, to no avail. Either I don't understand how the whole importing process works (more likely), or it's just not a two-way process (still likely).

from gdsdecomp.

nikitalita avatar nikitalita commented on September 22, 2024

I will take a closer look this weekend; can you upload the PCK that this happened on?

from gdsdecomp.

lyssieth avatar lyssieth commented on September 22, 2024

It's in the test.zip in the first message. It'll download as a long hash and not test.zip because I'm too lazy to add a renaming feature to my content server (I really should do that though)

from gdsdecomp.

LunarExpress avatar LunarExpress commented on September 22, 2024

I have also encountered this issue and look forward to fix. It seems that the packaged ogg file cannot be recovered.

from gdsdecomp.

VyzerMusic avatar VyzerMusic commented on September 22, 2024

They changed how the ogg vorbis streams were packed. I’ll try to add this sometime soon.

So in the future, it may be possible to convert ".oggvorbisstr" files into ".ogg" or any other type of playable audio file? Cuz I'm having an issue with that and haven't found any ways to get the files to be playable

from gdsdecomp.

nikitalita avatar nikitalita commented on September 22, 2024

This is probably going to take a while; the data in the ogg resources no longer contains the header information, so just writing the data out will no longer work. Additionally, the libvorbis API is rather unintuitive and doesn't really have functionality for writing out an ogg file; You can apparently can reconstruct headers by feeding it packets and then writing out pages, but I have no idea if that will actually result in a usable ogg file.

from gdsdecomp.

VyzerMusic avatar VyzerMusic commented on September 22, 2024

Ah alright, well I'm in no rush or anything, hopefully it ends up being possible in one way or another

from gdsdecomp.

VyzerMusic avatar VyzerMusic commented on September 22, 2024

THAT'S AMAZING! Thank you so much for your work! Much appreciated!

from gdsdecomp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.