Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
I am currently studying signal processing and I'm working with the librosa library quite a lot. I want to know what is the data that is delivered by the librosa.load method when I read an audio(.wav) file using it. Is it the instantaneous sound pressure in pa? or just the instantaneous amplitude of the sound signal with no unit?

1 Answer

0 votes
by (108k points)

Please be informed that the ibrosa.load yields a time series that in librosa glossary is defined as:

The time series is an audio signal, which is generally indicated by y, and described as a 1-D numpy.ndarray of floating-point values.

The amplitude is normally estimated as a method of the difference in pressure around the microphone or receiver device that first picked up the audio.

Want to become a Python Developer? Check out this insightful Python Certification course.

Related questions

0 votes
1 answer
asked Jan 2, 2021 in Python by ashely (50.2k points)
0 votes
2 answers
0 votes
1 answer

Browse Categories

...