Skip to content
#

mixer

Here are 172 public repositories matching this topic...

android端基于FFmpeg音视频处理。实现音频剪切、拼接、转码、混音、均衡器音效;视频剪切、水印、截图、转码、编解码、转Gif动图;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜,歌词解析,音视频学习路线,音视频知识总结、流媒体协议

  • Updated May 27, 2022
  • C
HarryR
HarryR commented Aug 29, 2018

I am a user, I want to use Miximus, I have tokens or Ether which I want to convert into anonymised tokens. How do I do this?

Once my tokens have been anonymised I need to withdraw them again, to convert them back to the original tokens or Ether that I originally deposited. I should also be able to give these anonymised tokens to other people, without revealing that it was I that deposited them.

enhancement good first issue
AntoineRondelet
AntoineRondelet commented Apr 1, 2021

As per the title, it wouldn't hurt to add more git hooks to this repo, especially pre-commit ones to make sure no style violation happens within commits, and to catch such hiccups asap instead of waiting for the CI to fail.
The pre-commit tool looks like a good way to manage various pre-commit hooks, so it may be interesting to look into adding support for this tool l

good first issue code-quality tooling
danstiner
danstiner commented Apr 18, 2021

The Result type has served us well but as Hayden pointed out it would be nice to have an error code instead of just a message string.

Rather than extend Result I'd suggest moving to std::expected. It didn't quite make the C++20 standard but the feature is basically ready and there is a nice and popular compat library we can use until the next standard comes out: https://github.com/TartanL

enhancement good first issue

Improve this page

Add a description, image, and links to the mixer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mixer topic, visit your repo's landing page and select "manage topics."

Learn more