How to set volume in AudioQueue wthout the use of AudioQueueRef?
I have refered many question regarding this on Stack Overflow but all of them use AudioQueueRef object.
Is it possible to do so without use of AudioQueueRef?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try with the previous post. Though the question is different but you can use following code out of that ticked answer. Refer this below code in previous post.
for above code refer to documentation Controlling the Playback Level
Also refer other answers too. Also I think MPVolumeView is working with AudioQueue so you can use that also.