Csound, Android and Bluetoth
| Date | 2017-08-08 13:27 |
| From | Andrea Strappa |
| Subject | Csound, Android and Bluetoth |
Hi to all,
the audio from phone to speekers by means of bluetooth doesn't work, it
produces periodical glitches.
I consulted the mailing archive and I found that the problem has already
been discussed more than a year ago.
Michael Gogins he proposed to install 'Chromecast', a little hardware.
Victor hypothesized a -+rtaudio=cast flag.
Are there novelties about developer solutions?
With MediaPlayer class the sound is good, why not with Csound?
Greetings
Andrea S.
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2017-08-09 17:27 |
| From | Brian Redfern |
| Subject | Re: Csound, Android and Bluetoth |
That's a basic problem with bluetooth audio used for interactive music apps, for audio players and youtube its fine, they use huge buffers so you don't notice the latency. For interactive music you need to go with the 8th inch audio output or a class compliant usb device for good audio quality on android. On Tue, Aug 8, 2017 at 5:27 AM Andrea Strappa <a_strappa@tin.it> wrote: Hi to all, |
| Date | 2017-08-10 09:02 |
| From | Andrea Strappa |
| Subject | Re: Csound, Android and Bluetoth |
|
Thank you for the clarification answer, Brian. Andrea S. Il 09/08/2017 18:27, Brian Redfern ha
scritto:
|