Skip to content
#

mixer

Here are 167 public repositories matching this topic...

android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示

  • Updated Nov 15, 2021
  • 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.

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

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

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