Coder Social home page Coder Social logo

llama-demo's People

Contributors

dalecurtis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

llama-demo's Issues

Invalid Access Error

Sometimes I get the following:

Uncaught InvalidAccessError: Failed to set the 'appendWindowStart' property on 'SourceBuffer': The value provided (4.632) is outside the range (0, 4.632].

I create the files using:

ffmpeg -i sintel.flac -f segment -segment_time 5 %d.wav

for f in *.wav ; do lame $f ; done

Possible to support FLAC?

Hi,

Been trying to get FLAC playback working, however I'm stuck with extracting metadata.

Is it possible to get FLAC to work in this manner (gapless)?

Getting some glitches due to lack of sufficient encoder pre and post roll.

First of, I know that this is an old repo but I'm hoping for the best..

I tried to adapt the example to a more real world implementation but can't quite get it to work. For the most part it plays back perfectly but there's still a few clicks that I can't seem to get rid of.

I chopped up an already existing mp3 file like this:

ffmpeg -i original.mp3 -f segment -segment_time 3 -c copy out%03d.mp3

I'm then serving 100 of these files of a small node server. However, I get the same three clicks occurring at the same time mark every time. I also noticed when trying to debug it that it's actually only two frames where the frontPadding and endPaddig has a value larger than 0. (Is there anyway I can confirm that clicks occur for the frames with a value for the padding?)

It's pretty much just copy paste from your code and admittedly, I have no idea what I'm doing.

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.