Marsyas  0.6.0-alpha
Data Structures
Internal IO

These MarSystems are used internally; if you constructing a MarNetwork, you should not need to know about these MarSystems. More...

Data Structures

class  AbsSoundFileSink
 Abstract Interface for SoundFileSinks of various formats. More...
class  AbsSoundFileSource
 Abstract Interface for SoundFileSource of various formats. More...
class  AuFileSink
 SoundFileSink for .au (.snd) soundfiles. More...
class  AuFileSource
 SoundFileSource for .au (.snd) soundfiles. More...
class  BaseAudioSink
 Interface for real-time audio sources. More...
class  ClassOutputSink
 ClassOutputSink. More...
class  CollectionFileSource
 CollectionFileSource abstracts a collections of soundfiles as a SoundFileSource. More...
class  MP3FileSink
 MP3FileSink for .MP3 soundfiles. More...
class  MP3FileSource
 MP3FileSource read mp3 files using libmad. More...
class  OggFileSource
 OggFileSource read ogg files using vorbisfile. More...
class  WavFileSink
 Writes to .wav soundfiles. More...
class  WavFileSource
 Reads .wav soundfiles. More...

Detailed Description

These MarSystems are used internally; if you constructing a MarNetwork, you should not need to know about these MarSystems.

These MarSystems are used internally; if you constructing a MarNetwork, you should not need to know about these MarSystems.

For example, SoundFileSource will transparently call WavFileSource or AuFileSource, but you should simply use SoundFileSource with the appropriate filename.