diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-13 15:11:27 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-13 15:11:27 +0700 |
commit | e616d2e138e24a2e82bed74f75734acd80022d32 (patch) | |
tree | ed3f8f487c4c7c8bac1f18f55adc77d24fff8c3e /content/projects/palace.md | |
parent | d58a2d43f4f6ad626daf89597082b2a1e0dd209b (diff) | |
download | blog-e616d2e138e24a2e82bed74f75734acd80022d32.tar.gz |
Remove "projects" section
Since it's confusing and may be misleading, even with the disclaimer
Diffstat (limited to 'content/projects/palace.md')
-rw-r--r-- | content/projects/palace.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/content/projects/palace.md b/content/projects/palace.md deleted file mode 100644 index 88144d9..0000000 --- a/content/projects/palace.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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 |