Skip to main content

Questions tagged [audio-streaming]

The process of delivering audio from a server to a client, different from the download in that the client is able to hear audio while it's being downloaded.

audio-streaming
0 votes
0 answers
11 views

Audio stream plays on Alexa app but not on echo dot

I’ve created an Alexa audio player skill to stream longform audio (.m3u8 playlist of segments). It works great on the Alexa app, but I cannot get any audio on the echo dot. Any reason why it would ...
Harrison's user avatar
1 vote
0 answers
37 views

Backend audio chunks aren't playing correctly when I pass them to client

First, I apologize if anything is spelled incorrectly or if I don't explain myself clearly enough as english is not my first languale. Now to the problem. I am both starting to work with OpenAI API ...
Alhelí Cabrera's user avatar
-1 votes
0 answers
12 views

Monitor + mic in headphones mixer

I am having some issues getting two people to talk through headphones with mics, and looping the result back (monitor?) out into the same headphones... We are basically trying to stream a live ...
MaxOvrdrv's user avatar
  • 1,908
0 votes
0 answers
18 views

Alexa skill doesn't launch audio stream in EN-US

I have a simple lambda python code that loads an audio stream. I have tested it numerous times in dev and live and it works in EN-AU, EN-CA, EN-IN, and EN-UK. The only thing it does it EN-US is load ...
Shane Will's user avatar
-1 votes
1 answer
17 views

Secured audio streaming of Digitalocean spaces cdn

We have an nextjs application while nodejs on backend. As digitalocean spaces is s3 compatible, that is why we are using S3 sdk for uploading audios on spaces. Now we have to stream with web using ...
Wonder Soft Solution's user avatar
0 votes
1 answer
43 views

Web Audio API - "EncodingError: Decoding failed" on IOS only when decoding mp3 chunks

I'm streaming mp3 chunks that are generated by a 3rd party to the browser via socket io. The audio format is mp3 with 44.1kHz sample rate at 192kbps. I'm using standardized-audio-context (https://...
Royi Bernthal's user avatar
0 votes
1 answer
44 views

Exoplayer in Audio Streaming Android App | exoplayer playing multiple audios from streaming url

This is my Fragment code being hosted on MainActivity: class RadioPlayerFragment : Fragment() { private lateinit var player: SimpleExoPlayer private lateinit var mBinding: ...
Sahar Batool's user avatar
0 votes
2 answers
78 views

How to stream text-to-speech on iOS using the SDK?

I am trying to stream the audio I get from the Speech SDK using SPXPushAudioOutputStream. I get all data without an issue and can write it into a wav or mp3 and then play it back with the code below. ...
keleko's user avatar
  • 3
0 votes
2 answers
198 views

AudioWorkletProcessor playing streamed audio sounds scrambled

I'm trying to play in the browser audio that's streamed from my backend to simulate a real-time voice call, in a way that's compatible with all the relevant browsers, devices, and OSs. The audio ...
Royi Bernthal's user avatar
0 votes
0 answers
30 views

any other way to play audio in browser using reactjs other than using DecodeAudioData?

So basically from the server using websocket I am receiving chunks of audio data in the form of ArrayBuffer, so the DecodeAudioData api is not able to decode partial audio into sound, so I was ...
Harsh Singh's user avatar
0 votes
0 answers
32 views

NAudio stream WasapiLoopbackCapture

I am trying to write a simple remote speaker audio capture app using NAudio. There is a winforms client app that captures the audio and sends it with HttpRequests to a winforms server app. I have ...
John Papas's user avatar
0 votes
0 answers
30 views

I'm getting empty response in AWS Transcribe Streaming

I'm trying to build realtime speach to text transcription in node.js using AWS transcribe. I'm sure that the audio is transferred from react to node.js through socket.io and I have cross verified by ...
Langesh's user avatar
  • 88
0 votes
1 answer
50 views

Sending L16 audio over RTSP in GStreamer

I'm trying to send raw audio in the L16 format over RTSP. I'm using the following pipelines for the server and client respectively. I eventually plan to add video to these pipelines as well. Server: ./...
K G's user avatar
  • 9
0 votes
1 answer
73 views

How to resolve issue with recording audio for macOS with flutter?

I was trying to record audio in macOs but discovered issue with generated audio file I mean when I try to play that recorded file, not able to hear anything , it's like empty. Package that I have used ...
Shruti Ramnandan Sharma's user avatar
0 votes
0 answers
57 views

How can I identify silences in audio in Node.js?

I'm working on implementing a real time chatbot using openai's GPT4o model, so far I've got mostly everything working except one key piece which is knowing when the audio streamed by the frontend is ...
santiago calvo's user avatar

15 30 50 per page
1
2 3 4 5
177