Difference between revisions of "DisCommWin Version History"

From eMDeeWiki
Jump to navigationJump to search
Line 6: Line 6:
 
'''Version 6.12.5'''
 
'''Version 6.12.5'''
 
<p>Released April 10, 2013</p>
 
<p>Released April 10, 2013</p>
<ul>
+
* Fixed a run-time bug in the WAV record radio object
<li>Fixed a run-time bug in the WAV record radio object</li>
 
</ul>
 
  
  
 
'''Version 6.12.3'''
 
'''Version 6.12.3'''
 
<p>Released February 26, 2013</p>
 
<p>Released February 26, 2013</p>
<ul>
+
* Added some features and enhanced the text-to-speech device
<li>Added some features and enhanced the text-to-speech device</li>
 
</ul>
 
  
  
 
'''Version 6.12.2'''
 
'''Version 6.12.2'''
 
<p>Released January 23, 2013</p>
 
<p>Released January 23, 2013</p>
<ul>
+
* Implemented a device object that will generate audio from a text file (text-to-speech)
<li>Implemented a device object that will generate audio from a text file (text-to-speech)</li>
+
* New device object also able to process audio streams into a text file (speech-to-text)
<li>New device object also able to process audio streams into a text file (speech-to-text)</li>
 
</ul>
 
 
 
  
  
 
'''Version 6.11.2'''
 
'''Version 6.11.2'''
 
<p>Released September 3, 2012</p>
 
<p>Released September 3, 2012</p>
<ul>
+
* Added a new radio object that will record to WAV file
<li>Added a new radio object that will record to WAV file</li>
 
</ul>
 
 
 
  
  
 
'''Version 6.11.1'''
 
'''Version 6.11.1'''
 
<p>Released April 17, 2012</p>
 
<p>Released April 17, 2012</p>
<ul>
+
* Fixed an exception that was happening between threads after running for several hours
<li>Fixed an exception that was happening between threads after running for several hours</li>
 
</ul>
 
 
 
  
  
 
'''Version 6.11.0'''
 
'''Version 6.11.0'''
 
<p>Released March 12, 2012</p>
 
<p>Released March 12, 2012</p>
<ul>
+
* Recompiled using Visual Studio 2010
<li>Recompiled using Visual Studio 2010</li>
+
*Added interface capability for record/playback "radio" object
<li>Added interface capability for record/playback "radio" object</li>
 
</ul>
 
 
 
  
  
 
'''Version 6.10.8'''
 
'''Version 6.10.8'''
 
<p>Released June 17, 2010</p>
 
<p>Released June 17, 2010</p>
<ul>
+
*Enhanced the down-sampler in the NetPlayDevice object to eliminate choppy audio when using some WAV files
<li>Enhanced the down-sampler in the NetPlayDevice object to eliminate choppy audio when using some WAV files</li>
 
</ul>
 
 
 
  
  
 
'''Version 6.10.7'''
 
'''Version 6.10.7'''
 
<p>Released May 24, 2010</p>
 
<p>Released May 24, 2010</p>
<ul>
+
* Fixed a memory error in the NetPlayDevice object
<li>Fixed a memory error in the NetPlayDevice object</li>
 
</ul>
 

Revision as of 15:23, 5 June 2013

Version 6.13.0

Released June 5, 2013

  • Added API function to set the channel mask for multi-channel audio devices


Version 6.12.5

Released April 10, 2013

  • Fixed a run-time bug in the WAV record radio object


Version 6.12.3

Released February 26, 2013

  • Added some features and enhanced the text-to-speech device


Version 6.12.2

Released January 23, 2013

  • Implemented a device object that will generate audio from a text file (text-to-speech)
  • New device object also able to process audio streams into a text file (speech-to-text)


Version 6.11.2

Released September 3, 2012

  • Added a new radio object that will record to WAV file


Version 6.11.1

Released April 17, 2012

  • Fixed an exception that was happening between threads after running for several hours


Version 6.11.0

Released March 12, 2012

  • Recompiled using Visual Studio 2010
*Added interface capability for record/playback "radio" object


Version 6.10.8

Released June 17, 2010

*Enhanced the down-sampler in the NetPlayDevice object to eliminate choppy audio when using some WAV files


Version 6.10.7

Released May 24, 2010

  • Fixed a memory error in the NetPlayDevice object