1 | lib 1400511 // VorbisJava |
2 | |
3 | import org.gagravarr.vorbis.*; |
4 | |
5 | temp VorbisFile vf = new(downloadsDir("mmorqbesmdubiert.ogg"));
|
6 | |
7 | VorbisAudioData ad; |
8 | while( (ad = vf.getNextAudioPacket()) != null ) {
|
9 | print("Got audio packet");
|
10 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): bhatertpkbcr, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032890 |
| Snippet name: | Vorbis decoding spike |
| Eternal ID of this version: | #1032890/1 |
| Text MD5: | 9ebc7d4277d7ed313eb0387a37acad94 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-08 16:47:09 |
| Source code size: | 255 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 435 / 761 |
| Referenced in: | [show references] |