Git Product home page Git Product logo

Comments (5)

plutoless avatar plutoless commented on August 18, 2024

maybe you can show part of your code to help me understand what you have done?

from api-examples.

thkim0118 avatar thkim0118 commented on August 18, 2024

We read built-in microphone audio data from c++ native code.

And the Agora SDK doesn't set anything up for audio.

The current issue is that the audio data spoken by the other person is included in my internal microphone audio data, so when I save and listen to my internal audio data, I can hear the other person's audio (if I record the internal audio data, only my audio data should be heard).

from api-examples.

thkim0118 avatar thkim0118 commented on August 18, 2024

I'm sorry. I'll fix it.

We are reading audio data using AudioRecord.

Using this "registerAudioFrameObserver", we receive embedded audio data and remotely received Agora data from our built-in audio callback.

Without this function, of course, only the built-in audio data is output and the remote Agora data is not output.

from api-examples.

thkim0118 avatar thkim0118 commented on August 18, 2024
  • We are using "RtnEngine::registerAudioFrameObserver" and "RtcEngine::setExternalAudioSource" & "RtcEngine::pushExternalAudioFrame" at the same time. Is it okay to use it like this?

from api-examples.

thkim0118 avatar thkim0118 commented on August 18, 2024

I solved.

We're using registerAudioFrameObserver and setExternalAudioSource.
So we specify an appropriate setting value for "setPlaybackAudioFrameParameters", "setRecordingAudioFrameParameters".

from api-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.