• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Coreaudio-api Digest, Vol 12, Issue 125
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Coreaudio-api Digest, Vol 12, Issue 125


  • Subject: Re: Coreaudio-api Digest, Vol 12, Issue 125
  • From: email@hidden
  • Date: Wed, 15 Jul 2015 16:58:42 -0500

email@hidden liked your message with Boxer on Cyanogen OS

On Jul 15, 2015 2:00 PM, email@hidden wrote:

Send Coreaudio-api mailing list submissions to
email@hidden

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.apple.com/mailman/listinfo/coreaudio-api
or, via email, send a message with subject or body 'help' to
email@hidden

You can reach the person managing the list at
email@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Coreaudio-api digest..."

Today's Topics:

   1. Swift and CoreAudio (Tom Jeffries)
   2. Re: Swift and CoreAudio (justinvanhaven)
   3. Re: Swift and CoreAudio (Gregory Wieber)
   4. Re: Swift and CoreAudio (Tom Jeffries)
   5. Re: Swift and CoreAudio (justinvanhaven)
   6. Re: Swift and CoreAudio (Andy Peters)
   7. Re: Swift and CoreAudio (Haris Ali)

----------------------------------------------------------------------

Message: 1
Date: Tue, 14 Jul 2015 12:27:54 -0700
From: Tom Jeffries <email@hidden>
To: "email@hidden Audio"
<email@hidden>
Subject: Swift and CoreAudio
Message-ID:
<CAKNVH+LvS=vkS06wxY-hEM4g9=email@hidden>
Content-Type: text/plain; charset="utf-8"

Swift is Apple's newest language. How does it work with CoreAudio?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.apple.com/mailman/private/coreaudio-api/attachments/20150714/6730c1ac/attachment.html>

------------------------------

Message: 2
Date: Tue, 14 Jul 2015 15:30:05 -0400
From: justinvanhaven <email@hidden>
To: Tom Jeffries <email@hidden>
Cc: "email@hidden Audio"
<email@hidden>
Subject: Re: Swift and CoreAudio
Message-ID:
<CAAG9TtaMtP=email@hidden>
Content-Type: text/plain; charset="utf-8"

Pretty good.

On Tue, Jul 14, 2015 at 3:27 PM, Tom Jeffries <email@hidden>
wrote:

> Swift is Apple's newest language. How does it work with CoreAudio?
>
>
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Coreaudio-api mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
>
> This email sent to email@hidden
>

--
Justin VanHaven
soundcloud <https://soundcloud.com/versechorusjvh>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.apple.com/mailman/private/coreaudio-api/attachments/20150714/ec371fa9/attachment.html>

------------------------------

Message: 3
Date: Tue, 14 Jul 2015 12:36:47 -0700
From: Gregory Wieber <email@hidden>
To: Tom Jeffries <email@hidden>
Cc: "email@hidden Audio"
<email@hidden>
Subject: Re: Swift and CoreAudio
Message-ID: <email@hidden>
Content-Type: text/plain; charset=us-ascii

Works very well with the higher level aspects of the framework, but the official recommendation is not to use Swift within realtime callbacks. See this year's WWDC talk on AUAudioUnit for more information.

Sent from my iPhone

> On Jul 14, 2015, at 12:27 PM, Tom Jeffries <email@hidden> wrote:
>
> Swift is Apple's newest language. How does it work with CoreAudio?
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Coreaudio-api mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

------------------------------

Message: 4
Date: Tue, 14 Jul 2015 12:37:47 -0700
From: Tom Jeffries <email@hidden>
To: justinvanhaven <email@hidden>
Cc: "email@hidden Audio"
<email@hidden>
Subject: Re: Swift and CoreAudio
Message-ID:
<CAKNVH+KAntBDO9Ddfmxn9EGqCboJq5cAZNSbSSjJKL=email@hidden>
Content-Type: text/plain; charset="utf-8"

I've seen some problems mentioned with CoreMIDI.

On Tue, Jul 14, 2015 at 12:30 PM, justinvanhaven <email@hidden>
wrote:

