LinuxSuRen / open-source-best-practice

This is an open-source best practice for those who want to participate in open-source projects 参与开源过程中的一些最佳实践
https://linuxsuren.github.io/open-source-best-practice/
MIT License
380 stars 32 forks source link

收集:开源布道师相关技能(或工具)的使用 #40

Closed LinuxSuRen closed 1 year ago

LinuxSuRen commented 2 years ago

作为一名开源布道师,可能会通过如下的方式来传播技术、理念:

LinuxSuRen commented 2 years ago

视频教程大纲:

LinuxSuRen commented 2 years ago

音频提取工具(免费、开源):

LinuxSuRen commented 2 years ago

播客录制:

LinuxSuRen commented 2 years ago

开源海报生成工具 https://github.com/Ovilia/acasia-poster

LinuxSuRen commented 2 years ago
shinyzhu commented 2 years ago

在录制音频的时候,除了使用麦克风录制我们说话,一般会需要录制系统或程序的声音,比如录制一段播放器的音乐、会议软件的音频,这些音频本来就在电脑里,所以这个功能叫做“内录”。

此处推荐一款适合macOS的纯软件内录实现:BlackHole,代码库里有详细的使用介绍,有需要的可以取用。

LinuxSuRen commented 1 year ago

Some tips about audio file handling.

  1. Keep all the tracks separate
  2. Noise reduction for all tracks
  3. Edit the labels during the audio editing process
  4. Normalize all the tracks

You could use Audicatiy or other tools.