Questions tagged [dolby-audio-api]

The Dolby® Audio API provides Android App Developers access to Dolby® Digital Plus™ on Dolby-Supported Devices. Available Plug-ins for Unity, Marmalade, AIR and Xamarin

More information is available at: http://developer.dolby.com/tools-tech.aspx

18 questions
6
votes
1 answer

How to detect if a device can play Dolby Atmos Sound with Javascript

I am looking for a way to detect if the device I am using can support Dolby Atmos sounds. After searching around I found this…
user1503606
  • 3,872
  • 13
  • 44
  • 78
2
votes
1 answer

Implement Dolby with corona

I'm trying to trying implement Dolby in my Amazon build. I'm using corona SDK, but I didnt find documentation for that, is possible add Dolby in my Corona Project?
Benjamin RD
  • 11,516
  • 14
  • 87
  • 157
2
votes
2 answers

How to programmatically detect if Dolby system is active or not on Android application

I have a problem with my android app, when I run on a kindle fire 7" with Dolby active there is a flaw in the sound, but when this option is disabled the problem disappears. I'm using MediaPlayer to play long audio files, i cannot use AudioPool…
1
vote
0 answers

Dolby Vooxet sdk Incoming call Android

I am implement dolby.io sdk for Audio,Video call in my application. Everything working fine but we are not getting incoming call notification when app is closed or killed. Does any one knows how to trigger incoming call notification to specific user…
Qamar khan
  • 179
  • 1
  • 7
1
vote
1 answer

Issue with Dolby API Integrated with GCP

I'm currently trying to use Dolby's enhance API and I'm running into an issue when trying to write the output file. Here's the code I'm using to get the blob for the input and output blobs: file = await…
1
vote
0 answers

React-Typescript - Dolby Interactive API

Could any one guide lines how to implement dolby interactive API using react + typescript using webpack 5. I'm trying to develop sample audio conference tool as part of project. Below is the url for…
1
vote
0 answers

Cannot read property 'has' of undefined in Dolby Interactivity APIs Client SDK

I am building a video conferencing app using Dolby Interactivity API's. I tried using Dolby Interactivity APIs Client SDK in my react app. I followed the docs given…
1
vote
1 answer

voxeet/dolby.io generating multiple conferences

I am using dolby.io Till now I have implemented join conference, leave conference, start and stop video, start and stop recording, start and stop screen sharing. What I am facing issue is about multiple conference. I want to implement multiple…
1
vote
1 answer

DTS or AC-3 realtime encoder over hdmi via pulseaudio

Here is my problem my laptop (Debian 8) is connected to my TV via HDMI, itself connected to my 5.1 home theater via SPDIF optical cable. And SPDIF only allow mono, stereo channels using PCM encoding or multi channels using Dolby format so DTS or…
Hideman
  • 81
  • 1
  • 10
1
vote
1 answer

NullPointerException in DsClientManager on Android

I have an app that uses com.dolby.dap.DsClientManager. When running on some Lenovo, Acer and ZTE devices I randomly get a NullPointerException com.dolby.dap.DsClientManager$DsClientHandlerThread.handleMessage…
kingston
  • 11,053
  • 14
  • 62
  • 116
1
vote
1 answer

When I am developing an Android application, how to detect that the dolby is on or off?

When I am developing an Android application, how to detect that the dolby is on or off? I want to know whether the cellphone turn on the dolby by program code and does Android provide this application interface?
Davim
  • 221
  • 2
  • 7
0
votes
0 answers

what does frame rate index value of 15 means in AC4 sync frame?

We are parsing AC4 audio segment, in this while parsing sync frame we are getting 15 as frame rate index, but the maximum value of frame rate index is 13, so is there any meaning of 15 as frame rate index in AC4 sync frame
0
votes
1 answer

Merge Two Speaker Audio Files using dolby.ai

I have two source audio files, recorded locally from an online video call. I want to match their loudness, enhance the audio quality, and merge into one file. How do I do this with the dolby.io media…
Marcus
  • 675
  • 2
  • 8
  • 24
0
votes
0 answers

How to check for DolbyDigtal (AC3) support on device?

I'm trying to understand: is there a way to check if Android device supports DolbyDigital (AC3). I found a broadcast action ACTION_HDMI_AUDIO_PLUG that indicates wether HDMI connected or not. Also it sends an array of all the supported encodings via…
Alexander
  • 75
  • 2
  • 7
0
votes
1 answer

WinRT - Rendering audio to different devices

I'm working on a WinRT project in which I'm playing multiple video files at the same time. I have 3 audio devices attached to machine which will be used distinctively to render audio from video file(s) that's playing. Maximum number of videos that…
Sateesh
  • 103
  • 1
  • 9
1
2