_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


libofa 0.9.3
Dependencies: curl@8.6.0 expat@2.7.1
Propagated dependencies: fftw@3.3.10
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://code.google.com/archive/p/musicip-libofa/
Licenses: GPL 2+
Build system: gnu
Synopsis: Open Fingerprint Architecture
Description:

LibOFA is an audio fingerprint library, created and provided by MusicIP.

libkeyfinder 2.2.7
Dependencies: fftw@3.3.10
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://mixxxdj.github.io/libkeyfinder/
Licenses: GPL 3+
Build system: cmake
Synopsis: Musical key detection for digital audio
Description:

libkeyfinder is a small C++11 library for estimating the musical key of digital audio.

fil-plugins 0.3.0
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://kokkinizita.linuxaudio.org
Licenses: GPL 2+
Build system: gnu
Synopsis: LADSPA four-band parametric equalizer plugin
Description:

This package provides a LADSPA plugin for a four-band parametric equalizer. Each section has an active/bypass switch, frequency, bandwidth and gain controls. There is also a global bypass switch and gain control.

The 2nd order resonant filters are implemented using a Mitra-Regalia style lattice filter, which is stable even while parameters are being changed.

All switches and controls are internally smoothed, so they can be used live without any clicks or zipper noises. This makes this plugin suitable for use in systems that allow automation of plugin control ports, such as Ardour, or for stage use.

dcadec 0.2.0
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/foo86/dcadec
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: DTS Coherent Acoustics decoder
Description:

Dcadec is a DTS Coherent Acoustics surround sound decoder with support for HD extensions.

libfreeaptx 0.2.2
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/regularhunter/libfreeaptx
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Free implementation of aptX
Description:

libfreeaptx is an implementation of the Audio Processing Technology codecs aptX and aptX HD, mainly intended for use with an A2DP bluetooth profile.

shntool 3.0.10
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: http://etree.org/shnutils/shntool/
Licenses: GPL 2+ X11
Build system: gnu
Synopsis: WAVE audio data processing tool
Description:

shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file that contains WAVE data, compressed or not---provided there exists a format module to handle that particular file type. It can also generate CUE files, and use them split WAVE data into multiple files.

python-pyliblo3 0.16.3
Dependencies: liblo@0.31
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/gesellkammer/pyliblo3
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Python bindings for liblo
Description:

Pyliblo is a Python wrapper for the liblo Open Sound Control (OSC) library. It supports almost the complete functionality of liblo, allowing you to send and receive OSC messages using a nice and simple Python API. Also included are the command line utilities send_osc and dump_osc.

yabridgectl 5.1.1
Dependencies: dbus@1.16.2 yabridge@5.1.1
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/robbert-vdh/yabridge
Licenses: GPL 3+
Build system: cargo
Synopsis: Utility to set up and update yabridge
Description:

yabridgectl is a tool to setup and update yabridge.

portaudio 190600.20161030
Dependencies: alsa-lib@1.2.16 jack@0.125.0
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: http://www.portaudio.com/
Licenses: Expat
Build system: gnu
Synopsis: Audio I/O library
Description:

PortAudio is a portable C/C++ audio I/O library providing a simple API to record and/or play sound using a callback function or a blocking read/write interface.

jack2 1.9.22-0.1795946
Dependencies: alsa-lib@1.2.16 bash-minimal@5.2.37 dbus@1.16.2 expat@2.7.1 libsamplerate@0.1.9 opus@1.6.1 python-dbus@1.3.2 readline@8.2.13
Propagated dependencies: util-linux@2.40.4 bdb@6.2.32
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://jackaudio.org/
Licenses: GPL 2+ LGPL 2.1+
Build system: waf
Synopsis: JACK audio connection kit
Description:

JACK is a low-latency audio server. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation.

rtaudio 5.2.0
Dependencies: alsa-lib@1.2.16 jack@0.125.0 pulseaudio@16.1
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://www.music.mcgill.ca/~gary/rtaudio/
Licenses: Expat
Build system: cmake
Synopsis: Common API for real-time audio I/O
Description:

RtAudio is a set of C++ classes that provides a common API for real-time audio input/output. It was designed with the following objectives:

  • object-oriented C++ design

  • simple, common API across all supported platforms

  • only one source and one header file for easy inclusion in programming projects

  • allow simultaneous multi-api support

  • support dynamic connection of devices

  • provide extensive audio device parameter control

  • allow audio device capability probing

  • automatic internal conversion for data format, channel number compensation, (de)interleaving, and byte-swapping

libebur128 1.2.6
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/jiixyj/libebur128
Licenses: Expat
Build system: cmake
Synopsis: Library implementing the EBU R 128 loudness standard
Description:

libebur128 is a C library that implements the EBU R 128 standard for loudness normalisation.

carla 2.6.0-1.294a801
Dependencies: alsa-lib@1.2.16 bash-minimal@5.2.37 ffmpeg@8.1.1 fluidsynth@2.4.8 file@5.46 liblo@0.31 libsndfile@1.2.2-0.68f6c16 libx11@1.8.12 gtk+@2.24.33 gtk+@3.24.51 pulseaudio@16.1 python-pyliblo3@0.16.3 python-pyqt@6.9.1 python-rdflib@7.1.1 python-wrapper@3.12.12 qtbase@6.9.2 qtwayland@6.9.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://kx.studio/Applications:Carla
Licenses: GPL 2+
Build system: gnu
Synopsis: Audio plugin host
Description:

