Code Monkey home page Code Monkey logo

Comments (5)

ferdnyc avatar ferdnyc commented on June 21, 2024

Actually, here's an updated version of the output file, with the /home/ferd... components of the path edited out. That makes it narrower, and slightly more readable.

libopenshot-audio.out.txt

(Note: There's also my unrelated PR #19, filed 2.5 months ago. It fixes an issue with one of the header files generated by libopenshot-audio. The header file as packaged causes OpenShot/libopenshot#42, where libopenshot fails to compile with that header. We're still patching for that on the downstream end, as you can see in the build output attached.)

from libopenshot-audio.

DylanC avatar DylanC commented on June 21, 2024

@ferdnyc - Does this explain audio popping or is that a separate issue? I've noticed while v2.4.3 is turning out to be a much more stable release the audio popping issues remain for many users.

from libopenshot-audio.

ferdnyc avatar ferdnyc commented on June 21, 2024

Honestly, I have no idea. It may explain anything or nothing. It depends whether the code is really performing unsafe memory operations. gcc can flag operations that appear unsafe, but it can't determine whether there's actually anything to be concerned about.

Using C-style mem*() functions on C++ classes is considered bad form because if those classes aren't trivial structures, they may require more complex, recursive operations to move or duplicate their contents — like Python's deepcopy(). But if the code is certain that all of the structures are shallow, then it's fine the way it is and the warnings are nothing more than paranoia.

from libopenshot-audio.

ferdnyc avatar ferdnyc commented on June 21, 2024

For the most part, these warnings are cleared up by JUCE 5. Closing!

from libopenshot-audio.

jonoomph avatar jonoomph commented on June 21, 2024

Nice!

from libopenshot-audio.

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.