Giter VIP home page Giter VIP logo

Comments (7)

devnoname120 avatar devnoname120 commented on June 26, 2024 1

@yne Sure, here it is: 2cd5610

from samples.

devnoname120 avatar devnoname120 commented on June 26, 2024

EDIT: @ArkSource has done a library to play audio on the Vita, you might want to use it instead: https://github.com/ArkSource/vitaAudio

Decoding a MP3 and playing it using the Vita API is a very complicated task.

I suggest you instead to decode your MP3 to PCM using libmad, and feed that decoded PCM to sceAudioOutOutput(). You can take a look at the audio sample to see how to use this function.

If you have installed the vitasdk with the instructions from here, libmad should already be installed.

from samples.

readlnh avatar readlnh commented on June 26, 2024

Thank you very much, i will have a try.

from samples.

devnoname120 avatar devnoname120 commented on June 26, 2024

@xyzz has ported soloud to the PS Vita. Just run ./install-all.sh again and you should be able to use this library. There is a sample of use here: https://github.com/xyzz/soloud-demo

from samples.

devnoname120 avatar devnoname120 commented on June 26, 2024

Fixed in e140147.
Soloud doesn't use the sce audio functions so no hardware-acceleration, but it should be fast enough anyway for most usages.

from samples.

readlnh avatar readlnh commented on June 26, 2024

Thank you very much!

from samples.

yne avatar yne commented on June 26, 2024

@devnoname120 Could you consider e140147#commitcomment-23168649

from samples.

Related Issues (18)

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.