JX-Speccy

Java ZX-Spectrum emulator (GNU GPL)

::: MENU :::

  • Home
  • Documentation
  • Downloads
  • Examples
  • Links
  • Future plans


  • JAYP AY Player
  •  

     

    ::: DONATION :::

    If you find JX-Speccy useful and want to support its future development, or if you use it on a commercial site, please make a donation.


     

    ::: JAYP AY Player :::

    JAYP (Java AY Player) is a small subproject of JX-Speccy. It is an applet that can play .AY files. Java version 1.2 or higher is required (download it at http://java.com/en).




    ::: Instructions :::

    You can launch JAYP from the command line:

    java -jar JAYP.jar jemu.jayp.JAYPCommand <filename.ay>
    

    or you can use it on a web page:

    <applet code="jemu.jayp.JAYPApplet.class" archive="JAYP.jar"
            name="jayp" WIDTH="120" HEIGHT="60" >
    <param name="ayfile" value="filename.ay">
    </applet>
    

    In the applet version you can also specify a .ZIP archive (even with multiple .AY files in it) as filename.

    You can also use these options in the applet:

    <param name="firstsong" value="number of the first song to play">
    
    to start from a particular song (if multiple AY files are used in a .ZIP, you can use the number M in the "M/NSONGS" label that you see in the bottom part of the applet). Default N = 1.
    <param name="autostart" value="1">
    
    to start playing AY file automatically.

    ::: Download JAYP :::

    Here you can find the latest binary and source code distribution (both released under GNU GPL license).


  • Binaries: jayp_bin_2.0.zip (~100K)


  • Source code: jayp_src_2.0.zip (~100K)
  • ::: Future plans :::

  • Ability to stop the player with a key in command line mode
  • Add some filters ???
  • Support for .ZIP files in command line mode
  • ...
  • ::: Links :::

    ... None yet ...


    Please send comments/suggestions/bugs to: jxspeccy@gameszoo.net

    Copyright 2005 Marzio De Biasi