Carla is a modular audio plugin host, with features like transport control, automation of parameters via MIDI CC and remote control over OSC. Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2, and VST3 plugin formats, plus SF2 and SFZ file support. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA.

fdkaac 1.0.6
Dependencies: libfdk@2.0.1
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/nu774/fdkaac
Licenses: Zlib
Build system: gnu
Synopsis: Command-line AAC encoder
Description:

This package provides a command-line AAC-encoder.

python-soundfile 0.13.1
Propagated dependencies: python-cffi@1.17.1 python-numpy@2.3.1 libsndfile@1.2.2-0.68f6c16
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/bastibe/SoundFile
Licenses: Expat
Build system: pyproject
Synopsis: Python bindings for libsndfile
Description:

This package provides python bindings for libsndfile based on CFFI and NumPy.

patchage 1.0.10
Dependencies: alsa-lib@1.2.16 jack2@1.9.22-0.1795946 fmt@9.1.0 ganv@1.6.0 glibmm@2.86.0 gtkmm@2.24.5 dbus-glib@0.112
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://drobilla.net/software/patchage.html
Licenses: GPL 3+
Build system: meson
Synopsis: Modular patch bay for audio and MIDI systems
Description:

Patchage is a modular patch bay for audio and MIDI systems based on JACK and ALSA.

projectm-sdl 0-0.72e5632
Dependencies: freetype@2.13.3 poco@1.15.0 projectm@4.1.6 projectm-presets@0-0.0180df2 sdl2@2.30.8
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/projectM-visualizer/frontend-sdl-cpp
Licenses: GPL 3+
Build system: cmake
Synopsis: Reference frontend for the libprojectm music visualizer
Description:

This is a simple Milkdrop-like music visualizer that uses the projectM library to visualize audio input.

jamesdsp 2.7.0-0.53cf098
Dependencies: asyncplusplus@1.2 glibmm@2.66.6 libarchive@3.7.7 pipewire@1.6.2 qcodeeditor@0-0.dc644d4 qcustomplot@2.1.1 qt-advanced-docking-system@4.4.1 qtcsv@1.7 qtpromise@0.7.0 qtsvg@6.9.2 qtwidgetanimationframework@0-0.b07ab59
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/Audio4Linux/JDSP4Linux
Licenses: GPL 3+
Build system: qt
Synopsis: Audio effect processor for PipeWire and PulseAudio clients
Description:

JamesDSP is an audio effect processor for PipeWire and PulseAudio clients, featuring:

  • Automatic bass boost: Frequency-detecting bass-boost

  • Automatic dynamic range compressor: automated multiband dynamic range adjusting effect

  • Complex reverberation IIR network (Progenitor 2)

  • Interpolated FIR equalizer with flexible bands

  • Arbitrary response equalizer (also known as GraphicEQ from EqualizerAPO)

  • AutoEQ database integration (requires network connection)

  • Partitioned convolver (Auto segmenting convolution): Mono, stereo, full/true stereo (LL, LR, RL, RR) impulse response

  • Crossfeed: Realistic surround effects

  • Soundstage wideness: A multiband stereo wideness controller

  • ViPER-DDC: Parametric equalization on audio and creating VDC input files

  • Analog modeling: An aliasing-free even harmonic generator

  • Output limiter

  • Scripting engine: Live programmable DSP using the EEL2 scripting language

  • Scripting IDE featuring syntax highlighting, basic code completion, dynamic code outline window, console output support and detailed error messages with inline code highlighting

wstsound 0.3.0-0.289cae8
Propagated dependencies: libmodplug@0.8.9.0 libmpg123@1.33.5 libvorbis@1.3.7 openal@1.23.1 opusfile@0.12
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/WindstilleTeam/wstsound
Licenses: GPL 3+
Build system: cmake
Synopsis: C++ sound library
Description:

This package provides a simple sound library for C++.

jack 0.125.0
Dependencies: alsa-lib@1.2.16 readline@8.2.13
Propagated dependencies: util-linux@2.40.4 bdb@6.2.32
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://jackaudio.org/
Licenses: GPL 2+ LGPL 2.1+
Build system: gnu
Synopsis: JACK audio connection kit
Description:

JACK is a low-latency audio server. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation.

cuetools 1.4.1
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/svend/cuetools
Licenses: GPL 2+
Build system: gnu
Synopsis: Cue and toc file parsers and utilities
Description:

Cuetools is a set of programs that are useful for manipulating and using CUE sheet (cue) files and Table of Contents (toc) files. CUE and TOC files are a way to represent the layout of a data or audio CD in a machine-readable ASCII format.

wah-plugins 0.1.0
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://kokkinizita.linuxaudio.org
Licenses: GPL 2+
Build system: gnu
Synopsis: LADSPA Autowah effect plugin
Description:

This package provides a LADSPA plugin for a Wah effect with envelope follower.

python-soxr 1.0.0
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/dofuuz/python-soxr
Licenses: LGPL 2.1
Build system: pyproject
Synopsis: High quality, one-dimensional sample-rate conversion library
Description:

Python-SoXR is a Python wrapper of libsoxr, a high quality, one-dimensional sample-rate conversion library.

Total packages: 73977