Philipp Schuster
Philipp Schuster
beat-detector
Audio beat detection library that supports different audio input devices as source. You can pass a callback for each found beat to the library.
diplomarbeit-impl
Everything related to the practical work/implementation for my Diplom thesis project at TU Dresden.
audio-visualizer
Simple audio visualization library which is especially useful for developers to visually check audio algorithms against the waveform.
noto-sans-mono-bitmap-rs
Provides pre-rasterized characters from the "Noto Sans Mono" font in different sizes and font weights for multiple unicode ranges.
spectrum-analyzer
A simple and fast `no_std` library to get the frequency spectrum of a digital signal (e.g. audio) using FFT. It follows the KISS principle and consists of simple building blocks/optional features.
ttfb
Library + CLI-Tool to measure the TTFB (time to first byte) of HTTP requests. Additionally, this crate measures the times of DNS lookup, TCP connect and TLS handshake.
docx4j-search-and-replace-util
Docx4JSRUtil library helps you to search and replace text inside docx-Documents parsed by Docx4J.
generic-netlink-user-kernel-rust
Example that communicates between userland program (Rust and C) and Linux kernel module (written in C) via Generic Netlink. A custom Netlink family is created and used for this IPC.