Giter Site home page Giter Site logo

Comments (4)

CelliesProjects avatar CelliesProjects commented on June 18, 2024

An Ogg stream can be two things:

  • Ogg: a container format for multimedia files.
    The Ogg container can contain several stream formats including FLAC.

  • Ogg-Vorbis: a codec similar to mp3.

This library only plays files and streams encoded with the Ogg-Vorbis codec. So no FLAC encoded files.

Any Ogg files containing streams that are not mp3, aac, aac+ or Ogg-Vorbis will not be recognised or played.

from esp32_vs1053_stream.

CelliesProjects avatar CelliesProjects commented on June 18, 2024

See https://www.vlsi.fi/en/support/software/vs10xxpatches.html

from esp32_vs1053_stream.

Sentinel8000 avatar Sentinel8000 commented on June 18, 2024

I know flac type ogg need extra patch for vs1053 library to use, i have just tested.

But if we talk about flac, i know about these patches, if i have this in a header format and im include this in code. Stream will be played or will be problem because this library is a extension for the vs1053 library?

https://github.com/schreibfaul1/ESP32-vs1053_ext/blob/master/src/vs1053b-patches-flac.h

Im reverse the ogg vorbis part of your answer/my question, if my shared ogg streams was not ,,standard" (lookslike all what i have found) can you give a example ogg stream what can handle the vs1053 stream?

from esp32_vs1053_stream.

CelliesProjects avatar CelliesProjects commented on June 18, 2024

Just pushed 99eec8a which should fix at least some of the above streams.
Some more work might be needed.
http://retro.dancewave.online/retrodance.flac.ogg does not play, but in debug mode I see data being pumped to the codec, but no sound.

from esp32_vs1053_stream.

Related Issues (19)

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.