Transpiled version (8375L) is out of date.
1 | !7 |
2 | |
3 | lib 1400516 // jopus 1.1.1 |
4 | |
5 | import com.glester.jopus.*; |
6 | |
7 | cm TestJOpus > DynSingleFunctionWithPrintLog {
|
8 | @Override void doIt {
|
9 | assertOnLinux(); |
10 | loadNativeLibraryVerbose(#1400514); |
11 | fixContextClassLoader(); |
12 | } |
13 | |
14 | class JOpusDecodeStream extends JOpusDecodable is AutoCloseable {
|
15 | InputStream in; |
16 | |
17 | public int read() { ret in.read(); }
|
18 | |
19 | close { dispose in; }
|
20 | } |
21 | } |
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: | 429 / 571 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |