Git Product home page Git Product logo

Comments (3)

ralph-irving avatar ralph-irving commented on July 17, 2024

I've haven't been able to reproduce the output thread hanging on fade_out with the current version.
I'm using lms audio settings cross fade in and out with smart crossfade disabled.

from squeezelite.

philippe44 avatar philippe44 commented on July 17, 2024

For that to happen, you have to have
bytes = output.next_sample_rate * BYTES_PER_FRAME * output.fade_secs; bytes /= 2;
to not be a multiple of BYTES_PER_FRAME (8). So if you choose fade of 10s (default I think) @ 44100 for example, that's all good because 44100*10/2 is a multiple of 8. But if fade is 5 sec , it does not, then fade_start pointer is not aligned anymore on a frame boundary

from squeezelite.

ralph-irving avatar ralph-irving commented on July 17, 2024

Thanks Philippe. Should be fixed with commit c517109

from squeezelite.

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.