Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psvensson/PharoSound
A fork of the Smalltalkhub version with a small fix for reading AIFF data directly from streams
https://github.com/psvensson/PharoSound
pharo-smalltalk smalltalk
Last synced: about 2 months ago
JSON representation
A fork of the Smalltalkhub version with a small fix for reading AIFF data directly from streams
- Host: GitHub
- URL: https://github.com/psvensson/PharoSound
- Owner: psvensson
- Created: 2019-12-11T09:22:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T13:12:33.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T06:25:03.377Z (3 months ago)
- Topics: pharo-smalltalk, smalltalk
- Language: Smalltalk
- Size: 587 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pharo - PharoSound - Sound facilities for Pharo. (Sound)
README
# PharoSound
A fork of the Smalltalkhub version with a small fix for reading AIFF data directly from streams.This also contains the full FM Synth generation library and a number of useul morphs for playing and recorindg sound.
# Installing
Metacello new
baseline: 'PharoSound';
repository: 'github://psvensson/PharoSound:master';
load.