mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
oops i did it again
This commit is contained in:
@@ -429,6 +429,8 @@ Packet Types -
|
||||
Add 128 to the resulting number if the frame has a padding bit (should not happen on 32kHz sampling rate)
|
||||
Special value of 255 may indicate some errors
|
||||
|
||||
To encode an audio to compliant format, use ffmpeg: ffmpeg -i <your_music> -acodec libtwolame -b:a <rate>k -ar 32000 <output.mp2>
|
||||
|
||||
GLOBAL TYPE 0 Packet -
|
||||
uint32 SIZE OF FRAMEDATA
|
||||
* FRAMEDATA COMPRESSED IN GZIP
|
||||
|
||||
@@ -120,7 +120,7 @@ class AudioMenu(parent: VMEmuExecutable, x: Int, y: Int, w: Int, h: Int) : EmuMe
|
||||
val smpRH = (smpR * envelopeHalfHeight).roundToInt() // -50..50
|
||||
|
||||
batch.fillRect(x + s, y + 27, 1, smpLH)
|
||||
batch.fillRect(x + s, y + 81, 1, smpLH)
|
||||
batch.fillRect(x + s, y + 81, 1, smpRH)
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user