Philipp Schuster

Results 8 repositories owned by Philipp Schuster

beat-detector

40
Stars
5
Forks
Watchers

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

41
Stars
3
Forks
Watchers

Everything related to the practical work/implementation for my Diplom thesis project at TU Dresden.

audio-visualizer

38
Stars
4
Forks
Watchers

Simple audio visualization library which is especially useful for developers to visually check audio algorithms against the waveform.

noto-sans-mono-bitmap-rs

25
Stars
4
Forks
Watchers

Provides pre-rasterized characters from the "Noto Sans Mono" font in different sizes and font weights for multiple unicode ranges.

spectrum-analyzer

88
Stars
15
Forks
Watchers

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

36
Stars
10
Forks
Watchers

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

15
Stars
9
Forks
Watchers

Docx4JSRUtil library helps you to search and replace text inside docx-Documents parsed by Docx4J.

generic-netlink-user-kernel-rust

16
Stars
2
Forks
Watchers

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.