Hans Dijkema hans
  • Joined on 2025-06-19
Packages with native libraries to be used with racket-audio.
Updated 2026-08-11 22:54:43 +02:00
Webview integration for racket
Updated 2026-08-09 19:56:08 +02:00
Integration of common audio libraries in racket
Updated 2026-08-09 19:55:29 +02:00
UPnP/DLNA implementation for racket
Updated 2026-08-09 19:54:52 +02:00
Racket Music Player
Updated 2026-08-08 14:29:02 +02:00
Gives a mimetype for an extension
Updated 2026-07-29 13:24:45 +02:00
Encapsulating async-channel, port-channel and place-channel.
Updated 2026-07-28 08:48:32 +02:00
Converts simple scheme expressions to javascript for use as javascript code.
Updated 2026-07-28 08:39:51 +02:00
If you have a directory with, e.g. /music with a library containing flac music tracks, this will resample the files to at most 48.000Hz (get rid of the 96Khz/192Khz files that one will never hear the difference to 48Khz). Also there's a flac -> opus conversion path (to e.g. /music-opus) to make a portable library. It will keep the information about the files in /music/.music-info.db.
Updated 2026-07-28 08:38:02 +02:00
Updated 2026-07-28 08:14:53 +02:00
Updated 2026-07-27 17:29:56 +02:00
Integration of common audio libraries in racket
Updated 2026-06-08 13:45:58 +02:00
Converts simple scheme expressions to javascript for use as javascript code.
Updated 2026-06-08 13:22:01 +02:00
A simple expiring LRU Cache for racket. O(n) behaviour, not optimized for O(1) behaviour.
Updated 2026-05-17 21:55:57 +02:00
define/return and define/contract/return provide function definitions that can be used for defensive programming. Making functions return early when conditions are not met.
Updated 2026-05-12 11:32:22 +02:00