Coder Social home page Coder Social logo

Comments (5)

bert2 avatar bert2 commented on August 21, 2024

Analyzing all channels separately is currently not possible. Your only option is splitting the input stream in your application and analyzing both streams.

However this is of course quite inefficient. So multi channel support definitely makes sense, but requires quite a few changes and I'm not sure when I'll find the time to implement it.

Could you provide me an audio file with different DTMF tones on separate channels for testing?

from dtmfdetection.

evedostomazi avatar evedostomazi commented on August 21, 2024

Yes , when I finish the file production , I send to you the link to download.

from dtmfdetection.

bert2 avatar bert2 commented on August 21, 2024

Ignore the above commit reference. That was a typo. Actually issue #2 has been fixed with the commit mentioned above. Issue #3 is still open and in progress now.

from dtmfdetection.

bert2 avatar bert2 commented on August 21, 2024

The issue has been fixed and updated NuGet packages have been released. It is now possible to analyze each audio channel of multi-channel audio separately. However, by default this is deactivated and a (now proper) conversion to mono is done first. It can be activated by setting the forceMono flag of the DtmfTones() method or the LiveAudioDtmfAnalyzer() constructor to false.
See the updated examples in the README or the integration tests for more.

from dtmfdetection.

evedostomazi avatar evedostomazi commented on August 21, 2024

Thank you very much, here it is working correctly.
Now I want to learn how to control the volume, and if I can make mp3 recordings of the conversations.

from dtmfdetection.

Related Issues (18)

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.