> Pretty good.
>
> On Tue, Jul 14, 2015 at 3:27 PM, Tom Jeffries <email@hidden>
> wrote:
>
>> Swift is Apple's newest language. How does it work with CoreAudio?
>>
>>
>>
>>  _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Coreaudio-api mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>>
>> This email sent to email@hidden
>>
>
>
>
> --
> Justin VanHaven
> soundcloud <https://soundcloud.com/versechorusjvh>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.apple.com/mailman/private/coreaudio-api/attachments/20150714/50930325/attachment.html>

------------------------------

Message: 5
Date: Tue, 14 Jul 2015 15:39:48 -0400
From: justinvanhaven <email@hidden>
To: Tom Jeffries <email@hidden>
Cc: "email@hidden Audio"
<email@hidden>
Subject: Re: Swift and CoreAudio
Message-ID:
<CAAG9TtaHKrQ0=NWiFas4wxe6Ox4=email@hidden>
Content-Type: text/plain; charset="utf-8"

There are some great resources here including I believe some tutorials in
both objective C and swift :

http://audiokit.io/

and

http://theamazingaudioengine.com/

On Tue, Jul 14, 2015 at 3:37 PM, Tom Jeffries <email@hidden>
wrote:

> I've seen some problems mentioned with CoreMIDI.
>
>
> On Tue, Jul 14, 2015 at 12:30 PM, justinvanhaven <email@hidden
> > wrote:
>
>> Pretty good.
>>
>> On Tue, Jul 14, 2015 at 3:27 PM, Tom Jeffries <email@hidden>
>> wrote:
>>
>>> Swift is Apple's newest language. How does it work with CoreAudio?
>>>
>>>
>>>
>>>  _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Coreaudio-api mailing list      (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>>
>>> This email sent to email@hidden
>>>
>>
>>
>>
>> --
>> Justin VanHaven
>> soundcloud <https://soundcloud.com/versechorusjvh>
>>
>
>
>
>

--
Justin VanHaven
soundcloud <https://soundcloud.com/versechorusjvh>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.apple.com/mailman/private/coreaudio-api/attachments/20150714/518927ce/attachment.html>

------------------------------

Message: 6
Date: Wed, 15 Jul 2015 10:17:21 -0700
From: Andy Peters <email@hidden>
To: "email@hidden Audio"
<email@hidden>
Subject: Re: Swift and CoreAudio
Message-ID: <email@hidden>
Content-Type: text/plain; charset=us-ascii

> On Jul 14, 2015, at 12:39 PM, justinvanhaven <email@hidden> wrote:
>
> There are some great resources here including I believe some tutorials in both objective C and swift :
>
> http://audiokit.io/
>
> and
>
> http://theamazingaudioengine.com/

Both of those are VERY cool!

Thanks for the links!

-a

------------------------------

Message: 7
Date: Wed, 15 Jul 2015 17:25:38 +0000
From: Haris Ali <email@hidden>
To: Andy Peters <email@hidden>, "email@hidden
Audio" <email@hidden>
Subject: Re: Swift and CoreAudio
Message-ID:
<CADfYfLooYhV3wki-KW5ZYfC=email@hidden>
Content-Type: text/plain; charset="utf-8"

I made a Swift example for EZAudio <https://github.com/syedhali/EZAudio> as
well:
https://github.com/syedhali/EZAudio-Swift

On Wed, Jul 15, 2015 at 10:18 AM Andy Peters <email@hidden> wrote:

>
> > On Jul 14, 2015, at 12:39 PM, justinvanhaven <email@hidden>
> wrote:
> >
> > There are some great resources here including I believe some tutorials
> in both objective C and swift :
> >
> > http://audiokit.io/
> >
> > and
> >
> > http://theamazingaudioengine.com/
>
> Both of those are VERY cool!
>
> Thanks for the links!
>
> -a
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Coreaudio-api mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
>
> This email sent to email@hidden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.apple.com/mailman/private/coreaudio-api/attachments/20150715/820d7aa5/attachment.html>

------------------------------

_______________________________________________
Coreaudio-api mailing list
email@hidden
https://lists.apple.com/mailman/listinfo/coreaudio-api

End of Coreaudio-api Digest, Vol 12, Issue 125
**********************************************

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Swift and CoreAudio
  • Next by Date: RE: Swift and CoreAudio
  • Previous by thread: Fwd: Swift and CoreAudio
  • Next by thread: AU base class for Instrument/Effect
  • Index(es):
    • Date
    • Thread