Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding audio effects? #157

Closed
sandbreaker opened this issue Jul 26, 2017 · 5 comments
Closed

Adding audio effects? #157

sandbreaker opened this issue Jul 26, 2017 · 5 comments
Assignees

Comments

@sandbreaker
Copy link

Is there a way to add AVAudioEngine to TVILocalAudioTrack? What I want to do is add audio effects (process real time) before it's added to TVILocalAudioTrack.

@piyushtank
Copy link
Contributor

piyushtank commented Jul 26, 2017

@sandbreaker Unfortunately video SDK does not have any API to add AVAudioEngine on TVILocalAudioTrack to add audio effects in real time. We are planning to improve our Audio APIs in future where we will consider supporting the use case. I apologize for the inconvenience.

@ceaglest
Copy link
Contributor

ceaglest commented Feb 8, 2018

Hi @sandbreaker,

You asked us about AVAudioEngine support, and adding audio effects to content shared via TVILocalAudioTrack. This should be doable using our AudioDevice APIs.

We've just released 2.0.0-beta1 and an example of a custom device. The initial version of the sample code doesn't use AVAudioEngine, but future iterations will.

Regards,
Chris Eagleston

@ceaglest ceaglest assigned ceaglest and unassigned piyushtank Feb 8, 2018
@sandbreaker
Copy link
Author

👍

@ceaglest
Copy link
Contributor

ceaglest commented Mar 15, 2018

Hi @sandbreaker,

We've now added usage of AVAudioEngine to our TVIAudioDevice example.

Please give it a shot if you have some time. I'm going to close out this issue now that we've provided an answer to your original question.

Thanks,
Chris

@savasavic
Copy link

Is it possible to play mp3 file or there is a limit for the .caf file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants