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:
parent
44ece5a54a
commit
85c32498dc
6 changed files with 76 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue