Audio Level

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bidgeeman
Posts: 495
Joined: Wed Feb 21, 2007 7:58 am

Audio Level

Post by bidgeeman » Wed Nov 11, 2009 11:57 pm

Hi.
Is there a way of detecting audio levels in RR?
Can someone point me in the right direction please?

Many thanks
Bidge

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10324
Joined: Wed May 06, 2009 2:28 pm

Post by dunbarx » Thu Nov 12, 2009 12:33 am

There are functions to get the speech volume level (revGetSpeechVolume), and properties for the level for audio and video clips (the playLoudness) and the beep volume level (the beepLoudness).

is this what you needed?

bidgeeman
Posts: 495
Joined: Wed Feb 21, 2007 7:58 am

Post by bidgeeman » Thu Nov 12, 2009 1:24 am

Hi dunbarx.

I think the playLoudness is what I was looking for thanks. I played with the revGetSpeechVolume but that was for the internal voice synth. I was looking for finding the audio level of a .wav file.

Many thanks for the help.
Bidge

Post Reply