diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-23 22:30:40 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-23 22:30:55 +0700 |
commit | 7e4325ed5d1f3777fc19e1ebb2f6fad2fb7c1182 (patch) | |
tree | 2076c30da37a1f63b3b01f90fc9d10d9585c0a43 /content/projects/palace.md | |
parent | 2f7bf859ff144e629be0868384a6c9a73270e1b5 (diff) | |
download | blog-7e4325ed5d1f3777fc19e1ebb2f6fad2fb7c1182.tar.gz |
Rename works folder to projects for generalization
Diffstat (limited to 'content/projects/palace.md')
-rw-r--r-- | content/projects/palace.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/content/projects/palace.md b/content/projects/palace.md new file mode 100644 index 0000000..88a88e3 --- /dev/null +++ b/content/projects/palace.md @@ -0,0 +1,24 @@ +--- +title: Palace +language: en +translationKey: works-palace +disable_feed: true +layout: project +name: Palace +author: cnx +authorURL: https://cnx.srht.site +projectURL: https://git.sr.ht/~cnx/palace +projectStatus: stagnant +--- + +*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 |