Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
2k views

How to get a volume measurement of iPhone recording in dB, with a limit of at least 120dB

I am trying to make a simple volume meter for the iPhone. I want the volume displayed in dB. When using this turorial, I am only getting measurements up to 78 dB. I've read that that is because the ...
4
votes
2answers
3k views

iPhone SDK: AVAudioRecorder metering — how to change peakPowerForChannel from decibel into percentage?

The AVAudioRecorder in the iPhone SDK can be used to get the peak and average power for a channel, in decibels. The range is between 0db to 160db. What is the calculation used to convert this into a ...
2
votes
1answer
134 views

MATLAB: Adjusting the dynamic range of a plot of logarithmic values

I have been unable to find anything close to this with Google, so I'm afraid that my question itself may be flawed... None the less, here goes: I wish to display a matrix of values (Z) at various ...
2
votes
1answer
447 views

Confusion with meters in AVAudioRecorder

Simply put, I'm trying to lip-sync something based on the decibel reading from the mic input stream of an iPhone, and the values I'm getting aren't quite what I'm after. I'm using AVAudioRecorder's ...
1
vote
1answer
91 views

How to handle a decibel meter type component/widget?

I'd like to be able to have some sort of volume panel looking something like : ||||||||||||||||||||| Where the lines highlight according to how loud/quiet the sound is according to decibels. Is ...
1
vote
1answer
286 views

Android: Amplitude value to Decibel value?

I'm trying to get the decibel of noise being recored from mic on Android phone. I can get amplitude value and looking for the formula to convert it into decibel. I use following function of ...
1
vote
2answers
120 views

How can I quickly loop through chunks of audio and determine their sample values (amplitude/power level/etc) in Core Audio?

What I'm trying to accomplish is basically as follows: Open up a file, determine how many 'samples' I will need based on its duration Dividing the file up into x samples; determine the (average) ...
1
vote
2answers
241 views

How to detect ambient sound level on the iPhone?

I need to create an audio loudness (decibel) detector. To clarify, I am not trying to find the volume at which the iPhone is playing, but instead the volume of its surrounding in decibels. How can I ...
1
vote
2answers
740 views

C# How to get Audio Decibel values with time span

how can I get Decibel values of a wav/mp3 file I have every 1 second? using any audio library that works with C#.. something like: Time: 0, DB: 0.213623 Time: 1, DB: 0.2692261 Time: 2, DB: 0.2355957 ...
1
vote
0answers
56 views

can JSAPI work to get count the decibel from voices?

I am new here and also to Java.. I am currently working on a program to count the decibel value of a human voice. I have the idea to get the waveform then count the decibel. But I am now confused in ...
1
vote
2answers
2k views

Getting decibel from an android microphone

I have been searching for quite some time now, and I haven't been able to find a way to actually get an SPL/db value from a microphone on android. The few threads and articles that I have found that ...
1
vote
2answers
2k views

How to obtain accurate decibel leve with Cocoa?

We are creating an application which records the surrounding sound and take necessary action if the sound crosses specified Decibel. In order to achieve the application objective we are using ...
0
votes
1answer
87 views

am i doing the right thing to convert decibel from -120 - 0 to 0 - 120

i will like to measure the sound volume of the surrounding, not too sure if i'm doing the right thing. i will like to create a VU meter of a range of 0(quiet) to 120(very noisy). i gotten the Peak ...
0
votes
1answer
143 views

Get decibel values whilst recording sound?

Is there a way of getting the decibel value of sound whilst it's being recorded? I'm using MediaRecorder to record the sound at the moment I can't use any applications on the Marketplace as I can't ...
0
votes
1answer
86 views

How to create a wave sound, in R, given a specified deciBel level?

I R, thanks to the library sound, we are able to create a sine wave: s1 <- Sine(650, 1, 44100, 16, 2) Plotting the waveform we obtain an image like this: plot(s1[1:100]) The waveform moves ...
0
votes
1answer
106 views

Actionscript 3.0 Microphone Decibel

Hy, How can hy obtain decibels value from Microphone class im Actionscript 3.0. Thanks in advance!
0
votes
2answers
77 views

Default for 0db sound level as an absolute float value

I'm currentyl building something like a tiny software audio synthesizer on Window 7 in c++. The core engine is running and upon receiving midi events it plays notes, changes programmes, etc. What ...
0
votes
2answers
105 views

Wrong decibel result on fft data

If i remember the decibel range is bit depth * 6. I play wav file that his bit depth = 16 (using NAudio lib) and I get the fft result then i'm calc the decibels for each fft result. 20 * ...
0
votes
2answers
823 views

Calculate Decibel from amplitude - Android media recorder

How to calculate decibel from maxAmplitude, I wrote an android application to get maxAmplitude at regular interval, I need to show the o/p to the user in decibels.
0
votes
1answer
157 views

read mp3 decimal values

I would like to read the be able to store the decibel values across intervals of a local mp3 into a text file. i think i can handle writing to a text file once i have the values(although any help ...
0
votes
1answer
70 views

What class is responsible for recording sound in Objective-C

Hey, guys, I wanted to make a decibel counter for the iPhone, but don't know what class is responsible for recording sound. Could anyone tell me? pretty please
0
votes
1answer
524 views

iPhone API for recording sound and measuring the sound frequency and power(db)

I want to develop a simple iPhone application which can record the external sounds, and measure the sound wave frequency and power in decibels, any ideas about how to do this?
0
votes
2answers
373 views

What Are Linear PCM Values

I am working with audio in the iPhone OS and am a bit confused. I am currently getting input from my audio buffer in the form of pcm values ranging from -32767 to 32768. I am hoping to perform a ...
0
votes
4answers
141 views

How to camelcase decibels?

The standard abbreviations for decibels is "dB" (note the case!) So, if I have a variable, holding (for instance) a maximum dB value, how best to name it? maxDbValue maxdBValue maxDecibelValue ...
0
votes
1answer
1k views

iPhone - AVAudioPlayer - convert decibel level into percent

I like to update an existing iPhone application which is using AudioQueue for playing audio files. The levels (peakPowerForChannel, averagePowerForChannel) were linear form 0.0f to 1.0f. Now I like ...
-1
votes
1answer
173 views

Android decibel meter

I want to create an app that would be able to use the phone's microphone in order to get the outside noise volume in db. What is the easiest way to do it?
-1
votes
1answer
343 views

can i have mic detection value in decibel range 0.0 to 120.0

Now I m using the class AVAudioPlayer . But still i m not getting right value in decibel. there is any way to get the value in decibel range 0.0 to 120.0 (not in -0.0 to -120). if yes then plz tell ...