|
|
Using Audio Xtra 6.1, I record a ".wav" file. I can play and hear the sound in
both ".dir" and ".dcr". Audio Xtra 6.1 uses OGG compression to reduce the size
of the ".wav" file. In "dir", everything works great. As a ".dcr", everything
works great except when movie moves to the following code:
axSetEnvironmentInfo("useTempDirectory", 1)
-- Forces conversion to mono and maximum compression and prepare for
ShockFiler upload
dataToSend = axCompressToOggData ( currentWord , 1, 1)
-- the compressed sound is a much smaller ".wav" file
where currentWord is the name of the recording and dataToSend is the file
property which will be uploaded to server using ShockFiler Xtra.
In ".dcr", there are no errors produced. The other buttons in the movie
continue to work. I can compress in ".dir" but I cannot compress the sound in
".dcr". I think there is a Shockwave setting that is not responding proporly
to the xtraInfo.txt file which references the following for autodownload in
ShockWave:
[#namePPC:"Audio Xtra", #nameW32:"AudioXtra.x32",
#package:"http://download.tabuleiro.com/packages/Audio/61/AudioXtra"]
[#namePPC:"ShockFiler", #nameW32:"ShockFiler.x32",
#package:"http://download.tabuleiro.com/packages/ShockFiler/2/ShockFiler"]
Any help to get OGG Compression to work in Shockwave would be greatly
appreciated - Brian
|
|