All Projects → pgaskin → pulseaudio-win32

pgaskin / pulseaudio-win32

Licence: MIT license
An up-to-date PulseAudio build for Windows with an installer, service, socket support, bug fixes, and new features.

Programming Languages

c
50402 projects - #5 most used programming language
Dockerfile
14818 projects
Inno Setup
370 projects
shell
77523 projects

Projects that are alternatives of or similar to pulseaudio-win32

Nsis
***This is just a mirror of https://sf.net/projects/nsis -- please report issues there*** NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
Stars: ✭ 244 (+542.11%)
Mutual labels:  installer
ego
Alter Ego: run Linux desktop applications under a different local user
Stars: ✭ 90 (+136.84%)
Mutual labels:  pulseaudio
nixos-installer
Combining the power of Nix, Guile & Elm to install NixOS
Stars: ✭ 14 (-63.16%)
Mutual labels:  installer
install
basic script for project installation
Stars: ✭ 17 (-55.26%)
Mutual labels:  installer
zray-installer
Zend Z-Ray Easy Installer for Laravel Homestead
Stars: ✭ 22 (-42.11%)
Mutual labels:  installer
fonos
Sonos-like multi-room audio setup for Raspberry Pi
Stars: ✭ 30 (-21.05%)
Mutual labels:  pulseaudio
Kubeadm
Aggregator for issues filed against kubeadm
Stars: ✭ 2,876 (+7468.42%)
Mutual labels:  installer
AppMan
A portable AppImage manager that installs, removes, updates and manages software (locally) like APT or Pacman do.
Stars: ✭ 36 (-5.26%)
Mutual labels:  installer
spotify-deb-install
MOVED: https://gitlab.com/q3aql/spotify-deb-install
Stars: ✭ 15 (-60.53%)
Mutual labels:  installer
gameshell-setup
Enhance your Gameshell 💪
Stars: ✭ 56 (+47.37%)
Mutual labels:  installer
BioInstaller
A comprehensive R package to construct interactive and reproducible biological data analysis applications based on the R platform
Stars: ✭ 52 (+36.84%)
Mutual labels:  installer
magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (+0%)
Mutual labels:  installer
libvisual
Libvisual Audio Visualization
Stars: ✭ 67 (+76.32%)
Mutual labels:  pulseaudio
Ghcup
DEPRECATED IN FAVOR OF haskell/ghcup-hs
Stars: ✭ 249 (+555.26%)
Mutual labels:  installer
v2ray-deb
v2ray debian/ubuntu安装包
Stars: ✭ 143 (+276.32%)
Mutual labels:  installer
Flutter installer
Flutter Installer is an installer for Flutter built with Flutter 💙😎✌
Stars: ✭ 234 (+515.79%)
Mutual labels:  installer
bt profile
BT Profile Switcher
Stars: ✭ 18 (-52.63%)
Mutual labels:  pulseaudio
setup-mingw
GitHub action to set up MinGW-w64
Stars: ✭ 51 (+34.21%)
Mutual labels:  mingw-w64
DownloadFullInstaller
macOS application written in SwiftUI that downloads installer pkgs for the Install macOS Big Sur application.
Stars: ✭ 678 (+1684.21%)
Mutual labels:  installer
simplyarch
The blazing fast ⚡ Arch Linux ⚡ installation script that puts you on control 🌟
Stars: ✭ 38 (+0%)
Mutual labels:  installer

pulseaudio-win32

An up-to-date PulseAudio build for Windows with an installer, service, and other improvements.

Features

  • Various fixes and improvements.
  • Standalone.
  • Optional installer.
  • Can run as a Windows Service.
  • Working pactl/pacat.
  • Working modules.
  • Working auto-connection to user and system instances.
  • Working unix sockets for both user and system instances on Windows 10.
  • HTML documentation.
  • Works on Windows 7 and later.

Limitations

  • There are still some hard-coded paths which don't automatically relocate to the installation directory. This mainly affects the documentation.
  • Locale files aren't currently included.

Building

mkdir -p ./build &&
docker build --tag pulseaudio-win32 --build-arg "PAW32_VERSION=$(echo "$(git describe --always --tags --dirty || echo unknown)" | sed -e "s/^v//g")" ./src &&
docker save pulseaudio-win32 |
tar -xOf - --wildcards '*/layer.tar' |
tar -xvf - -C ./build

Usage

See the website.

Notes

While this repository is licensed under the MIT license, the icon and build output is licensed under the LGPL like PulseAudio itself (the PulseAudio build isn't linked to GPL libraries).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].