PharoSound

Description

A fork of the Smalltalkhub version with a small fix for reading AIFF data directly from streams

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
2
Created
Dec. 11, 2019
Updated
Oct. 29, 2021
Topics
pharo-smalltalk smalltalk

Categories

System / OS Multimedia

README excerpt

# 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.
← Back to results