| options/nixos/services.hostapd.radios | This option allows you to define APs for one or multiple physical radios
|
| options/nixos/services.hostapd.radios.<name>.band | Specifies the frequency band to use, possible values are 2g for 2.4 GHz,
5g for 5 GHz, 6g for 6 GHz and 60g for 60 GHz.
|
| options/nixos/services.hostapd.radios.<name>.noScan | Disables scan for overlapping BSSs in HT40+/- mode
|
| options/nixos/services.hostapd.radios.<name>.driver | The driver hostapd will use.
nl80211 is used with all Linux mac80211 drivers.
none is used if building a standalone RADIUS server that does
not control any wireless/wired driver
|
| options/nixos/services.hostapd.radios.<name>.wifi6.enable | Enables support for IEEE 802.11ax (WiFi 6, HE)
|
| options/nixos/services.hostapd.radios.<name>.wifi5.enable | Enables support for IEEE 802.11ac (WiFi 5, VHT)
|
| options/nixos/services.hostapd.radios.<name>.channel | The channel to operate on
|
| options/nixos/services.hostapd.radios.<name>.wifi7.enable | Enables support for IEEE 802.11be (WiFi 7, EHT)
|
| options/nixos/services.hostapd.radios.<name>.wifi4.enable | Enables support for IEEE 802.11n (WiFi 4, HT)
|
| options/nixos/services.hostapd.radios.<name>.networks | This defines a BSS, colloquially known as a WiFi network
|
| options/nixos/services.hostapd.radios.<name>.wifi6.require | Require stations (clients) to support WiFi 6 (HE) and disassociate them if they don't.
|
| options/nixos/services.hostapd.radios.<name>.wifi4.require | Require stations (clients) to support WiFi 4 (HT) and disassociate them if they don't.
|
| options/nixos/services.hostapd.radios.<name>.wifi5.require | Require stations (clients) to support WiFi 5 (VHT) and disassociate them if they don't.
|
| options/nixos/services.hostapd.radios.<name>.settings | Extra configuration options to put at the end of global initialization, before defining BSSs
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.ssid | SSID to be used in IEEE 802.11 management frames.
|
| options/nixos/services.hostapd.radios.<name>.countryCode | Country code (ISO/IEC 3166-1)
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.group | Members of this group can access the control socket for this interface.
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.utf8Ssid | Whether the SSID is to be interpreted using UTF-8 encoding.
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.macDeny | Specifies the MAC addresses to deny if macAcl is set to "deny" or "radius"
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.logLevel | Levels (minimum value for logged events):
0 = verbose debugging
1 = debugging
2 = informational messages
3 = notification
4 = warning
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.macAllow | Specifies the MAC addresses to allow if macAcl is set to "allow" or "radius"
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.bssid | Specifies the BSSID for this BSS
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.macAcl | Station MAC address -based authentication
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.apIsolate | Isolate traffic between stations (clients) and prevent them from
communicating with each other.
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.macDenyFile | Specifies a file containing the MAC addresses to deny if macAcl is set to "deny" or "radius"
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.macAllowFile | Specifies a file containing the MAC addresses to allow if macAcl is set to "allow" or "radius"
|
| options/nixos/services.hostapd.radios.<name>.dynamicConfigScripts | All of these scripts will be executed in lexicographical order before hostapd
is started, right after the global segment was generated and may dynamically
append global options the generated configuration file
|
| options/nixos/services.hostapd.radios.<name>.wifi6.multiUserBeamformer | HE multi user beamformee support
|
| options/nixos/services.hostapd.radios.<name>.wifi7.multiUserBeamformer | EHT multi user beamformee support
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.settings | Extra configuration options to put at the end of this BSS's defintion in the
hostapd.conf for the associated interface
|
| options/home-manager/programs.radio-cli.enable | Whether to enable radio-cli.
|
| options/nixos/services.hostapd.radios.<name>.wifi6.singleUserBeamformee | HE single user beamformee support
|
| options/nixos/services.hostapd.radios.<name>.wifi6.singleUserBeamformer | HE single user beamformer support
|
| options/nixos/services.hostapd.radios.<name>.wifi7.singleUserBeamformer | EHT single user beamformer support
|
| options/nixos/services.hostapd.radios.<name>.wifi7.singleUserBeamformee | EHT single user beamformee support
|
| options/nixos/services.hostapd.radios.<name>.wifi6.operatingChannelWidth | Determines the operating channel width for HE.
- "20or40": 20 or 40 MHz operating channel width
- "80": 80 MHz channel width
- "160": 160 MHz channel width
- "80+80": 80+80 MHz channel width
|
| options/nixos/services.hostapd.radios.<name>.wifi5.operatingChannelWidth | Determines the operating channel width for VHT.
- "20or40": 20 or 40 MHz operating channel width
- "80": 80 MHz channel width
- "160": 160 MHz channel width
- "80+80": 80+80 MHz channel width
|
| options/nixos/services.hostapd.radios.<name>.wifi7.operatingChannelWidth | Determines the operating channel width for EHT.
- "20or40": 20 or 40 MHz operating channel width
- "80": 80 MHz channel width
- "160": 160 MHz channel width
- "80+80": 80+80 MHz channel width
|
| options/nixos/services.hostapd.radios.<name>.wifi5.capabilities | VHT (Very High Throughput) capabilities given as a list of flags
|
| options/home-manager/programs.radio-cli.package | The radio-cli package to use.
|
| options/nixos/services.hostapd.radios.<name>.wifi4.capabilities | HT (High Throughput) capabilities given as a list of flags
|
| options/home-manager/programs.radio-active.settings | Declare-able configurations for radio-active written to
$XDG_CONFIG_HOME/radio-active/configs.ini.
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.dynamicConfigScripts | All of these scripts will be executed in lexicographical order before hostapd
is started, right after the bss segment was generated and may dynamically
append bss options to the generated configuration file
|
| options/home-manager/programs.radio-active.enable | Whether to enable Enable installing radio-active and writing configuration file.
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.ignoreBroadcastSsid | Send empty SSID in beacons and ignore probe request frames that do not
specify full SSID, i.e., require stations to know SSID
|
| options/home-manager/programs.radio-active.package | The radio-active package to use.
|
| options/home-manager/programs.radio-cli.settings | Configuration settings for radio-cli
|
| options/home-manager/programs.radio-active.aliases | Key/value pairs where the key is name of radio station and value is URL.
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saeAddToMacAllow | If set, all sae password entries that have a non-wildcard MAC associated to
them will additionally be used to populate the MAC allow list
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.mode | Selects the authentication mode for this AP.
- "none": Don't configure any authentication
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.wpaPskFile | Sets the password(s) for WPA-PSK
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.wpaPasswordFile | Sets the password for WPA-PSK
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saePasswords.*.id | If this attribute is given with non-zero length, it will set the password identifier
for this entry
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saePasswords.*.pk | If this attribute is given, SAE-PK will be enabled for this connection
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saePasswords.*.mac | If this attribute is not included, or if is set to the wildcard address (ff:ff:ff:ff:ff:ff),
the entry is available for any station (client) to use
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.wpaPassword | Sets the password for WPA-PSK that will be converted to the pre-shared key
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saePasswords | Sets allowed passwords for WPA3-SAE
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saePasswords.*.vlanid | If this attribute is given, all clients using this entry will get tagged with the given VLAN ID.
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saePasswordsFile | Sets the password for WPA3-SAE
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.pairwiseCiphers | Set of accepted cipher suites (encryption algorithms) for pairwise keys (unicast packets)
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saePasswords.*.password | The password for this entry
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.saePasswords.*.passwordFile | The password for this entry, read from the given file when starting hostapd
|
| options/home-manager/programs.pyradio.stations.*.url | Stream URL of the radio station.
|
| options/home-manager/programs.pyradio.stations.*.name | Display name of the radio station.
|
| options/home-manager/programs.pyradio.stations | Radio stations to add to the stations.csv file
|
| options/nixos/services.hostapd.radios.<name>.networks.<name>.authentication.enableRecommendedPairwiseCiphers | Additionally enable the recommended set of pairwise ciphers
|
| options/nixos/services.i2pd.bandwidth | Set a router bandwidth limit integer in KBps
|
| options/nixos/services.murmur.bandwidth | Maximum bandwidth (in bits per second) that clients may send
speech at.
|
| options/home-manager/programs.pyradio.enable | Whether to enable pyradio.
|
| options/home-manager/programs.pyradio.package | The pyradio package to use.
|
| options/nixos/programs.bandwhich.enable | Whether to add bandwhich to the global environment and configure a
setcap wrapper for it.
|
| options/nixos/hardware.infiniband.guids | A list of infiniband port guids on the system
|
| options/nixos/hardware.infiniband.enable | Whether to enable Infiniband support.
|
| options/home-manager/programs.pyradio.settings | Options to add to the PyRadio config file
|
| options/home-manager/launchd.agents.<name>.config.AbandonProcessGroup | When a job dies, launchd kills any remaining processes with the same process group ID as the job
|
| options/nixos/services.vwifi.module.numRadios | The number of virtual radio interfaces to create.
|
| options/nixos/services.umurmur.settings.max_bandwidth | Maximum bandwidth (in bits per second) that clients may send
speech at.
|
| options/nixos/services.sabnzbd.settings.misc.bandwidth_max | Maximum bandwidth in bytes(!)/sec (supports prefixes)
|
| options/darwin/launchd.agents.<name>.serviceConfig.AbandonProcessGroup | When a job dies, launchd kills any remaining processes with the same process group ID as the job
|
| options/nixos/services.sabnzbd.settings.misc.bandwidth_perc | Percentage of bandwidth_max that sabnzbd is allowed to use.
0 means no limit.
|
| options/darwin/launchd.user.agents.<name>.serviceConfig.AbandonProcessGroup | When a job dies, launchd kills any remaining processes with the same process group ID as the job
|
| options/nixos/services.vwifi.module.macPrefix | The prefix for MAC addresses to use, without the trailing ':'
|
| options/darwin/launchd.daemons.<name>.serviceConfig.AbandonProcessGroup | When a job dies, launchd kills any remaining processes with the same process group ID as the job
|
| options/nixos/boot.initrd.network.ssh.ignoreEmptyHostKeys | Allow leaving config.boot.initrd.network.ssh.hostKeys empty,
to deploy ssh host keys out of band.
|
| options/nixos/services.system76-scheduler.settings.cfsProfiles.default.bandwidth-size | sched_cfs_bandwidth_slice_us.
|
| options/nixos/services.system76-scheduler.settings.cfsProfiles.responsive.bandwidth-size | sched_cfs_bandwidth_slice_us.
|
| options/nixos/services.opencloud.environmentFile | An environment file as defined in systemd.exec(5)
|
| packages/nixpkgs/amrwb | AMR Wide-Band Codec |
| packages/nixpkgs/amrnb | AMR Narrow-Band Codec |
| packages/nixpkgs/welle-io | DAB/DAB+ Software Radio |
| packages/nixpkgs/tlf | Advanced ham radio logging and contest program |
| packages/nixpkgs/mpb | MIT Photonic-Bands: computation of photonic band structures in periodic media |
| packages/nixpkgs/gqrx | Software defined radio (SDR) receiver |
| packages/nixpkgs/grig | Simple Ham Radio control (CAT) program based on Hamlib |
| packages/nixpkgs/sdr-j-fm | SDR based FM radio receiver software |
| packages/nixpkgs/tuner | App to discover and play internet radio stations |
| packages/nixpkgs/nrsc5 | HD-Radio decoder for RTL-SDR |
| packages/nixpkgs/gqrx-gr-audio | Software defined radio (SDR) receiver |
| packages/nixpkgs/dduper | Fast block-level out-of-band BTRFS deduplication tool |
| packages/nixpkgs/uhd | USRP Hardware Driver (for Software Defined Radio) |
| packages/nixpkgs/ax25-apps | AX.25 ham radio applications |
| packages/nixpkgs/cqrlog | Linux logging program for amateur radio operators |
| packages/nixpkgs/uhdMinimal | USRP Hardware Driver (for Software Defined Radio) |
| packages/nixpkgs/ctune | Nice terminal nCurses (tui) internet radio player for Linux, browse and search from api.radio-browser.info |
| packages/nixpkgs/fire | Multi-band distortion plugin by Wings |
| packages/nixpkgs/srsran | Open-source 4G and 5G software radio suite |
| packages/nixpkgs/xlog | Amateur radio logging program |
| packages/nixpkgs/pithos | Pandora Internet Radio player for GNOME |
| packages/nixpkgs/qlog | Amateur radio logbook software |
| packages/nixpkgs/urh | Universal Radio Hacker: investigate wireless protocols like a boss |
| packages/nixpkgs/abpoa | SIMD-based C library for fast partial order alignment using adaptive band |
| packages/nixpkgs/fil-plugins | Four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed |
| packages/nixpkgs/trunk-recorder | Record calls from trunked radio systems |
| packages/nixpkgs/undercut-f1 | Open-source F1 Live Timing TUI client with replay, driver tracker and team-radio transcription |
| packages/nixpkgs/js8call | Weak-signal keyboard messaging for amateur radio |
| packages/nixpkgs/csdr | Simple DSP library and command-line tool for Software Defined Radio |
| packages/nixpkgs/xawtv | TV application for Linux with apps and tools such as a teletext browser |
| packages/nixpkgs/gqrx-portaudio | Software defined radio (SDR) receiver |
| packages/nixpkgs/wsjtx | Weak-signal digital communication modes for amateur radio |
| packages/nixpkgs/chirp | Free, open-source tool for programming your amateur radio |
| packages/nixpkgs/freedv | Digital voice for HF radio |
| packages/nixpkgs/talosctl | CLI for out-of-band management of Kubernetes nodes created by Talos |
| packages/nixpkgs/melmatcheq-lv2 | Profiling EQ using a 26 step Mel Frequency Band |
| packages/nixpkgs/musicpod | Music, radio, television and podcast player |
| packages/nixpkgs/dabtools | Commandline tools for DAB and DAB+ digital radio broadcasts |
| packages/nixpkgs/hamlib | Runtime library to control radio transceivers and receivers |
| packages/nixpkgs/hamlib_3 | Runtime library to control radio transceivers and receivers |
| packages/nixpkgs/goodvibes | Lightweight internet radio player |
| packages/nixpkgs/performous | Karaoke, band and dancing game |
| packages/nixpkgs/shortwave | Find and listen to internet radio stations |
| packages/nixpkgs/quadrafuzz | Multi-band fuzz distortion plugin |
| packages/nixpkgs/cubicsdr | Software Defined Radio application |
| packages/nixpkgs/sdrangel | Software defined radio (SDR) software |
| packages/nixpkgs/hamlib_4 | Runtime library to control radio transceivers and receivers |
| packages/nixpkgs/openwebrx | Simple DSP library and command-line tool for Software Defined Radio |
| packages/nixpkgs/kappanhang | Remote control for Icom radio transceivers |
| packages/nixpkgs/ardopc | ARDOP (Amateur Radio Digital Open Protocol) TNC implementation by John Wiseman (GM8BPQ) |
| packages/nixpkgs/wavelog | Webbased Amateur Radio Logging Software |
| packages/nixpkgs/galario | GPU Accelerated Library for Analysing Radio Interferometer Observations |
| packages/nixpkgs/abracadabra | DAB/DAB+ radio application |
| packages/nixpkgs/gridtracker | Amateur radio companion to WSJT-X or JTDX |
| packages/nixpkgs/rustplayer | Local audio player and network m3u8 radio player using a terminal interface |
| packages/nixpkgs/soapyaudio | SoapySDR plugin for amateur radio and audio devices |
| packages/nixpkgs/cloudlog | Web based amateur radio logging application built using PHP & MySQL |
| packages/nixpkgs/gridtracker2 | Warehouse of amateur radio information |
| packages/nixpkgs/hamtransfer | Tool for transferring files over amateur radio using modern techniques |
| packages/nixpkgs/master_me | Automatic mastering plugin for live streaming, podcasts and internet radio |
| packages/nixpkgs/casacore | Suite of C++ libraries for radio astronomy data processing |
| packages/nixpkgs/prometheus-rtl_433-exporter | Prometheus time-series DB exporter for rtl_433 433MHz radio packet decoder |
| packages/nixpkgs/soundmodem | Audio based modem for ham radio supporting ax.25 |
| packages/nixpkgs/fltk | C++ cross-platform lightweight GUI library |
| packages/nixpkgs/botamusique | Bot to play youtube / soundcloud / radio / local music on Mumble |
| packages/nixpkgs/get_iplayer | Downloads TV and radio programmes from BBC iPlayer and BBC Sounds |
| packages/nixpkgs/rtl_fm_streamer | Turns your Realtek RTL2832 based DVB dongle into a FM radio stereo receiver |
| packages/nixpkgs/fltk_1_4 | C++ cross-platform lightweight GUI library |
| packages/nixpkgs/python313Packages.rfcat | Swiss Army knife of sub-GHz ISM band radio |
| packages/nixpkgs/python314Packages.rfcat | Swiss Army knife of sub-GHz ISM band radio |
| packages/nixpkgs/python312Packages.rfcat | Swiss Army knife of sub-GHz ISM band radio |
| packages/nixpkgs/gnuradioPackages.gr-difi | GNU Radio Digital Intermediate Frequency Interoperability (DIFI) Out of Tree Module |
| packages/nixpkgs/gnuradioPackages.bladeRF | GNU Radio source and sink blocks for bladeRF devices |
| packages/nixpkgs/gnuradioPackages.lora_sdr | Fully-functional GNU Radio software-defined radio (SDR) implementation of a LoRa transceiver |
| packages/nixpkgs/gnuradioPackages.fosphor | GNU Radio block for RTSA-like spectrum visualization using OpenCL and OpenGL acceleration |
| packages/nixpkgs/gnuradioPackages.osmosdr | Gnuradio block for OsmoSDR and rtl-sdr |
| packages/nixpkgs/typstPackages.energy-dia | Create atomic, molecular, and band structure energy diagrams |
| packages/nixpkgs/haskellPackages.sdr | A software defined radio library |
| packages/nixpkgs/kodiPackages.raiplay | Live radio and TV channels, latest 7 days of programming, broadcast archive, news |
| packages/nixpkgs/gnomeExtensions.herkul | Prayer times based on Diyanet.gov.tr's schedule and Herkul Radio https://herkul.org/ streaming from RadioKing |
| packages/nixpkgs/typstPackages.energy-dia_0_1_0 | Create atomic, molecular, and band structure energy diagrams |
| packages/nixpkgs/ocamlPackages.lastfm | OCaml API to lastfm radio and audioscrobbler |
| packages/nixpkgs/ocamlPackages_latest.lastfm | OCaml API to lastfm radio and audioscrobbler |
| packages/nixpkgs/python313Packages.pyric | Python Radio Interface Controller |
| packages/nixpkgs/python314Packages.pyric | Python Radio Interface Controller |
| packages/nixpkgs/python313Packages.digi-xbee | Python library to interact with Digi International's XBee radio frequency modules |
| packages/nixpkgs/python314Packages.digi-xbee | Python library to interact with Digi International's XBee radio frequency modules |
| packages/nixpkgs/haskellPackages.dtab | Harmonix (Guitar Hero, Rock Band) DTA/DTB metadata library |
| packages/nixpkgs/python312Packages.pyric | Python Radio Interface Controller |
| packages/nixpkgs/python313Packages.seekpath | Module to obtain and visualize band paths in the Brillouin zone of crystal structures |
| packages/nixpkgs/python314Packages.seekpath | Module to obtain and visualize band paths in the Brillouin zone of crystal structures |
| packages/nixpkgs/python312Packages.pyabpoa | SIMD-based C library for fast partial order alignment using adaptive band |
| packages/nixpkgs/python313Packages.pyabpoa | SIMD-based C library for fast partial order alignment using adaptive band |
| packages/nixpkgs/python314Packages.pyabpoa | SIMD-based C library for fast partial order alignment using adaptive band |
| packages/nixpkgs/python312Packages.digi-xbee | Python library to interact with Digi International's XBee radio frequency modules |
| packages/nixpkgs/python312Packages.seekpath | Module to obtain and visualize band paths in the Brillouin zone of crystal structures |
| packages/nixpkgs/python313Packages.boltztrap2 | Band-structure interpolator and transport coefficient calculator |
| packages/nixpkgs/python314Packages.boltztrap2 | Band-structure interpolator and transport coefficient calculator |
| packages/nixpkgs/python312Packages.boltztrap2 | Band-structure interpolator and transport coefficient calculator |
| packages/nixpkgs/python312Packages.galario | GPU Accelerated Library for Analysing Radio Interferometer Observations |
| packages/nixpkgs/python313Packages.galario | GPU Accelerated Library for Analysing Radio Interferometer Observations |
| packages/nixpkgs/python314Packages.galario | GPU Accelerated Library for Analysing Radio Interferometer Observations |
| packages/nixpkgs/python313Packages.radios | Asynchronous Python client for the Radio Browser API |
| packages/nixpkgs/python314Packages.radios | Asynchronous Python client for the Radio Browser API |
| packages/nixpkgs/python312Packages.radios | Asynchronous Python client for the Radio Browser API |
| packages/nixpkgs/emacsPackages.emms-player-mpv-jp-radios | |
| packages/nixpkgs/python313Packages.pyradios | Python client for the https://api.radio-browser.info |
| packages/nixpkgs/python314Packages.pyradios | Python client for the https://api.radio-browser.info |
| packages/nixpkgs/python312Packages.pyradios | Python client for the https://api.radio-browser.info |
| packages/nixpkgs/emacsPackages.radio | |
| packages/nixpkgs/radio-cli | Simple radio CLI written in rust |
| packages/nixpkgs/python313Packages.radio-beam | Tools for Beam IO and Manipulation |
| packages/nixpkgs/python314Packages.radio-beam | Tools for Beam IO and Manipulation |
| packages/nixpkgs/radio-active | Play any radios from around the globe right from the terminal |
| packages/nixpkgs/gnomeExtensions.radio-kayra | A tray radio extension to listen, search and manage radio stations, Youtube videos |
| packages/nixpkgs/python312Packages.radio-beam | Tools for Beam IO and Manipulation |
| packages/nixpkgs/gnomeExtensions.live-radio | Listen to live radio stations directly from the GNOME Shell panel |
| packages/nixpkgs/gnomeExtensions.yet-another-radio | Discover and listen to your favorite internet radio stations using the community driven radio-browser.info API. |
| packages/nixpkgs/gnomeExtensions.somafm-internet-radio | Listen to SomaFm free internet radio in your GNOME desktop |
| packages/nixpkgs/rPackages.bandit | |
| packages/nixpkgs/rPackages.bandle | |
| packages/nixpkgs/rPackages.FMradio | |
| packages/nixpkgs/bandit | Security oriented static analyser for python code |
| packages/nixpkgs/pyradio | Curses based internet radio player |
| packages/nixpkgs/emacsPackages.eradio | |
| packages/nixpkgs/gnomeExtensions.the-indie-beat-fediverse-radio | Stream The Indie Beat Radio - independent music from artists in the Fediverse. |
| packages/nixpkgs/python313Packages.bandit | Security oriented static analyser for python code |
| packages/nixpkgs/python314Packages.bandit | Security oriented static analyser for python code |
| packages/nixpkgs/rPackages.optband | |
| packages/nixpkgs/rPackages.isoband | |
| packages/nixpkgs/rPackages.varband | |
| packages/nixpkgs/rPackages.banditsCI | |
| packages/nixpkgs/python313Packages.gradio | Python library for easily interacting with trained machine learning models |
| packages/nixpkgs/python314Packages.gradio | Python library for easily interacting with trained machine learning models |
| packages/nixpkgs/python313Packages.gradio-pdf | Python library for easily interacting with trained machine learning models |
| packages/nixpkgs/python314Packages.gradio-pdf | Python library for easily interacting with trained machine learning models |
| packages/nixpkgs/rPackages.deadband | |
| packages/nixpkgs/rPackages.bandsfdp | |
| packages/nixpkgs/rPackages.hierband | |
| packages/nixpkgs/rPackages.waveband | |
| packages/nixpkgs/angband | Single-player roguelike dungeon exploration game |
| packages/nixpkgs/python312Packages.bandit | Security oriented static analyser for python code |
| packages/nixpkgs/python312Packages.gradio | Python library for easily interacting with trained machine learning models |
| packages/nixpkgs/rocmPackages.rocm-bandwidth-test | Bandwidth test for AMD GPUs supported by ROCm |
| packages/nixpkgs/radioboat | Terminal web radio client |
| packages/nixpkgs/python313Packages.gradio-client | Lightweight library to use any Gradio app as an API |
| packages/nixpkgs/python314Packages.gradio-client | Lightweight library to use any Gradio app as an API |
| packages/nixpkgs/python312Packages.gradio-pdf | Python library for easily interacting with trained machine learning models |
| packages/nixpkgs/radiotray-ng | Internet radio player for linux |
| packages/nixpkgs/rPackages.bandicoot | |
| packages/nixpkgs/rPackages.banditpam | |
| packages/nixpkgs/rPackages.multiband | |
| packages/nixpkgs/rPackages.warabandi | |
| packages/nixpkgs/python313Packages.bandcamp-api | Obtains information from bandcamp.com |
| packages/nixpkgs/python314Packages.bandcamp-api | Obtains information from bandcamp.com |
| packages/nixpkgs/mopidyPackages.mopidy-bandcamp | Mopidy extension for playing music from bandcamp |
| packages/nixpkgs/haskellPackages.rubberband | Binding to the C++ audio stretching library Rubber Band |
| packages/nixpkgs/gnuradioMinimal | Software Defined Radio (SDR) software |
| packages/nixpkgs/haskellPackages.hmatrix-banded | HMatrix interface to LAPACK functions for banded matrices |
| packages/nixpkgs/python312Packages.gradio-client | Lightweight library to use any Gradio app as an API |
| packages/nixpkgs/kodiPackages.radioparadise | Radio Paradise addon for Kodi |
| packages/nixpkgs/python312Packages.bandcamp-api | Obtains information from bandcamp.com |
| packages/nixpkgs/gnuradio | Software Defined Radio (SDR) software |
| packages/nixpkgs/curseradio | Command line radio player |
| packages/nixpkgs/bandwidth | Artificial benchmark for identifying weaknesses in the memory subsystem |
| packages/nixpkgs/python313Packages.radiotherm | Python library for Wifi Radiothermostat |
| packages/nixpkgs/python314Packages.radiotherm | Python library for Wifi Radiothermostat |
| packages/nixpkgs/bandwhich | CLI utility for displaying current network utilization |
| packages/nixpkgs/rPackages.funbootband | |
| packages/nixpkgs/mopidy-bandcamp | Mopidy extension for playing music from bandcamp |
| packages/nixpkgs/emacsPackages.org-radiobutton | |
| packages/nixpkgs/python312Packages.radiotherm | Python library for Wifi Radiothermostat |
| packages/nixpkgs/python313Packages.pyradiomics | Extraction of Radiomics features from 2D and 3D images and binary masks |
| packages/nixpkgs/python314Packages.pyradiomics | Extraction of Radiomics features from 2D and 3D images and binary masks |
| packages/nixpkgs/qradiolink | SDR transceiver application for analog and digital modes |
| packages/nixpkgs/python312Packages.pyradiomics | Extraction of Radiomics features from 2D and 3D images and binary masks |
| packages/nixpkgs/rPackages.mlr3hyperband | |
| packages/nixpkgs/home-assistant-component-tests.radio_browser | Open source home automation that puts local control and privacy first |
| packages/nixpkgs/rubberband | High quality software library for audio time-stretching and pitch-shifting |
| packages/nixpkgs/home-assistant-component-tests.radiotherm | Open source home automation that puts local control and privacy first |
| packages/nixpkgs/rPackages.photobiologyWavebands | |
| packages/nixpkgs/rPackages.calibrationband | |
| packages/nixpkgs/gnomeExtensions.bandera-keyboard-layout-indicator | Shows the current keyboard layout as a country flag in the top panel |
| packages/nixpkgs/mobile-broadband-provider-info | Mobile broadband service provider database |
| packages/nixpkgs/haskellPackages.bronyradiogermany-common | Common types and URIs for the BronyRadioGermany API bindings |
| packages/nixpkgs/home-assistant-component-tests.aussie_broadband | Open source home automation that puts local control and privacy first |
| packages/nixpkgs/haskellPackages.bronyradiogermany-streaming | Streaming interface for the BronyRadioGermany API |
| packages/nixpkgs/breitbandmessung | Broadband internet speed test app from the german Bundesnetzagentur |
| packages/nixpkgs/bandcamp-collection-downloader | Tool to automatically download purchased music from bandcamp |
| packages/nur/Dev380.wisdom-tree | TUI concentration app with features like pomodoro timer, YouTube music player, Lo-fi radio. |
| packages/nur/bandithedoge.maim-bin | Audio plugin for custom MP3 distortion and digital glitches |
| packages/nur/bandithedoge.tonez | Free cross-platform polyphonic synthesizer |
| packages/nur/bandithedoge.giada | An open source, minimalistic and hardcore music production tool |
| packages/nur/bandithedoge.sg-323 | Ursa Major Stargate 323 reverb emulation |
| packages/nur/bandithedoge.hera | Juno 60 emulation synthesizer |
| packages/nur/bandithedoge.ysfx | Hosting library for JSFX |
| packages/nur/bandithedoge.lamb | A lookahead compressor/limiter that's soft as a lamb |
| packages/nur/bandithedoge.hise | The open source toolkit for building virtual instruments and audio effects |
| packages/nur/bandithedoge.aida-x | An Amp Model Player leveraging AI |
| packages/nur/bandithedoge.digits-bin | An advanced phase distortion synthesizer |
| packages/nur/bandithedoge.mxtune-bin | Pitch correction plugin for VST |
| packages/nur/bandithedoge.helion-bin | A modern fast paced Doom FPS engine |
| packages/nur/bandithedoge.kiwmi | A fully programmable Wayland Compositor |
| packages/nur/bandithedoge.bitdos-bin | A bit-inverting industrial distortion plugin with VST3/LV2 |
| packages/nur/bandithedoge.umu | Unified Linux Wine Game Launcher |
| packages/nur/bandithedoge.satty | |
| packages/nur/bandithedoge.thorium-bin | Chromium fork named after radioactive element No. 90 |
| packages/nur/bandithedoge.deemix-gui-bin | An electron app that wraps deemix-webui and lets you use the deemix-js library |
| packages/nur/bandithedoge.js80p | A MIDI driven, performance oriented, versatile, free and open source synthesizer VST plugin |
| packages/nur/bandithedoge.blocks | User friendly cross platform modular synth |
| packages/nur/bandithedoge.zrythm | A highly automated and intuitive digital audio workstation |
| packages/nur/bandithedoge.luakit | Fast, small, webkit based browser framework extensible by Lua. |
| packages/nur/bandithedoge.lv2vst | experimental LV2 to VST2.x wrapper |
| packages/nur/bandithedoge.panacea-bin | Panacea is an autopan audio effect plugin with the possibility of humanization |
| packages/nur/bandithedoge.sgdboop-bin | A program used for applying custom artwork to Steam, using SteamGridDB |
| packages/nur/bandithedoge.curl-gnutls3 | libcurl with libcurl3 symbols |
| packages/nur/bandithedoge.powertab | View and edit guitar tablature. |
| packages/nur/bandithedoge.hvcc | The heavy hvcc compiler for Pure Data patches |
| packages/nur/bandithedoge.onagre | A general purpose application launcher for X and wayland inspired by rofi/wofi and alfred |
| packages/nur/bandithedoge.musique | A finely crafted music player |
| packages/nur/bandithedoge.ildaeil | mini-plugin host as plugin |
| packages/nur/bandithedoge.winegui | A user-friendly WINE manager |
| packages/nur/bandithedoge.waterfox-bin | Fast and Private Web Browser |
| packages/nur/bandithedoge.actuate | Synthesizer, Sampler, Granulizer written in Rust with Nih-Plug and egui |
| packages/nur/bandithedoge.clap-info | A tool to show information about a CLAP plugin on the command line |
| packages/nur/bandithedoge.symbols-nerd-font | Just the Nerd Font icons, i.e Symbol font only |
| packages/nur/bandithedoge.mesonlsp-bin | An unofficial, unendorsed language server for meson written in C++. |
| packages/nur/bandithedoge.showmidi-bin | Multi-platform GUI application to effortlessly visualize MIDI activity |
| packages/nur/bandithedoge.dpf-plugins | Collection of DPF-based plugins for packaging |
| packages/nur/bandithedoge.guitarix-vst-bin | guitarix vst3 wrapper for linux |
| packages/nur/bandithedoge.octasine | Frequency modulation synthesizer plugin (VST2, CLAP). |
| packages/nur/bandithedoge.cardinal | Virtual modular synthesizer plugin |
| packages/nur/bandithedoge.keepmenu | Dmenu/Rofi frontend for Keepass databases |
| packages/nur/bandithedoge.geonkick | A free software percussive synthesizer |
| packages/nur/bandithedoge.charlatan | Charlatan is a virtual analog (VA) synthesizer with focus on sound quality and easy usability |
| packages/nur/bandithedoge.vgmtrans | A tool to convert proprietary, sequenced videogame music to industry-standard formats |
| packages/nur/bandithedoge.distrho-ports | Linux audio plugins and LV2 ports |
| packages/nur/bandithedoge.cantata | Qt Graphical MPD Client (nullobsi fork) |
| packages/nur/bandithedoge.just-a-sample-bin | Just a Sample is a modern, open-source audio sampler |
| packages/nur/bandithedoge.firefly-synth | Semi-modular synthesizer and FX plugin for Windows, Linux and Mac, VST3 and CLAP |
| packages/nur/bandithedoge.dsp56300 | Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs (osirus, ostirus, vavra, xenia, nodalred2x) |
| packages/nur/bandithedoge.peakeater-bin | PeakEater is a free open-source cross-platform VST3/AU/LV2/CLAP wave shaper plugin |
| packages/nur/bandithedoge.audible-planets-bin | An expressive, quasi-Ptolemaic semi-modular synthesizer |
| packages/nur/bandithedoge.rnnoise-plugin | Noise suppression plugin based on Xiph's RNNoise |
| packages/nur/bandithedoge.cinelerra-gg-bin | Cinelerra GG Infinity is a free and open source video editing software for Linux |
| packages/nur/bandithedoge.modstems | Dumps "stems" from module files using libopenmpt |
| packages/nur/bandithedoge.protrekkr | A fork of ProTrekkr, now with linux JACK Audio support |
| packages/nur/bandithedoge.squeezer-bin | Flexible general-purpose audio compressor with a touch of citrus |
| packages/nur/bandithedoge.basiliskii-bin | 68k Macintosh emulator |
| packages/nur/bandithedoge.schrammel-ojd | Audio plugin model of a modern classic guitar overdrive Pedal |
| packages/nur/bandithedoge.microbiome-bin | A delay-based audio effects plugin |
| packages/nur/bandithedoge.roomreverb | Room Reverb is a mono/stereo to stereo algorithmic reverb audio plugin with many presets that lets you add reverberation to your recordings in your DAW |
| packages/nur/bandithedoge.destruqtor | destruqtor is a companding distortion/saturation/exciter plugin |
| packages/nur/bandithedoge.sheepshaver-bin | A MacOS run-time environment for BeOS and Linux that allows you to run classic MacOS applications inside the BeOS/Linux multitasking environment |
| packages/nur/bandithedoge.propertree | Cross platform GUI plist editor written in python. |
| packages/nur/bandithedoge.cloudreverb | algorithmic reverb plugin based on CloudSeed |
| packages/nur/bandithedoge.fennel-language-server | Fennel language server protocol (LSP) support. |
| packages/nur/sikmir.linrad | Software defined radio receiver for x11 |
| packages/nur/sikmir.huami-token | Script to obtain watch or band bluetooth token from Huami servers |
| packages/nur/bandithedoge.misstrhortion | DPF port of Misstortion |
| packages/nur/bandithedoge.gnomedistort2 | Weird & brutal distortion VST plugin |
| packages/nur/sikmir.smallrx | amateur radio receiver in <100 code lines |
| packages/nur/bandithedoge.nimlangserver | The Nim language server implementation (based on nimsuggest) |
| packages/nur/bandithedoge.airwindows-consolidated | Airwindows, Consolidated into a single DAW Plugin |
| packages/nur/sikmir.gqrx-scanner | A frequency scanner for Gqrx Software Defined Radio receiver |
| packages/nur/forkprince.re-lunatic-player | A Gensokyo Radio player with easy song info, continuing the Lunatic Player project. |
| packages/nur/ihaveamac.themethod3 | Tool for decrypting all mogg files used by the Rock Band series |
| packages/nur/rycee.firefox-addons.fake-filler | A form filler that fills all form inputs (textboxes, textareas, radio buttons, dropdowns, etc.) with fake and randomly generated data |
| packages/nur/sikmir.miband4 | Access Xiaomi MiBand 4 from Linux using Bluetooth LE |
| packages/nur/wamserma.bandit | Security oriented static analyser for python code |
| packages/nur/sikmir.radiolib | Universal wireless communication library for embedded devices |
| packages/nur/sikmir.rtlsdr-airband | Multichannel AM/NFM demodulator |
| packages/nur/rycee.firefox-addons.bandcamp-player-volume-control | It's a volume control for Bandcamp audio player |