blob: 88144d908f32fb21799f4fd892b504f5601db6af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
---
title: Palace
language: en
translationKey: projects-palace
disable_feed: true
layout: project
name: Palace
author: cnx
authorURL: https://cnx.srht.site
maintainers:
- name: cnx
URL: https://cnx.srht.site
projectURL: https://git.sr.ht/~cnx/palace
projectStatus: stagnant
categories: ["software", "library", "audio"]
tags: ["python", "3d", "3d audio"]
---
*Palace* is a 3D audio library in Python. It is a wrapper around
OpenAL for Python, expecting to provide developers with modern and intuitive
utilities for audio processing.
See demo in the video below (or see it on [my Peertube][palace-demo]):
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" sandbox="allow-same-origin allow-scripts allow-popups" src="https://video.ploud.fr/videos/embed/e68c43ca-f4bd-4af6-840f-1405e6163735?subtitle=en" title="Palace demo" allowfullscreen></iframe>
</div>
[palace-demo]: https://video.ploud.fr/videos/embed/e68c43ca-f4bd-4af6-840f-1405e6163735
|