-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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
Labels
No labels