I assume you mean some sort of iOS device (iPod, iPad, iPhone) then you would need to write the audio streaming code yourself. Typically you would need some way to connect the devices. If its a one to one you could use bluetooth to pass the data back and fourth. If its multiple devices. you would need to create an app that is a client server based app where your source becomes the server and the other devices connect to receive the data over sockets. This is a trivial thing to do on a wifi connection but when you start trying to do it ad hoc you have to start creating your devices as a mobile hotspot. This can be done and there are samples. However the default hotspot works as socks proxies and does not allow for simple bonjour connectivity.