Is it in volts, decibels, or something else? I need the units in order to label the y-axis of a plot of the sound wave. I tried looking up documentation but couldn't find any information about units.
To be more specific, I want to know the units for the output of this function.
recording=sd.rec(time*sample_rate, channels=1,samplerate=sample_rate,blocking=True)