librosa.core.load()- 1. Then an audio file is represented as audio time series. I think each value of the time series is an amplitude of audio. However, I wonder what the unit of the amplitudes is.
- 2. Also, what is the relationship among amplitude, power, dB, and energy?
These days, I'm using librosa. As a basic step to load audio files, one can use the function below.librosa.core.load()
- 1. Then an audio file is represented as audio time series. I think each value of the time series is an amplitude of audio. However, I wonder what the unit of the amplitudes is.
- 2. Also, what is the relationship among amplitude, power, dB, and energy?