Home#
Welcome to my personal website and blog 💙
List of posts#
2022-12-27 Whisper based speech recognition server
2021-12-31 Token authenticated aiohttp server
2021-12-31 Basic aiohttp server
2020-10-25 Chmod modes: from symbolic to octal and back
2020-09-28 How to loop over monitors and get their coordinates on Windows in C++?
2020-07-28 Comparing screen capturing using GDI+ and OpenCV on Windows in C++
2020-07-26 Capturing the screen on Windows in C++ using GDI+
2020-07-25 Capturing the screen on Windows in C++ using OpenCV
Publications#
Malek, A., (2023). Spafe: Simplified python audio features extraction. Journal of Open Source Software, 8(81), 4739, https://doi.org/10.21105/joss.04739
Libraries#
spafe aims to simplify features extractions from mono audio files. The library can extract of the following features: BFCC, LFCC, LPC, LPCC, MFCC, IMFCC, MSRCC, NGCC, PNCC, PSRCC, PLP, RPLP, Frequency-stats etc. It also provides various filterbank modules (Mel, Bark and Gammatone filterbanks) and other spectral statistics. |
|
Pydiogment aims to simplify audio augmentation. It generates multiple audio files based on a starting mono audio file. The library can generates files with higher speed, slower, and different tones etc. |