Downloads:
2,764
Downloads of v 1.1:
2,764
Last Update:
19 Apr 2018
Package Maintainer(s):
Software Author(s):
- PulseAudio
Tags:
pulse audio server- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PulseAudio
- 1
- 2
- 3
1.1 | Updated: 19 Apr 2018
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,764
Downloads of v 1.1:
2,764
Maintainer(s):
Software Author(s):
- PulseAudio
PulseAudio 1.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by PulseAudio. The inclusion of PulseAudio trademark(s), if any, upon this webpage is solely to identify PulseAudio goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PulseAudio, run the following command from the command line or from PowerShell:
To upgrade PulseAudio, run the following command from the command line or from PowerShell:
To uninstall PulseAudio, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pulseaudio --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pulseaudio -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pulseaudio -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pulseaudio
win_chocolatey:
name: pulseaudio
version: '1.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pulseaudio' do
action :install
source 'INTERNAL REPO URL'
version '1.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pulseaudio
{
Name = "pulseaudio"
Version = "1.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pulseaudio':
ensure => '1.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 20 Apr 2018.
PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server. PulseAudio is designed for Linux systems. It has also been ported to and tested on Solaris, FreeBSD, NetBSD, MacOS X, Windows 2000 and Windows XP.
This build for Windows is from version 1.1 and was compiled on 2011-10-25.
All PulseAudio source files are licensed under the GNU Lesser General Public
License. (see file LGPL for details)
However, the server side has optional GPL dependencies. These include the
libsamplerate (for core libraries) and bluez (for the bluetooth proximity helper
program) libraries, although others may also be included in the future. If
PulseAudio is compiled with these optional components, this effectively
downgrades the license of the server part to GPL (see file GPL for details),
exercising section 3 of the LGPL. In such circumstances, you should treat the
client library (libpulse) of PulseAudio as being LGPL licensed and the server
part (libpulsecore) as being GPL licensed. Since the PulseAudio daemon, tests,
various utilities/helpers and the modules link to libpulsecore and/or the
afore mentioned optional GPL dependencies they are of course also GPL licensed
also in this scenario.
Andre Adrian's echo cancellation implementation is licensed under a less
restrictive license - see src/modules/echo-cancel/adrian-license.txt for
details.
Some other files pulled into PA source (i.e. reference implementations that are
considered too small and stable to be considered as an external library) use the
more permissive MIT license. This include the device reservation DBus protocol
and realtime kit implementations.
Additionally, a more permissive Sun license is used for code that performs
u-law, A-law and linear PCM conversions.
While we attempt to provide a summary here, it is the ultimate responsibility of
the packager to ensure the components they use in their build of PulseAudio
meets their license requirements.
Copyright (C) DFS Deutsche Flugsicherung (2004). All Rights Reserved.
You are allowed to use this source code in any open source or closed
source software you want. You are allowed to use the algorithms for a
hardware solution. You are allowed to modify the source code.
You are not allowed to remove the name of the author from this memo or
from the source code files. You are not allowed to monopolize the
source code or the algorithms behind the source code as your
intellectual property. This source code is free of royalty and comes
with no warranty.
--- The following does not apply to the PulseAudio module ---
Please see g711/gen-lic.txt for the ITU-T G.711 codec copyright.
Please see gsm/gen-lic.txt for the ITU-T GSM codec copyright.
Please see ilbc/COPYRIGHT and ilbc/NOTICE for the IETF iLBC codec
copyright.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://www.freedesktop.org/wiki/Software/PulseAudio/Ports/Windows/Support/>
and can be verified by doing the following:
1. Go to
x32: http://bosmans.ch/pulseaudio/pulseaudio-1.1.zip
to download the installer.
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksumType: SHA256
checksum32: 51F04CD08E9FFA5500E91C399D527943B1CC79A5F7391B97CBB29FB3E529FD47
The files 'LICENSE.txt', 'GPL', 'LGPL', and 'src\modules\echo-cancel\adrian-license.txt' have been obtained from <https://freedesktop.org/software/pulseaudio/releases/pulseaudio-1.1.tar.gz>
md5: CCE02071D5FD15F212D9F6E3A44CDBA4 | sha1: E4B0E79220CA16C30A782514A40C303E93AE688C | sha256: 51F04CD08E9FFA5500E91C399D527943B1CC79A5F7391B97CBB29FB3E529FD47 | sha512: B6FF30C3CEF281BA9B55774E9C11E52F1576D6D81684FF2A11F37E648E854BC8A1D9340B78A26248CB5D0C34F68B69777599AECED65AE5ABA6AA49B77ACCE9FE
Log in or click on link to see number of positives.
- pulseaudio.1.1.nupkg (702ef4704bae) - ## / 62
- pulseaudio-1.1.zip (51f04cd08e9f) - ## / 60
- libcli.dll (9a1ccddd8617) - ## / 53
- libFLAC-8.dll (adc2e97c11f5) - ## / 42
- libintl-8.dll (3c035977d6e2) - ## / 62
- libjson-0.dll (9b67fee8bbdc) - ## / 61
- libltdl-7.dll (831d10b0c566) - ## / 55
- libogg-0.dll (72719e3dd5b6) - ## / 54
- liborc-0.4-0.dll (7b8201ba8d00) - ## / 53
- libpcre-0.dll (060a1c7a18fa) - ## / 56
- libpcreposix-0.dll (fb2aa94b4d50) - ## / 55
- libprotocol-cli.dll (96d0b205f822) - ## / 66
- libprotocol-esound.dll (7fb76210b42e) - ## / 45
- libprotocol-http.dll (73769cccfd4d) - ## / 46
- libprotocol-native.dll (625932555925) - ## / 66
- libprotocol-simple.dll (7994eced58e1) - ## / 46
- libpulse-0.dll (83be82f27cf8) - ## / 61
- libpulse-simple-0.dll (5b10c7c341b3) - ## / 55
- libpulsecommon-1.1.dll (7d821d7ea4c3) - ## / 66
- libpulsecore-1.1.dll (bb1243ca80e8) - ## / 65
- libsamplerate-0.dll (792882cf2772) - ## / 46
- libsndfile-1.dll (a60db8bb3fed) - ## / 66
- libspeex-1.dll (30e9f2c623ac) - ## / 66
- libspeexdsp-1.dll (ffc44735e506) - ## / 56
- libvorbis-0.dll (7910be559a18) - ## / 64
- libvorbisenc-2.dll (48b12fc4589e) - ## / 45
- libvorbisfile-3.dll (d4a7c8e97b72) - ## / 46
- pacat.exe (e4667a83968b) - ## / 46
- pactl.exe (aff22617a310) - ## / 46
- pamon.exe (9d110ae9a4dd) - ## / 46
- paplay.exe (ede23cb17977) - ## / 67
- parec.exe (3e9cb90c5529) - ## / 46
- parecord.exe (a0fc85328f2a) - ## / 45
- pulseaudio.exe (1d91ae121749) - ## / 57
- module-always-sink.dll (e16f4357ba7d) - ## / 46
- module-augment-properties.dll (8624b38ac7aa) - ## / 46
- module-card-restore.dll (0a2db59488b8) - ## / 44
- module-cli-protocol-tcp.dll (c28e1914b4b0) - ## / 46
- module-cli.dll (e6ca0d882d6e) - ## / 45
- module-combine-sink.dll (c80717f3e7a0) - ## / 46
- module-combine.dll (6458b100f800) - ## / 46
- module-cork-music-on-phone.dll (c82de3a58048) - ## / 61
- module-default-device-restore.dll (355aeb273659) - ## / 46
- module-detect.dll (613e486e7db3) - ## / 46
- module-device-manager.dll (8d057ed41513) - ## / 46
- module-device-restore.dll (deffaa8d7f0a) - ## / 46
- module-echo-cancel.dll (0a4eb8d74c38) - ## / 46
- module-esound-protocol-tcp.dll (a184c1f80e82) - ## / 54
- module-esound-sink.dll (402b44cb0e39) - ## / 46
- module-filter-apply.dll (31cd775dbdd5) - ## / 46
- module-filter-heuristics.dll (751a4f9c8cbe) - ## / 46
- module-http-protocol-tcp.dll (d3851e3706e0) - ## / 46
- module-intended-roles.dll (2cd5d262ce43) - ## / 46
- module-ladspa-sink.dll (f96e05782d4e) - ## / 45
- module-loopback.dll (7cc3966d1d26) - ## / 46
- module-match.dll (93111c2b561f) - ## / 46
- module-native-protocol-fd.dll (29e3eb25e39e) - ## / 46
- module-native-protocol-tcp.dll (6bb11e352465) - ## / 55
- module-null-sink.dll (d1816dbcd329) - ## / 61
- module-null-source.dll (c938f161c233) - ## / 46
- module-position-event-sounds.dll (219766d7c9b9) - ## / 46
- module-remap-sink.dll (7b4939852c83) - ## / 46
- module-rescue-streams.dll (769d158dcb0c) - ## / 46
- module-simple-protocol-tcp.dll (6bb3e3f366b2) - ## / 46
- module-sine-source.dll (544f793b85e6) - ## / 46
- module-sine.dll (1879493c2371) - ## / 46
- module-stream-restore.dll (0526364c6d7a) - ## / 62
- module-suspend-on-idle.dll (26a3ac48b148) - ## / 46
- module-switch-on-connect.dll (82dab41b39c0) - ## / 46
- module-tunnel-sink.dll (17a0208fc105) - ## / 46
- module-tunnel-source.dll (e113bd507472) - ## / 46
- module-virtual-sink.dll (380999e681c5) - ## / 46
- module-virtual-source.dll (ec048aa2b1a2) - ## / 46
- module-volume-restore.dll (e3a66d0cd28a) - ## / 46
- module-waveout.dll (19db0a7ef265) - ## / 42
- esdcompat.1.gz (b657729fd811) - ## / 45
- pacat.1.gz (e11a56dec3d9) - ## / 48
- pacmd.1.gz (5d35a7fbeccb) - ## / 46
- pactl.1.gz (7a989da4ed43) - ## / 45
- padsp.1.gz (8427f4000f0f) - ## / 46
- paplay.1.gz (12d4fc56aca0) - ## / 49
- pasuspender.1.gz (bdee8ca38c1e) - ## / 48
- pax11publish.1.gz (04ff0a55758f) - ## / 45
- pulseaudio.1.gz (ea4e9f11ca98) - ## / 45
- start-pulseaudio-kde.1.gz (ce7345143dad) - ## / 46
- start-pulseaudio-x11.1.gz (b3babf479165) - ## / 46
- default.pa.5.gz (3d3d1f0b5c0f) - ## / 46
- pulse-client.conf.5.gz (43aa727b79b2) - ## / 45
- pulse-daemon.conf.5.gz (82b578e6a5c1) - ## / 46
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
This package has no dependencies.
Ground Rules:
- This discussion is only about PulseAudio and the PulseAudio package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PulseAudio, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.