Skip to content

mlpre/know-you-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnowYouPlayer

Chinese Document(中文文档)

  • Highlights

    • Comfortable and simple UI design

    • Complete player function: support import, clear, progress bar, previous, next

    • The software supports Chinese and English, automatically switch according to the system language

    • It supports most formats of media files. Currently, it supports the following formats:

      "3ga", "669", "a52", "aac", "ac3", "adt", "adts", "aif", "aifc", "aiff",
      "amb", "amr", "aob", "ape", "au", "awb", "caf", "dts", "flac", "it",
      "kar", "m4a", "m4b", "m4p", "m5p", "mka", "mlp", "mod", "mpa", "mp1",
      "mp2", "mp3", "mpc", "mpga", "mus", "oga", "ogg", "oma", "opus", "qcp",
      "ra", "rmi", "s3m", "sid", "spx", "tak", "thd", "tta", "voc", "vqf",
      "w64", "wav", "wma", "wv", "xa", "xm"
      
  • Build Require

    • Maven

    • JDK17

  • How to use it:

    • Build:

      • mvn package

      • execute build.bat(Require JDK17) or java -jar know-you-player-1.0.jar

  • Main Dependencies