Michael Sabin
Michael Sabin
http://www.thps-mods.com/forum/viewtopic.php?t=5890 Environment ------------- jPSXdec version: 1.06
SEQ is a "sequenced" audio format, similar in nature to MIDI. This outstanding post says converting SEQ to MIDI is quite doable. https://www.reddit.com/r/OsamuSato/comments/snzrfu/sato_videogame_soundtracks_reworked_and_exported/ > For SEQ files it's actually really...
Environment ------------- jPSXdec version: v2.0 PlayStation Game (if applicable) ---------------------------------- Name: Private Collection: Policenauts Region code (e.g. SLUS-1234): SLPS-00228 Description ------------- They use a different FPS than the full game...
SPU audio, sometimes wrapped in a .VAG ("very audio good") container. The format is a form of adaptive differential pulse-code modulation (ADPCM), specifically [Bit Rate Reduction](https://en.wikipedia.org/wiki/Bit_Rate_Reduction) format. PSound may be...
Detection and extraction work. Need to add replace.
Environment ------------- jPSXdec version: 2.0 Operating system: Windows 10 Java runtime environment: openjdk version "1.8.0_322" OpenJDK Runtime Environment (build 1.8.0_322-b06) OpenJDK 64-Bit Server VM (build 25.322-b06, mixed mode) PlayStation Game...
 To reproduce `git clone https://github.com/mortennobel/java-image-scaling.git` Copy attached Test.java file under src/main/java `cd java-image-scaling` `mvn clean install` Put `testupscale.png` in the current directory `java -cp target\java-image-scaling-0.8.7-SNAPSHOT.jar Test` Compare `testupscale-gimp-none.png` with...