sfxr: Difference between revisions
From Game Making Tools Wiki
(Created page with "{{ infobox_assetsoftware | title = sfxr | image = | release_date = 2007 | made_by = Tomas Pettersson | runs_on = Category:Linux<br>:Category:Ma...") |
(→Similar: ChipTone) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ infobox_assetsoftware | {{ infobox_assetsoftware | ||
| title = sfxr | | title = sfxr | ||
| | | screenshot = [[File:sfxr_screenshot.gif|220px|left]] | ||
| release_date = 2007 | | release_date = 2007 | ||
| made_by = Tomas Pettersson | | made_by = [https://www.drpetter.se/ Tomas Pettersson] | ||
| runs_on = [[:Category: | | runs_on = [[:Category:BSD|BSD]]<br>[[:Category:Linux|Linux]]<br>[[:Category:Windows|Windows]] | ||
| imports = N/A | | imports = N/A | ||
| exports = .WAV | | exports = .WAV | ||
}} | }} | ||
'''sfxr''' is a tidy little sound effect generator, made by Tomas Pettersson. | '''sfxr''' is a tidy little sound effect generator, made by Tomas Pettersson (AKA: DrPetter). | ||
==Ports== | |||
Versions of SFXR ported to different platforms, and/or with additional features added. | |||
[ | * '''[https://www.superflashbros.net/as3sfxr/ as3sfxr]''' is a [[:Category:Flash|Flash]] port by Tom Vian as. They've also made a similar tool called '''[[ChipTone]]''', which has browser, Mac, and Windows versions. | ||
* Stephen Lavelle built-upon as3sfxr as '''[https://ded.increpare.com/~locus/as3sfxr-b/ as3sfxr-b]'''. He's since enhanced it further as '''[https://www.bfxr.net/ Bfxr]''', which in addition to Flash has Mac and Windows releases. It looks like there's a JavaScript version in development at [https://github.com/increpare/bfxr2 github.com/increpare/bfxr2] | |||
* '''[https://github.com/smbolton/sfxr-dssi sfxr-dssi]''' is a DSSI version by Sean Bolton. DSSI is a plug-in format you can use in a [[:Category:DAW|DAW]]. | |||
* '''[https://github.com/zeh/usfxr usfxr]''' is a C#/[[Unity]] port by Zeh Fernando, for generating sound effects in real-time in games. It's no longer being developed, so I'm unsure if it still works. | |||
* '''[https://frozenfractal.com/projects/jfxr/ Jfxr]''' is a browser-based port. Give syu more options to play with, and a nice addition is that it remembers sounds you've made (but not mutations), so you can go back to them. | |||
* '''[https://sfxr.me/ jsfxr]''' is another browser-based port, [https://github.com/chr15m/jsfxr it's source code is on Github]. | |||
[[Category:Audio]][[Category:Sound Effects]][[Category:Generative]][[Category:Linux]][[Category: | ===Similar=== | ||
Not quite ports, but work in a similar way. | |||
* '''[https://rxi.itch.io/sfxia sfxia]''' - Similar idea, but simpler. | |||
* '''[https://creative-method-studios.itch.io/sounddevx SoundDevX]''' - More complex, works in browser, exports .WEBM. | |||
* '''[http://labbed.net/software/labchirp/ LabChirp]''' - More technical, for people who understand audio on that level, or want to learn. | |||
* '''[https://sfbgames.itch.io/chiptone ChipTone]''' - ''Much'' more technical, but you still have categories you can use as starting points, so you don't actually need to understand any of the fancy stuff. | |||
==See Also== | |||
* [https://www.drpetter.se/project_sfxr.html sfxr Homepage] | |||
* [https://ludumdare.com/compo/2007/12/13/sfxr-sound-effects-for-all/ sfxr – sound effects for all!] - Original release announcement. | |||
* Search [https://github.com/search?p=2&q=sfxr&type=Repositories sfxr] on Github. | |||
[[Category:Audio]][[Category:Sound Effects]] | |||
[[Category:Generative]] | |||
[[Category:BSD]][[Category:Linux]][[Category:Windows]] | |||
[[Category:Open-Source]] |
Latest revision as of 06:54, 28 January 2024
sfxr | |
---|---|
Release date: | 2007 |
Made by: | Tomas Pettersson |
Runs on: | BSD Linux Windows |
Imports: | N/A |
Exports: | .WAV |
sfxr is a tidy little sound effect generator, made by Tomas Pettersson (AKA: DrPetter).
Ports
Versions of SFXR ported to different platforms, and/or with additional features added.
- as3sfxr is a Flash port by Tom Vian as. They've also made a similar tool called ChipTone, which has browser, Mac, and Windows versions.
- Stephen Lavelle built-upon as3sfxr as as3sfxr-b. He's since enhanced it further as Bfxr, which in addition to Flash has Mac and Windows releases. It looks like there's a JavaScript version in development at github.com/increpare/bfxr2
- sfxr-dssi is a DSSI version by Sean Bolton. DSSI is a plug-in format you can use in a DAW.
- usfxr is a C#/Unity port by Zeh Fernando, for generating sound effects in real-time in games. It's no longer being developed, so I'm unsure if it still works.
- Jfxr is a browser-based port. Give syu more options to play with, and a nice addition is that it remembers sounds you've made (but not mutations), so you can go back to them.
- jsfxr is another browser-based port, it's source code is on Github.
Similar
Not quite ports, but work in a similar way.
- sfxia - Similar idea, but simpler.
- SoundDevX - More complex, works in browser, exports .WEBM.
- LabChirp - More technical, for people who understand audio on that level, or want to learn.
- ChipTone - Much more technical, but you still have categories you can use as starting points, so you don't actually need to understand any of the fancy stuff.
See Also
- sfxr Homepage
- sfxr – sound effects for all! - Original release announcement.
- Search sfxr on Github.