zynthian-sys VS apulse

Compare zynthian-sys vs apulse and see what are their differences.

zynthian-sys

System configuration scripts & files for Zynthian. (by zynthian)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
zynthian-sys apulse
37 9
73 608
- -
7.8 0.0
4 days ago almost 2 years ago
Shell C
GNU General Public License v3.0 only MIT License
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.

zynthian-sys

Posts with mentions or reviews of zynthian-sys. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.
  • Electronic music icon Korg makes music with Raspberry Pi
    4 projects | news.ycombinator.com | 9 Dec 2022
    There's a bunch of people doing some pretty amazing synth builds with the Raspberry Pi -- the Zynthian crew [0] springs to mind.

    Basically bring your own USB midi keyboard / controller - these tend to be cheap, but also engender very strong opinions, so there's some distinct advantages to having them as separate components, but with the synth box being much more portable than a laptop or desktop.

    As to the Korg Wavestate - on this side of the pond (AU) it has an RRP of A$1500, though street pricing is around A$1000.

    [0] https://zynthian.org/

  • Help starting out a DIY synth guitar project
    2 projects | /r/synthesizers | 25 Nov 2022
    Another option might be to get a Raspberry Pi and a USB audio interface to run Zynthian. Zynthian can be built from scratch with a TV, mouse and keyboard. You will need the USB audio for a line input from your amp. Heaps of DIY learning building your own Zynthian. You can scale up to the full hardware kit if you like what you see.
  • Can OP-1 Field use a USB hub to act as MIDI host for multiple devices?
    1 project | /r/OP1users | 4 Nov 2022
    I suggest something Raspberry Pi based, Zynthian for example. It's the total opposite in this regard, allowing so much freedom and possibilities that it can get overwhelming.
  • Spare RaspberryPi 4b with Touchscreen, any ideas for integrating into setup?
    1 project | /r/synthesizers | 3 Nov 2022
    There are several great RPi synth projects around, including mt32-pi, mini-dexed and samplerbox, but they're all intended for headless use (or with a tiny embedded display). The outlier in that respect AFAIK is Zynthian: https://zynthian.org/
  • Ardour 7.0 has been released
    2 projects | news.ycombinator.com | 15 Oct 2022
    Exactly opposite situation in my case - my Ubuntu Studio rig has been rock solid for tracking and many projects .. but the good news is that even if, for whatever reason, you can't qite grok things to be as productive as a pro Ubuntu Studio user (hint: you can) we have all the good things happening in ZynthianOS to explore, anyway - and this just wraps up the same essential goodies into a hardware device that is push-button-user friendly:

    http://zynthian.org

    And of course there are bleeding edge lessons learned, applied in things like monome, etc.

  • Piano sound module for midi controller?
    1 project | /r/synthesizers | 29 Aug 2022
    Zynthian is a good option but a bit hard to get your hands on in the silicon supply chain crisis.
  • Raspberry Pi in synths?
    3 projects | /r/synthesizers | 25 Aug 2022
  • Any good portable synths?
    1 project | /r/synthesizers | 30 Jul 2022
    Zynthian is a good one to add to this list.
  • Supply chain issues are killing synth companies
    2 projects | news.ycombinator.com | 14 Jul 2022
  • Would an MPC Live 2 be helpful for me?
    1 project | /r/synthesizers | 27 Jun 2022
    You might get some more traction by integrating a Raspberry Pi in a eurorack adapter (or RPi Pico) with some sort of CV interface and leveraging an open source project like Zynthian.

apulse

