AUKit VS rein

Compare AUKit vs rein and see what are their differences.

AUKit

AUKit: Audio decoding and processing framework for ComputerCraft (by MCJack123)

rein

minimal lua/sdl platform (by hugeping)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
AUKit rein
6 1
26 22
- -
5.6 9.6
12 days ago 22 days ago
Lua C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

AUKit

Posts with mentions or reviews of AUKit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-08.
  • how to extract amplitude and frequency from audio files (I'm okay with any file that encodes audio data)
    2 projects | /r/lua | 8 May 2023
    My AUKit library for CC:T includes a bunch of functions for loading, manipulating, and playing audio, with support for PCM, DFPWM, WAV, AIFF, AU, and FLAC in any sample rate or data format. You might be able to find what you need here. If you really want those frequencies, you'll need to find an FFT library for Lua; but I don't recommend doing this in plain Lua because it'll be extremely slow. It takes about a minute to run an FFT on a 4 minute song using LuaJIT, and for CC's Lua, it would probably take over an hour.
  • Receiving a .wav file from an HTTP GET request
    1 project | /r/ComputerCraft | 19 Apr 2023
    What file are you trying to play? CC only allows playing .dfpwm and some wav files without extra libraries. Try running `speaker ` program where url is link to file you are trying to play on speaker. If that don't work you might need to use external CC library to play your sound. Try https://github.com/MCJack123/AUKit to see if that don't help.
  • How to generate a frequency based sound (like 750Hz in 4 seconds) in Lua?
    5 projects | /r/lua | 6 Feb 2023
    Finally, (self plug) I make a Lua terminal program, CraftOS-PC, that has an API for audio playback built-in, as well as a very robust library for audio loading, generation, modification & playback, and even a sound generator plugin to handle tones for you, so if all you want to do is play around with learning how low-level audio generation and mixing works, I highly recommend it - working on this stuff taught me everything I've learned about the mechanics of sound.
  • easiest way to play none-Minecraft audio ?
    2 projects | /r/ComputerCraft | 12 Dec 2022
    If you don't want to convert files to such specific formats, you can use AUKit's austream, which allows you to play any type of WAV, DFPWM, AIFF, AU, or FLAC file. Just download the aukit.lua and austream.lua files to the computer, and then use austream to play it.
  • Turns out CC can handle real-time audio effects without breaking a sweat
    3 projects | /r/ComputerCraft | 18 Oct 2022
    It's using u/JackMacWindowsLinux's Aukit.

rein

Posts with mentions or reviews of rein. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.

What are some alternatives?

When comparing AUKit and rein you can also consider the following projects:

craftos2 - A fast, modern, and feature-filled ComputerCraft emulator written in C++.

craftos2-plugins - Various plugins for CraftOS-PC.

lao - A library for audio output through Lua.