Tag

librosa

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Mar 28, 2024 · Artificial Intelligence

Introduction to librosa: Audio Loading, Feature Extraction, and Visualization with Python

This article introduces the Python library librosa, outlines its main audio processing features such as loading, visualization, MFCC, pitch detection, chromagram, and rhythm analysis, and provides complete code examples for each operation.

Audio ProcessingFeature ExtractionMIR
0 likes · 7 min read
Introduction to librosa: Audio Loading, Feature Extraction, and Visualization with Python
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Feb 2, 2024 · Game Development

Automated Audio Testing for FPS Games: Process, Tools, and Similarity Measurement

This article presents a comprehensive guide to automating audio testing in first‑person shooter games, covering common audio bugs, a step‑by‑step recording workflow, feature extraction techniques, similarity metrics, and practical toolchains such as Soundcard, fmedia, VBCable, and librosa.

Feature ExtractionGame Developmentaudio testing
0 likes · 13 min read
Automated Audio Testing for FPS Games: Process, Tools, and Similarity Measurement
Sohu Tech Products
Sohu Tech Products
May 12, 2021 · Artificial Intelligence

Zero‑Basis Food Sound Recognition with ASR: Theory, Workflow, and Complete Python Code

This article introduces the fundamentals of automatic speech recognition (ASR) for food‑sound classification, explains key audio representations and modeling approaches, and provides a fully runnable Python implementation using librosa, TensorFlow/Keras, and classic machine‑learning tools to train and predict on the Tianchi competition dataset.

ASRCNNPython
0 likes · 11 min read
Zero‑Basis Food Sound Recognition with ASR: Theory, Workflow, and Complete Python Code
Tencent Music Tech Team
Tencent Music Tech Team
May 22, 2020 · Artificial Intelligence

Beat Detection: Concepts, Algorithms, and Applications

The article explains musical beat detection fundamentals, detailing traditional onset‑strength and dynamic‑programming algorithms (as in librosa), compares time‑domain and spectral methods, showcases deep‑learning advances, and describes practical applications such as audio visualisation, rhythm games, and QQ Music’s Super‑DJ automatic remix pipeline.

Audio AnalysisDeep Learningbeat detection
0 likes · 8 min read
Beat Detection: Concepts, Algorithms, and Applications