A! in Audio - chroniclesofai.com
https://chroniclesofai.com/a-in-audio17.05.2021 · import librosa from librosa.display import waveplot, specshow y1, sr1 = librosa.load("hello.ogg") y2, sr2 = librosa.load("world.ogg") Above code snippet loads the hello.ogg & world.ogg audio files using the library - Librosa. Waveform of 'hello.ogg' Waveform of 'world.ogg' The different kind of sound will have different frequency plot.