Skip Navigation
[closed] im gonna build a desktop application(daw). i need advice/opinion
  • Writing real-time audio processing code in Python won't be performant, though. And that's the part that matters for a DAW.

  • [closed] im gonna build a desktop application(daw). i need advice/opinion
  • In this case we're talking about a soft real-time application where milliseconds matter. If you use Python for this, your developer speed will suffer because you're using most of your time to fight garbage collection pauses, among other things.

  • [closed] im gonna build a desktop application(daw). i need advice/opinion
  • Yes. For a DAW, I would avoid languages with garbage collection.

  • vulpivia vulpivia @lemmy.world
    Posts 0
    Comments 3