Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. 2.4.13.8 - 6/2/2018
  2. -------------------
  3. * Indication of a file's original sample format being floating-point
  4. BASS_ORIGRES_FLOAT (BASS_CHANNELINFO/SAMPLE flag)
  5. * Some extra sample data is retained to account for device latency in data retrieval
  6. BASS_ChannelGetData
  7. * FFT window is shortened to match amount of available data when less than FFT size
  8. BASS_ChannelGetData
  9. * FFT level adjusted to be approx the same regardless of amount of available data
  10. BASS_ChannelGetData
  11. * Fix for crash when decoding channels are dissociated from a device
  12. BASS_NODEVICE (BASS_ChannelSetDevice option)
  13.  
  14. 2.4.13 - 19/12/2017
  15. -------------------
  16. * WASAPI output on Windows (DirectSound is fallback/optional)
  17. BASS_DEVICE_DSOUND (BASS_Init flag)
  18. BASS_CONFIG_DEV_BUFFER/NONSTOP (BASS_SetConfig options)
  19. BASS_CONFIG_SRC/_SAMPLE (BASS_SetConfig options)
  20. BASS_ATTRIB_SRC/NORAMP (BASS_ChannelSetAttribute options)
  21. * Default output device following support extended to Windows Vista and OSX
  22. BASS_CONFIG_DEV_DEFAULT (BASS_SetConfig option)
  23. * Seamless playback buffer length changing
  24. BASS_ATTRIB_BUFFER (BASS_ChannelSetAttribute option)
  25. SYNTH example updated
  26. * Access to the final output mix for applying DSP/FX
  27. STREAMPROC_DEVICE (BASS_StreamCreate option)
  28. BASS_CTYPE_STREAM_DEVICE
  29. FXTEST example updated
  30. * Dissociating of decoding channels from a device
  31. BASS_NODEVICE (BASS_ChannelSetDevice option)
  32. * Volume attribute levels above 1.0 for amplification
  33. BASS_ATTRIB_VOL (BASS_ChannelSetAttribute option)
  34. * Logarithmic attribute slides
  35. BASS_SLIDE_LOG (BASS_ChannelSlideAttribute flag)
  36. * Volume & panning attribute affected level retrieval
  37. BASS_LEVEL_VOLPAN (BASS_ChannelGetLevelEx flag)
  38. * Volume level adjustment effect
  39. BASS_FX_VOLUME (BASS_ChannelSetFX type)
  40. BASS_FX_VOLUME_PARAM structure
  41. * Asynchronous pre-buffering
  42. BASS_CONFIG_NET_PREBUF_WAIT (BASS_SetConfig option)
  43. BASS_StreamCreateURL/FileUser
  44. CONTEST and NETRADIO examples updated
  45. * Decoding channels can be dissociated from a device
  46. BASS_ChannelSetDevice
  47. * Resetting of user file streams/decoders
  48. BASS_POS_RESET (BASS_ChannelSetPosition flag)
  49. * Relative seeking
  50. BASS_POS_RELATIVE (BASS_ChannelSetPosition flag)
  51. * RIFF cue points chunk retrieval
  52. BASS_TAG_RIFF_CUE (BASS_ChannelGetTags type)
  53. TAG_CUE structure
  54. * RIFF sample chunk retrieval
  55. BASS_TAG_RIFF_SMPL (BASS_ChannelGetTags type)
  56. TAG_SMPL structure
  57. * Support for Category/Description/Grouping/Keywords/Lyrics MP4 tags
  58. BASS_TAG_MP4 (BASS_ChannelGetTags type)
  59. * Separate channel type for dummy streams
  60. BASS_CTYPE_STREAM_DUMMY
  61. * Stalled internet stream buffering progress retrieval
  62. BASS_FILEPOS_BUFFERING (BASS_StreamGetFilePosition mode)
  63. CONTEST and NETRADIO examples updated
  64. * Playlist recursion depth config option
  65. BASS_CONFIG_NET_PLAYLIST_DEPTH (BASS_SetConfig options)
  66. * Push file system read functions can now return 0 without ending the file
  67. STREAMFILE_BUFFERPUSH (BASS_StreamCreateFileUser system)
  68. FILEREADPROC
  69. * 16 point SRC is used by default when SSE is available
  70. BASS_CONFIG_SRC (BASS_SetConfig option)
  71. * Mono downmixing for all file formats in sample loading
  72. BASS_SAMPLE_MONO (BASS_SampleLoad flag)
  73. * Mono OGG stream downmixing
  74. BASS_SAMPLE_MONO (BASS_StreamCreateFile/User/URL flag)
  75. * Media Foundation availability detection
  76. BASS_CONFIG_MF_DISABLE (BASS_GetConfig option)
  77. PLUGINS example updated
  78. * AudioTrack output on Android
  79. BASS_DEVICE_AUDIOTRACK (BASS_Init flag)
  80. * Support for Android Media codecs
  81. BASS_StreamCreateFile/User/URL
  82. BASS_TAG_AM_MIME/NAME (BASS_ChannelGetTags type)
  83. BASS_CONFIG_AM_DISABLE (BASS_SetConfig option)
  84. * Panning fix for MOD files created with ScreamTracker 3
  85. BASS_MusicLoad
  86. * Fix for compressor and distotion DX8 effects with floating-point data on Windows
  87. BASS_FX_DX8_COMPRESSOR/DISTORTION (BASS_ChannelSetFX types)
  88. * Fix for plugin freeing issue on 64-bit platforms (HPLUGIN is not library address any more)
  89. BASS_PluginLoad
  90. BASS_PluginFree
  91.  
  92. 2.4.12 - 10/3/2016
  93. ------------------
  94. * DSP/FX chain order modification
  95. BASS_FXSetPriority
  96. * Average bitrate retrieval
  97. BASS_ATTRIB_BITRATE
  98. * Ramping-out when stopping/pausing playback
  99. BASS_ChannelStop
  100. BASS_ChannelPause
  101. * Disabling of playback ramping
  102. BASS_ATTRIB_NORAMP (BASS_ChannelSetAttribute option)
  103. * Pre-buffering when playback buffering is disabled
  104. BASS_ChannelUpdate
  105. BASS_ATTRIB_NOBUFFER (BASS_ChannelSetAttribute option)
  106. * Net agent and proxy config options now make a copy of the provided string
  107. BASS_CONFIG_NET_AGENT/PROXY (BASS_SetConfig options)
  108. NETRADIO example updated
  109. * Unicode net agent and proxy config options on Windows
  110. BASS_CONFIG_NET_AGENT/PROXY (BASS_SetConfig options)
  111. * 32768 sample FFT
  112. BASS_DATA_FFT32768 (BASS_ChannelGetData flag)
  113. * Support for numerical MP4 genre (gnre) tags
  114. BASS_TAG_MP4 (BASS_ChannelGetTags type)
  115. * Support for BASSWMA's tag option when using Media Foundation WMA codec
  116. BASS_TAG_WMA (BASS_ChannelGetTags type)
  117. * OpenMPT author tag retrieval
  118. BASS_TAG_MUSIC_AUTH (BASS_ChannelGetTags type)
  119. * FastTracker2 panning for XM files
  120. BASS_MUSIC_FT2PAN (BASS_MusicLoad flag)
  121. * Support for longer device names on Windows
  122. BASS_DEVICEINFO (name member)
  123. * Checking for floating-point support on platforms that might not have it
  124. BASS_CONFIG_FLOAT (BASS_GetConfig option)
  125. * Attribute size retrieval fix
  126. BASS_ChannelGetAttributeEx
  127. * Fix for missing LC_VERSION_MIN issue with Xcode 7 on OSX, ppc architecture (PowerPC) support dropped
  128. * LIST example renamed to DEVLIST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement