audio streaming

  1. R

    iOS Question Audio Streaming issue using AVplayer

    Hello, I have a sports app with a "Radio" icon that play an audio stream from shoutcheap: I was using AVplayer and everything was working fine until some weeks ago (not sure how long). Is not working in any iOS device, but the code didn't change (I actually didn't upgrade de app) The code is...
  2. M

    iOS Question How to play audio in background?

    Hi, When I press the home button and exit the app, streaming stops or I cannot hear. How can I continue streaming in background and listen it from lock screen? See this in stackoverflow do { try AVAudioSession.sharedInstance().setCategory(.playback, mode: .default, options: [.mixWithOthers...
  3. Abdou1283

    Android Question Record audio from url stream only

    Hi all, i want to record sound only from the url streaming, actually i m using AudioStreamer library, and when i try to record from, the external sound is recorded with it, how can i do for record only sound from url streaming???? sorry for my bad english
  4. Jmu5667

    Android Code Snippet Audio Streamer - Amplify Audio Buffer/ Microphone Boost

    Hello I recently needed to add an audio amplifier to a new PTT app we have developed. I found this code on the web and through I would share it. https://stackoverflow.com/questions/14485873/audio-change-volume-of-samples-in-byte-array ' // in an activity ' // slider bar values 0-30 (30...
  5. R

    Spanish Necesito que dos usuarios hablen desde un celular a un smartwatch

    Hola a todos, Soy nuevo en esto y debo lograr que desde un dispositivo (celular o tablet) un usuario pueda hablar con otro el cual posee un smartwatch. Estuve viendo cual es la mejor manera, tomando algunos ejemplos que encontre por aca (walkie-talkie) la cual usa AsyncStreams, por un lado y...
Top