Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

24-bit audio support #16

Copy link
Copy link
@inschrift-spruch-raum

Description

@inschrift-spruch-raum
Issue body actions
  1. When I was reading the code, I found
         bool fsupp=(myWav.getBitsPerSample()<=24) && ( (myWav.getNumChannels()==2) || (myWav.getNumChannels()==1));
         if (!fsupp)
         {
            std::cerr << "unsupported input format" << std::endl;
            std::cerr << "must be 1-16 bit, mono/stereo, pcm" << std::endl;
            myWav.Close();
            return 1;
         }

It can be seen that the code has already started to support 24-bit audio, but the command-line output has not been changed yet.

  1. When inputting 24-bit audio, the error val too large occurs.

Please unify the code.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.