help packing sound in <4k

This page summarizes the projects mentioned and recommended in the original post on /r/Demoscene

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 4klang

    Official 4klang repository

  • I had a deeper look at 4klang, it looks like it's not really taking care of sound output, it's "only" creating the sounds and filling a buffer (I might be wrong, that level of assembly is soooooo over my head. still damn interesting to read, tho)

  • upx

    UPX - the Ultimate Packer for eXecutables

  • Then I compressed it with upx, cp small.exe smallUpx.exe && upx --brute smallUpx.exe, got a 10752 bytes executable, half the size, but still pretty large

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Crinkler

    Crinkler is an executable file compressor (or rather, a compressing linker) for compressing small 32-bit Windows demoscene executables. As of 2020, it is the most widely used tool for compressing 1k/4k/8k intros.

  • I also tried crinkler, got it to link but the executable does apparently nothing.

  • Blossom

    4K Executable Graphics framework (by lunasorcery)

  • Or look at more general 4k templates to learn about size optimization. https://github.com/lunasorcery/Blossom

  • 64klang

    Official 64klang repository

  • Gopher also made 64klang, and in the examples here they're using mmsystem to push samples to the soundcard, so I'd be inclined to think that's a pretty good way to do it (if not the best way)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts