Feed items

Now processAudio() and -processStreamAtTime: accept the buffer play time in...

Commit by leighsmith :: r3696 /trunk/MusicKit/Frameworks/SndKit/ (SndStreamManager.h SndStreamManager.m): (link) Now processAudio() and -processStreamAtTime: accept the buffer play time in seconds, rather than erroneously as a sample count. This pushes the responsibility for computing the time onto the platform.

Properly documented the semantics behind the parameters passed by...

Commit by leighsmith :: r3695 /trunk/MusicKit/Frameworks/PlatformDependent/ (2 files in 2 dirs): (link) Properly documented the semantics behind the parameters passed by SNDStreamProcessor.

Added SignalProcessingExample build

Commit by leighsmith :: r3694 /trunk/MusicKit/MusicKit.xcodeproj/project.pbxproj: (link) Added SignalProcessingExample build

Clean up doco & debugging info

Commit by leighsmith :: r3693 /trunk/MusicKit/Frameworks/SndKit/ (4 files): (link) Clean up doco & debugging info

Now correctly updates the SndStreamManager format when the buffer size is...

Commit by leighsmith :: r3692 /trunk/MusicKit/Frameworks/SndKit/ (4 files): (link) Now correctly updates the SndStreamManager format when the buffer size is modified. Added a method for changing the input buffer size, but it's yet to be truly different in the underlying code.

Made several functions dependent on input or output direction, enabling greater...

Commit by leighsmith :: r3691 /trunk/MusicKit/Frameworks/PlatformDependent/MKPerformSndMIDI_portaudio/ (PerformSound.h PerformSound.m): (link) Made several functions dependent on input or output direction, enabling greater independence between input and output devices. Enabled correct buffer size modification before the stream had been started.

Updated to latest SndStreamManager method naming

Commit by leighsmith :: r3690 /trunk/MusicKit/Examples/SignalProcessing/ (3 files): (link) Updated to latest SndStreamManager method naming

Updated for latest method naming

Commit by leighsmith :: r3689 /trunk/MusicKit/Frameworks/MusicKit/MKOrchestra.m: (link) Updated for latest method naming

Moved methods to deal with device to be instance methods, sketched the behaviour...

Commit by leighsmith :: r3688 /trunk/MusicKit/Frameworks/SndKit/ (SndStreamManager.h SndStreamManager.m): (link) Moved methods to deal with device to be instance methods, sketched the behaviour of initOnDeviceForInput:outputDevice

Added simultaneous MP3 playback with fading of playback and live input

Commit by leighsmith :: r3687 /trunk/MusicKit/Examples/SignalProcessing/ (6 files in 2 dirs): (link) Added simultaneous MP3 playback with fading of playback and live input