Skip to content

Code improvements #11

Description

@davy7125

Hi,

Several non-critical things:

  • the following dependencies could be avoided if you remove non essential functions: xml module of Qt, libsndfile,
  • C++11 could be avoided by rewriting the initialization of a structure,
  • warnings could be removed (memset(&p, sizeof(p), 0); / unused variables),
  • a namespace is missing,
  • readCompressedSample is dead code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions