1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Spelling correction and iOS file path tweaks.

This commit is contained in:
Julian Storer 2010-10-15 21:53:41 +01:00
parent 44ece5a54a
commit 85c32498dc
6 changed files with 76 additions and 24 deletions

View file

@ -35,10 +35,10 @@ public:
//==============================================================================
IPhoneAudioIODevice (const String& deviceName)
: AudioIODevice (deviceName, "Audio"),
audioUnit (0),
isRunning (false),
callback (0),
actualBufferSize (0),
isRunning (false),
audioUnit (0),
callback (0),
floatData (1, 2)
{
numInputChannels = 2;