project: rev 199
This commit is contained in:
@@ -3,23 +3,23 @@ import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedName("ak")
|
||||
@Implements("RawSound")
|
||||
public class RawSound extends AbstractSound {
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("n")
|
||||
@Export("sampleRate")
|
||||
public int sampleRate;
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedName("c")
|
||||
@Export("samples")
|
||||
public byte[] samples;
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedName("m")
|
||||
@Export("start")
|
||||
public int start;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("k")
|
||||
@Export("end")
|
||||
int end;
|
||||
@ObfuscatedName("l")
|
||||
public boolean field167;
|
||||
@ObfuscatedName("o")
|
||||
public boolean field250;
|
||||
|
||||
RawSound(int var1, byte[] var2, int var3, int var4) {
|
||||
this.sampleRate = var1;
|
||||
@@ -33,12 +33,12 @@ public class RawSound extends AbstractSound {
|
||||
this.samples = var2;
|
||||
this.start = var3;
|
||||
this.end = var4;
|
||||
this.field167 = var5;
|
||||
this.field250 = var5;
|
||||
}
|
||||
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lao;)Lz;"
|
||||
descriptor = "(Laf;)Lak;"
|
||||
)
|
||||
@Export("resample")
|
||||
public RawSound resample(Decimator var1) {
|
||||
|
||||
Reference in New Issue
Block a user