-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoafx-released.html
More file actions
17 lines (17 loc) · 6.38 KB
/
foafx-released.html
File metadata and controls
17 lines (17 loc) · 6.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html><html lang="en-us"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>foafx released - STUDIO FOR RESEARCH IN SOUND & TECHNOLOGY</title><meta name="description" content="Version 1 of foafx has been released. foafx is a command line tool for applying spatially positioned audio effects to first…"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://sound.risd.edu/foafx-released.html"><link rel="amphtml" href="https://sound.risd.edu/amp/foafx-released.html"><link rel="alternate" type="application/atom+xml" href="https://sound.risd.edu/feed.xml"><link rel="alternate" type="application/json" href="https://sound.risd.edu/feed.json"><meta property="og:title" content="foafx released"><meta property="og:site_name" content="sound.risd.edu - STUDIO FOR RESEARCH IN SOUND & TECHNOLOGY"><meta property="og:description" content="Version 1 of foafx has been released. foafx is a command line tool for applying spatially positioned audio effects to first…"><meta property="og:url" content="https://sound.risd.edu/foafx-released.html"><meta property="og:type" content="article"><link rel="stylesheet" href="https://sound.risd.edu/assets/css/style.css?v=e7da2bc44b57a57fc9a961083731403e"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://sound.risd.edu/foafx-released.html"},"headline":"foafx released","datePublished":"2022-07-17T00:11","dateModified":"2022-07-17T00:21","description":"Version 1 of foafx has been released. foafx is a command line tool for applying spatially positioned audio effects to first…","author":{"@type":"Person","name":"shawn greenlee","url":"https://sound.risd.edu/authors/shawn-greenlee/"},"publisher":{"@type":"Organization","name":"shawn greenlee"}}</script></head><body><div class="container"><header class="header"><a href="https://sound.risd.edu/" class="logo">STUDIO FOR RESEARCH IN SOUND & TECHNOLOGY</a><nav class="navbar js-navbar"><button class="navbar__toggle js-toggle" aria-label="Menu">Menu</button><ul class="navbar__menu"><li><a href="https://sound.risd.edu/news/" target="_self">News</a></li><li class="has-submenu"><span class="is-separator" aria-haspopup="true">Info</span><ul class="navbar__submenu level-2" aria-hidden="true"><li><a href="https://sound.risd.edu/about.html" target="_self">About</a></li><li><a href="https://sound.risd.edu/array.html" target="_self">25.4 loudspeaker array</a></li><li><a href="https://sound.risd.edu/synthesizers.html" target="_self">Synthesizers</a></li><li><a href="https://sound.risd.edu/classroom.html" target="_self">Classroom support</a></li><li><a href="https://sound.risd.edu/software.html" target="_self">Software</a></li><li><a href="https://sound.risd.edu/booking-and-use.html" target="_self">Booking & use</a></li></ul></li><li><a href="https://sound.risd.edu/courses.html" target="_self">Courses</a></li></ul></nav></header><main class="main"><article class="post"><header class="post__inner post__header"><h1 class="post__title">foafx released</h1><div class="post__meta"><div class="post__meta__right"><time datetime="2022-07-17T00:11" class="post__date">July 17, 2022</time></div></div></header><div class="post__inner"><div class="post__entry"><p>Version 1 of <strong>foafx</strong> has been released. <strong> </strong></p><p><strong>foafx </strong>is a command line tool for applying spatially positioned audio effects to first order ambisonic sound files. It is written with <a href="https://www.elementary.audio/" target="_blank" rel="nofollow noopener noreferrer">Elementary</a>, a JavaScript framework for writing audio applications, and uses its <a href="https://www.elementary.audio/docs/packages/offline-renderer" target="_blank" rel="nofollow noopener noreferrer">offline-renderer</a> package.</p><p>During the Spring 2022 semester, our team worked with Nick Thompson from Elementary Audio to explore and prototype software tools for spatial audio.</p><p>The source code and additional information is available on GitHub at <a href="https://github.com/risdsound/foafx?utm_source=elemaudio&utm_medium=email&utm_campaign=introducing-foafx-spatial-audio-effects-in" target="_blank" rel="noopener noreferrer">https://github.com/risdsound/foafx</a>. The tool itself is available on the command line from <a href="https://www.npmjs.com/package/foafx" target="_blank" rel="noopener noreferrer">npm.</a></p><p>Install from your terminal and read the help files with the below commands:</p><div class="codehilite"><pre><code>npm install -g foafx
foafx --help
</code></pre></div><p> </p></div></div></article></main><footer class="footer"><div class="footer__left"><div class="footer__copy"><a href="https://instagram.com/risd_sound" target="_blank" rel="noopener"><img align="center" src="https://sound.risd.edu/media/files/instagram-icon.png" width="50" height="50"> </a> <a href="https://github.com/risdsound" target="_blank" rel="noopener"><img align="center" src="https://sound.risd.edu/media/files/github-icon.png" alt="github-logo" width="50" height="50"></a></div></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="https://sound.risd.edu/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script>window.publiiThemeMenuConfig = { mobileMenuMode: 'sidebar', animationSpeed: 300, submenuWidth: 240, doubleClickTime: 500, mobileMenuExpandableSubmenus: true, relatedContainerForOverlayMenuSelector: '.navbar', };</script><script defer="defer" src="https://sound.risd.edu/assets/js/scripts.min.js?v=abc27c3e08d71a131b1f492b23530a68"></script><script>function publiiDetectLoadedImages () {
var images = document.querySelectorAll('img[loading]:not(.is-loaded)');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
images[i].parentNode.classList.remove('is-img-loading');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
this.parentNode.classList.remove('is-img-loading');
}, false);
}
}
}
publiiDetectLoadedImages();</script></body></html>