Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

21
LINES

< > BotCompany Repo | #1032896 // Test JOpus for decoding Opus stream (Linux only, uses libopus.so, abandoned)

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Transpiled version (8375L) is out of date.

!7

lib 1400516 // jopus 1.1.1

import com.glester.jopus.*;

cm TestJOpus > DynSingleFunctionWithPrintLog {
  @Override void doIt {
    assertOnLinux();
    loadNativeLibraryVerbose(#1400514);
    fixContextClassLoader();
  }
  
  class JOpusDecodeStream extends JOpusDecodable is AutoCloseable {
    InputStream in;
    
    public int read() { ret in.read(); }

    close { dispose in; }
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): bhatertpkbcr, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032896
Snippet name: Test JOpus for decoding Opus stream (Linux only, uses libopus.so, abandoned)
Eternal ID of this version: #1032896/3
Text MD5: 79219281a6ade15f966be29e334cb1eb
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-10 15:14:34
Source code size: 415 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 135
Version history: 2 change(s)
Referenced in: [show references]