nnnoiseless VS matrix-js-sdk

Compare nnnoiseless vs matrix-js-sdk and see what are their differences.

nnnoiseless

Recurrent neural network for audio noise reduction (by jneem)

matrix-js-sdk

Matrix Client-Server SDK for JavaScript (by matrix-org)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
nnnoiseless matrix-js-sdk
3 7
222 1,452
- 3.4%
0.0 9.8
over 1 year ago 5 days ago
Rust TypeScript
BSD 3-clause "New" or "Revised" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nnnoiseless

Posts with mentions or reviews of nnnoiseless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-14.
  • Ask HN: Any sound-related project suggestions for learning Rust?
    5 projects | news.ycombinator.com | 14 Mar 2023
  • Native Matrix VoIP with Element Call
    14 projects | news.ycombinator.com | 5 Mar 2022
    1. So the SFUs we're currently looking at are yours, ion-sfu (and/or galene) and mediasoup. Honestly we haven't finished looking at how they compare for rate control, but the Pion team seems very interested in ensuring they have good rate control.

    2. From context I think you're talking about noise cancellation here? I assumed that some of the more exotic ML-based ones ran serverside, which obviously is incompatible with E2EE. It sounds like there are a bunch of options for running WASM-based intelligent noise cancellation clientside though, especially with MediaStreamTrackProcessor and friends. rnnoiseless as a pure Rust->WASM port of rnnoise looks fun, for instance: https://github.com/jneem/nnnoiseless

    3. True, although given Google are highly motivated to make AEC work properly in WebRTC, I guess I'm hoping that they'll continue improving it, much as they have been. I certainly never want to have to write or integrate one ever again :D

  • RustFFT 5.0 has been released!
    1 project | /r/rust | 4 Jan 2021
    Very nice! I've just updated [`nnnoiseless`](https://github.com/jneem/nnnoiseless) to rustfft 5.0, and got a cool 20% overall improvement.

matrix-js-sdk

Posts with mentions or reviews of matrix-js-sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-08.
  • Show HN: Mutable.ai – Turn your codebase into a Wiki
    14 projects | news.ycombinator.com | 8 Jan 2024
    I'd quite like some more high level documentation for the Matrix JS SDK (https://github.com/matrix-org/matrix-js-sdk). I've been looking at it for quite some time and still don't understand how timelines work.
  • Element (Matrix) adds video/voice rooms
    7 projects | news.ycombinator.com | 14 Jul 2022
  • Native Matrix VoIP with Element Call
    14 projects | news.ycombinator.com | 5 Mar 2022
    Currently we don't force TURN, so in practice this means that voice packets go direct between the clients if possible, and so the IP addresses of the clients are necessarily exposed to each other.

    However, this is utterly trivial to fix: matrix-js-sdk already exposes https://github.com/matrix-org/matrix-js-sdk/blob/96ba061732b... and we simply haven't exposed it as a setting in Element Call yet. I've filed a bug for it at https://github.com/vector-im/element-call/issues/251 - thanks for bringing it up!

    In terms of moderation: this is no different to moderation in Matrix as a whole, where we're already busy working on shared greylists (MSC2313 and friends) - https://matrix.org/blog/2020/10/19/combating-abuse-in-matrix... has more details at the end.

  • Introducing Native Matrix VoIP with Element Call!
    5 projects | /r/linux | 5 Mar 2022
    We expect to turn it on in the next few weeks - the problem we were debugging that we meant it was turned off looks to be fixed. https://github.com/matrix-org/matrix-js-sdk/pull/2002 is the PR that will need to merge to enable it ftr.
  • Mistakes to Avoid Before Submitting Your Pull Request
    3 projects | dev.to | 26 Oct 2021
    Unlike any open source projects to which I've contributed, this project involves 2 other repos, matrix-react-sdk and matrix-js-sdk. As explained in the Development guide in the element-web repo, I need those 2 SDKs in order to build Element successfully for code contribution.

What are some alternatives?

When comparing nnnoiseless and matrix-js-sdk you can also consider the following projects:

matrix-spec-proposals - Proposals for changes to the matrix specification

matrix-react-sdk - Matrix SDK for React Javascript

seshat - A Matrix message database/indexer

matrix-bot-sdk - TypeScript/JavaScript SDK for Matrix bots

FedCM - A privacy preserving identity exchange Web API

rnnoise-wasm - rnnoise noise suppression library as a WASM module

noice - Active noise control for your cheap headphones ; ) You're welcome

element-call - Group calls powered by Matrix

matrix-appservice - Wechaty [Matrix] Application Services Bridge

element-desktop - A glossy Matrix collaboration client for desktop.