Git Product home page Git Product logo

Comments (4)

ekeeke avatar ekeeke commented on June 29, 2024

I got an email about this issue but I'm afraid I have no idea why the same files would work on the Windows port and not Android one. An issue with OGG playback when used within cuesheet file was fixed some time ago but this seems different here. If those exact same files work on every other platforms (also remember OGG files should be using 44,1 kHz stereo format), then it's likely a platform or compiler specific issue.

From libtremor README:
https://github.com/libretro/Genesis-Plus-GX/raw/master/core/tremor/README

Currently, the source implements playback in pure C on all platforms
except ARM, where a [currently] small amount of assembly (see
asm_arm.h) is used to implement 64 bit math operations and fast LSP
computation. If building on ARM without the benefit of GNU build
system tools, be sure that 'ARM_ASSEM' is #defined by the build
system if this assembly is desired, else the resulting library will
use whatever 64 bit math builtins the compiler implements.

I am not sure if this is the reason it does not work and have no mean to build retroarch for Android but it might still be worth using this for ARM platforms, at least for performance reasons.

PS: Not sure either if anyone from Retroarch are still lurking here since all the other issues have been left opened despite being fixed for a long time.

from genesis-plus-gx.

ekeeke avatar ekeeke commented on June 29, 2024

Not sure if this is still an on-going issue but you might also want to ask this guy https://m.youtube.com/watch?v=S5oLucN-DDA

I've compiled my own build of Retroarch for Android with the following modifications:
...

  • Fixed Vorbis support in Genesis-Plus-GX

to actually share his code modifications so that everybody can benefit out of it.

from genesis-plus-gx.

diablodiab avatar diablodiab commented on June 29, 2024

I've submitted a pull request with the fix.

from genesis-plus-gx.

sergiobenrocha2 avatar sergiobenrocha2 commented on June 29, 2024

It's working!!! Thanks!

from genesis-plus-gx.

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.