AUDIOCACHE...
On this page, we'll explain the various commands which can be used to manage PlayoutONE's audio caching.
SET AUDIOCACHE (ON|OFF)
Enables or disables audio caching for the log sequencer.
SET AUDIOCACHE MEMORYMAX "size"
Specify how much memory this Audio Engine's audio cache is allowed to use in MB.
For example, SET AUDIOCACHE MEMORYMAX 4000 would allow up to 4GB of RAM to be used for the audio cache.
SET AUDIOCACHE FILEMAX "size"
Set the maximum file size allowed to be cached in memory for this Audio Engine in MB.
For example, SET AUDIOCACHE FILEMAX 1000 would allow files up to 1GB to be cached in memory.
GET AUDIOCACHE
Returns the current audio caching status. (On/Off)
GET AUDIOCACHE SIZE
Returns how much memory is currently being used by this Audio Engine's audio cache.
GET AUDIOCACHE MEMORYMAX
Returns the maximum memory size allowed to be used by the audio cache for this engine in MB.
GET AUDIOCACHE FILEMAX
Returns the maximum audio cache memory size allowed per file for this engine, in MB.