Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-openal-soft
https://github.com/pkgstore-old/linux-rpm-openal-soft
linux openal openal-soft pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-openal-soft
- Owner: pkgstore-old
- License: lgpl-2.1
- Created: 2021-07-14T07:24:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T11:52:59.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:36.990Z (11 months ago)
- Topics: linux, openal, openal-soft, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Size: 977 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# OpenAL Soft
**OpenAL Soft** is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.
OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/openal-soft
$ dnf install -y openal-soft
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y openal-soft
```## Remove
```
$ dnf erase -y openal-soft
$ dnf copr remove pkgstore/openal-soft
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/openal-soft).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/openal-soft) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.