add : Wavy the Music player!
dependency-add: mp3spi, jflac (WAVE can be played directly by the JVM) fix : the "This will end all running Tasks!" in Exit.java, cause we have "sessions" now TODO: Implement EQ Preset loading from JSON for Wavy ; Implement playback of more codecs. Maybe Use FFMpeg. --- 7\ - rattatwinko 30/05/26@23:10
This commit is contained in:
@@ -120,7 +120,16 @@
|
||||
<artifactId>languagesupport</artifactId>
|
||||
<version>3.4.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.googlecode.soundlibs</groupId>
|
||||
<artifactId>mp3spi</artifactId>
|
||||
<version>1.9.5.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jflac</groupId>
|
||||
<artifactId>jflac-codec</artifactId>
|
||||
<version>1.5.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user