Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Sound data is stored inside a memory buffer. This is good for audio not longer than 10 minutes. If longer, unexcepted errors may occur.

It is possible to store in a temporary file instead of memory. Longer audiofile can then be processed. To change this, insert the next value between “appSettings” in the config file:

<appSettings>
  ...
  <add key="Audio.Store" value="STORE_MODE_TEMP_FILE"/>
  ...
</appSettings>

The only possible value here is STORE_MODE_TEMP_FILE for a temporary file. Otherwise if empty, not set in config or other value, the memory will be used. You can check the current mode in the log if process is started.

Please note that this option is only available for releases 1.3.6 or higher.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.