Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Crash during running the Program.java #30

@tanzl18

Description

@tanzl18

Dir Sir,
When I was running the /java/org/concentus/console/Program.java, there is code as bellow:

        OpusInfo info = new OpusInfo();

        info.setNumChannels(2);

        info.setSampleRate(48000);

        OpusTags tags = new OpusTags();

        //tags.setVendor("Concentus");

        //tags.addComment("title", "A test!");

        OpusFile file = new OpusFile(fileOut, info, tags);`

But I can`t find OpusInfo.java or OpusTags.java or OpusFile.java in the code file.
And there seems to be no "org.gagravarr.ogg.*" in the code files.

How can I get the javafiles? Thanks for your attention!

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