What's new in Audio DJ Studio for .NET 4.6.0.0

Jan 11, 2011
  • New features:
  • Added support for managing all entries inside a playlist stored inside a web server and loaded through the LoadInternetStream method: nested playlists are supported as well
  • After loading with success an Internet stream and after catching the StreamLoaded event, it's now possible to retrieve the exact URL of the Internet stream through the GetLoadedSoundFile method; if the loaded stream should be an item of an Internet playlist, the new StreamLoadedFromInetPlaylist event would report the exact URL.
  • New events:
  • StreamLoadedFromInetPlaylist

New in Audio DJ Studio for .NET 4.5.0.0 (Jan 11, 2011)

  • New features:
  • Added possibility to manually resize visual feedbacks: useful when a resize of the hosting window occurs
  • New methods:
  • Oscilloscope.Resize
  • Spectrum.Resize
  • VUMeter.Resize
  • Waveform.Resize

New in Audio DJ Studio for .NET 4.4.0.0 (Jan 11, 2011)

  • New features:
  • Added support for playback with floating point quality for files encoded with floating point quality or with a resolution higher than 16 bits per sample
  • Improved support for managing sound files in WMA Professional format
  • New methods:
  • ReadSoundInfo2

New in Audio DJ Studio for .NET 4.3.0.0 (Jun 10, 2010)

  • New features:
  • Added support for loading and saving filenames with Unicode characters
  • Added looping capabilities to video playback
  • New methods:
  • Override of the VideoPlayer.Play method with looping capabilities
  • VideoPlayer.PlayDisableLoop
  • PlaySoundDisableLoop

New in Audio DJ Studio for .NET 4.1.0.0 (May 10, 2010)

  • New features:
  • Possibility to be notified when the connection to an Internet stream begins
  • Possibility to be notified about the buffering advancement when connecting to an Internet stream
  • Added a new implementation of the PDJ playlist format, allowing its usage with encrypted songs without fader features: this allows its usage with the embedded fader
  • New methods:
  • GetSoundOriginalDuration
  • GetFormattedSoundOriginalDuration
  • New events:
  • DownloadPercentage
  • StreamConnecting