Posts with mentions or reviews of apulse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-07.
  • Would ALSA + alsamixer + apulse Suite Me/My Use Case?
    4 projects | /r/linuxquestions | 7 Dec 2022
    Most of my audio comes from Firefox, Steam, and other random miscellaneous programs. I'm wondering if I can rely on apulse for this? If I need to do some configuration that's more than okay, but if it's super buggy or hardly works then it's not worth the trouble. If anyone has experience with apulse I would love to hear more about it.
  • Switching the Linux graphics stack from GLX to EGL
    5 projects | news.ycombinator.com | 30 Oct 2021
    I read this and my first thought is "oh shit, is Firefox about to stop working?"

    some of us like our software to be stable and reliable, and not switch to the newest bullshit just because they can. I'm still bitter about being forced to find a workaround for FF requiring pulseaudio. Am I now gonna need to find a workaround for this? I run FF 94 right now, and will upgrade with trepidation...

    (shoutout to https://github.com/i-rinat/apulse. THANKS.)

  • Pipewire as an ALSA replacement in Fedora
    1 project | /r/Fedora | 2 May 2021
    Rather than re-compile firefox, maybe take a look at https://github.com/i-rinat/apulse which provide a shim to eliminate pulse.
  • Is firefox supposed to work with pulseaudio only?
    1 project | /r/linuxquestions | 26 Mar 2021
    Firefox does use PulseAudio for output. I don't run an ALSA-only setup, but I believe you can use apulse to emulate PA over ALSA for specific applications like so: apulse firefox
  • Keeping old linux games running?
    3 projects | /r/linux_gaming | 24 Mar 2021
    When launching the binary set LD_LIBRARY_PATH to include the oldlibs directory, e.g. LD_LIBRARY_PATH=/home/badsector/oldlibs. Some very old games may also need older versions of C++ library, you can find those in some older distros' "compat" packages, e.g. this one from SuSE 9.1 will contain most files you'll need - do not install the package, just extract the needed files. A few games may need convincing to use these files, use LD_PRELOAD for that. In addition some games may use OSS instead of ALSA so you'll need a wrapper. An OSS-to-PulseAudio wrapper is often available and you can preload it either with padsp (which will only work with the native version though, so no 32bit apps in 64bit linux) or doing it manually with LD_PRELOAD (which is basically what padsp does). There should be OSS support module for plain ALSA too if you do not have/want PulseAudio (or you can extract the relevant libraries from the padsp and use them with apulse).
  • pulseaudio not starting
    1 project | /r/linuxquestions | 11 Mar 2021
    apulse?
  • `Pulseaudio -k`, or a pro audio user's perspective on Linux's sound stack
    3 projects | /r/linux | 10 Feb 2021
    I think there are a lot more than your two solutions, for example there is apulse to run pulseaudio applications on top of ALSA. Of course your bluetooth headset will probably not work well with that, you'd still need another daemon like pulseaudio or pipewire to get good results there.
  • Making Sense of the Audio Stack on Unix
    4 projects | news.ycombinator.com | 7 Feb 2021
    I don't think that's important. In practice you can also use the pulseaudio API and that will work everywhere because of this: https://github.com/i-rinat/apulse
  • PulseAudio, upstream: FreeBSD support: meson build, import downstream patches, more improvements – merge request 277, merged
    1 project | /r/freebsd | 22 Jan 2021
    This has been a life saver for me on GNU/Linux https://github.com/i-rinat/apulse

What are some alternatives?

When comparing zynthian-sys and apulse you can also consider the following projects:

mt32-pi - 🎹🎶 A baremetal kernel that turns your Raspberry Pi 3 or later into a Roland MT-32 emulator and SoundFont synthesizer based on Circle, Munt, and FluidSynth.

bluez-alsa - Bluetooth Audio ALSA Backend

elk-pi - Elk Audio OS binary images for Raspberry Pi

pulseaudio-module-xrdp - xrdp sink / source pulseaudio modules

Sonic Pi - Code. Music. Live.

openQA - openQA web-frontend, scheduler and tools.

Rack - The virtual Eurorack studio

Vulkan-Guide - One stop shop for getting started with the Vulkan API

Audio - Teensy Audio Library

pa-notify - PulseAudio or PipeWire volume notification

ostep-projects - Projects for an undergraduate OS course

alsa-utils - The Advanced Linux Sound Architecture (ALSA) - utilities