Announcement

Collapse
No announcement yet.

BogProg AterKast is now available!!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Cool, thanks for the suggestions.

    Comment


    • #32
      Version 1.1.5.18 now available.

      Download

      Changes:
      • Fixed crash issue when turning off the DSP (from within a stacker or by selecting a different DSP from Winamp preferences) while one or more EndPoints were in the middle of trying to establish a connection to the distributer (aka DNAS, Icecast Server, etc...).
      • Fixed a crash issue on plugin quit.
      • Fixed multiple crash issues on plugin unload (whether by shutting down Winamp or unloading the plugin in a stacker).

      None of the above crashes affected normal streaming, just during shutdown/quit/de-init.
      | Opus Audio Codec plugins 2.0 | Embedded Album Art | DiskWrite |
      | Save your playlist first! | Live voice-over | X-Fade 2.5 |
      | AterKast (Source DSP) | More of my stuff... |

      Comment


      • #33
        Version 1.2.7.40 now available.

        Download

        Changes​:
        • Added ability to enable JNetLib for SSL support for versions of Winamp 5.8 or older. 5.9+ versions just crash, so don't do it if you're on 5.9 or above unless I say.
        • Fixed colors of about box and added supporting code references to it.
        • There were more changes but I forgot what they were. [EDIT/] Remembered what the third one was, LOGGING! Check config window for details.
        There's going to be another update very soon that will include manual metadata and potentially automatic external metadata (posting to a TCP/IP port, reading from a file when it changes, etc...)
        | Opus Audio Codec plugins 2.0 | Embedded Album Art | DiskWrite |
        | Save your playlist first! | Live voice-over | X-Fade 2.5 |
        | AterKast (Source DSP) | More of my stuff... |

        Comment


        • #34
          Version 1.3.8.52 now available.

          Download

          Changes:
          • Added manual metadata both local (per EndPoint) and shared (used on multiple EndPoints.)
          • Added external shared flat file metadata.
          • Updated DSP main window to accommodate the new features.
          • Added more logging in places where it was missing.
          • Removed extremely repetitive logging from the DirectSound device source handler.
          The external metadata flat file format is the same that was used from the experimental BogProg LiveIn plugin. The flat file can accept Unicode character sets if converted to UTF-8 MBCS. The following is the current list of (protocol independently) supported metadata values in the flat file(without the double quotes):
          HTML Code:
          {
          "title"    *  **
          "artist"   *  **
          "album"    *
          "year"     *
          "comment"  *
          "genre"    *
          "albumartist"
          "composer"
          "disc"
          "track"
          "bpm"
          "director"
          "producer"
          <<!
          Entries that have a (*) next to them are read by the SCv2 Protocol.
          Entries that have a (**) next to them are read by the SCv1 and Icecast Protocols.
          >>
          }​
          | Opus Audio Codec plugins 2.0 | Embedded Album Art | DiskWrite |
          | Save your playlist first! | Live voice-over | X-Fade 2.5 |
          | AterKast (Source DSP) | More of my stuff... |

          Comment

          Working...
          X