Post

Replies

Boosts

Views

Activity

Identify Bluetooth headphone make
I am working on an app built in Swift and UIKit that uses audio playback over bluetooth. I am finding different amounts of latency for different devices, and it seems consistent across a given make/model. For instance, using an iPhone XR as the source, Bose On-Ear lags at 0.45 secs, Sony Pros lag at 0.3 secs and AirPods Pro lat at under 0.1 secs. I'd like to adjust latency based on collected data for "known" devices, but need a way (w/out asking the user for input) to detect the make and model of their bluetooth audio device Is this possible to do, maybe using core Bluetooth, or not?
0
0
397
Jun ’22
Predict Gender/Age using Voice Input
Is it possible to predict gender and/or age using voice input within an app from an iOS device? We are working on a vocal singing app that needs some level of gender and age recognition in order to attempt to improve the user experience and to better provide suggestions of songs to sing. Does anyone know if there is an Apple SDK or 3rd party SDK (Git Repo or otherwise) that can take a voice sample and attempt to predict the gender and/or age of the speaker? Preference is to make it all on-device to allow off-line use as well as to protect the users information. We have a dedicated secure server that could be available if on-device is not an option. We do already have a voice interpreter for key phrases, but the gender portion is (understandably) more of a challenge for a variety of reasons. As always, thank you in advance to the great community of folks who help each other on this platform.
0
0
500
Nov ’21