Merge pull request #30783 from geekpi/translating

Translating
This commit is contained in:
geekpi 2024-01-16 08:45:37 +08:00 committed by GitHub
commit e72e486302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 110 additions and 109 deletions

View File

@ -1,109 +0,0 @@
[#]: subject: "AI Tools Are Here for Open-Source Audio Editor 'Audacity'"
[#]: via: "https://news.itsfoss.com/audacity-ai-tools/"
[#]: author: "Rishabh Moharir https://news.itsfoss.com/author/rishabh/"
[#]: collector: "lujun9972/lctt-scripts-1700446145"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
AI Tools Are Here for Open-Source Audio Editor 'Audacity'
======
Audacity is now equipped with new AI tools.
Over the past couple of years, we have seen notable developments in AI, including AI-powered functionalities being added to various popular tools. And, more AI is something we already mentioned in our [predictions for Linux and open source for 2024][1].
This time it is Audacity, [one of the best audio editors for Linux][2], that has welcomed AI. Users can now enhance their audio editing experience by leveraging the power of AI.
Let's take a look at what these fascinating features bring to the table.
### Intel Makes AI Tools 🛠️
The folks over at Intel have introduced new features for working with spoken audio and music, all powered by AI.
These features are a part of the **OpenVINO** plugin suite. For those unaware, Intel's OpenVINO is an AI framework that helps accelerate deep-learning models.
One cool, yet important, aspect to note is that all these features run on your PC locally! More specifically, the PC's CPU or GPU will be utilized for the processing part.
#### Podcast Editing
Ever wanted to quickly transcribe or even translate the audio?
**Transcription** , which is powered by OpenAI's Whisper, allows users to do exactly this.
![Transcription | Source: GitHub Intel][3]
* It produces a new label track that includes transcribed/translated text based on a given audio sample.
* Translation will always produce the output in English, while transcribing will produce the output in the same language as the source audio.
* For now, only the _Whisper Base_ model is supported by default. Support for more models may arrive later.
Similar to the existing Noise Removal effect, there's **Noise Suppression** which helps remove unwanted background noise from a spoken audio sample.
* Since it's powered by AI, you can expect this feature to perform better than the Noise Removal effect.
* For now, only the _denseunet_ model is supported by default. Support for more models may arrive later.
#### Music Generation
Yes, you read it right: You can now generate new music right inside your machine!
**Music Generation** allows users to generate a snippet of music. This is possible thanks to an open-source project called **Riffusion** , which is a music generation model based on **Stable Diffusion** (a popular open-source model used to generate images.)
![Music Generation | Source: GitHub Intel repo][4]
* You generate music by giving a text prompt and adjusting some other parameters like the duration.
* In the text prompt, you specify the genre of music to be generated and the AI will try its best to maintain the genre when generating music.
* There exists an option to switch between the default Simple mode and an optional Advance mode for more control like specifying a start prompt and end prompt.
Furthermore, you can even remix music with **Music Style Remix** by selecting a portion of a music track!
#### Music Separation
What if you wished to create your own instrumental track of your favourite song? Maybe even have a fun karaoke session with your friends?
**Music Separation** allows you to split a song into either a vocal or instrumental version. There are two separation modes offered:
![Music Separation. Source: github.com/intel/openvino-plugins-ai-audacity][5]
* 2-Stem produces two new tracks for vocals and instrumental.
* 4-Stem produces four new tracks for vocals, drums, bass and the last one of other instruments combined.
### How to Use The AI Tools? 📥
If you're a Linux user, hold on to your horses.
While the [Windows version][6] of the plugin is available for download, its Linux counterpart isn't available... just yet.
If you still want to try it out, you will need to compile the project yourself. [You can refer to the official instructions for this.][7]
Hopefully, a Linux build arrives soon!🤞
_💬 What do you think about these new AI goodies for Audacity? Let us know your thoughts in the comments!_
* * *
--------------------------------------------------------------------------------
via: https://news.itsfoss.com/audacity-ai-tools/
作者:[Rishabh Moharir][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://news.itsfoss.com/author/rishabh/
[b]: https://github.com/lujun9972
[1]: https://news.itsfoss.com/predictions-linux-open-source-2024/
[2]: https://itsfoss.com/best-audio-editors-linux/
[3]: https://github.com/intel/openvino-plugins-ai-audacity/raw/main/doc/feature_doc/whisper_transcription/properties.png
[4]: https://github.com/intel/openvino-plugins-ai-audacity/raw/main/doc/feature_doc/music_generation/simple_properties.png
[5]: https://github.com/intel/openvino-plugins-ai-audacity/raw/main/doc/feature_doc/music_separation/properties.png
[6]: https://github.com/intel/openvino-plugins-ai-audacity/releases
[7]: https://github.com/intel/openvino-plugins-ai-audacity/blob/main/doc/build_doc/linux/README.md

View File

@ -0,0 +1,110 @@
[#]: subject: "AI Tools Are Here for Open-Source Audio Editor 'Audacity'"
[#]: via: "https://news.itsfoss.com/audacity-ai-tools/"
[#]: author: "Rishabh Moharir https://news.itsfoss.com/author/rishabh/"
[#]: collector: "lujun9972/lctt-scripts-1700446145"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
开源音频编辑器 “Audacity” 的 AI 工具来了
======
Audacity 现在配备了新的 AI 工具。
在过去的几年中,我们已经看到了 AI 的显著发展,包括将 AI 驱动的功能添加到各种流行的工具中。而且,我们在 [2024 年 Linux 和开源预测][1]中已经提到了更多的人工智能。
这次是 Audacity[Linux 的最佳音频编辑之一][2],迎来了 AI。现在用户可以通过利用 AI 的力量来增强其音频编辑体验。
让我们来看看这些迷人的功能都有哪些。
### Intel 制造 AI 工具🛠️
Intel 的人们推出了新功能,以使用 AI 支持的语音和音乐。
这些功能是 **OpenVino** 插件套件的一部分。对于那些不知道的人来说Intel 的 OpenVino 是一个 AI 框架,有助于加速深入学习模型。
值得注意的一个很酷但重要的方面是,所有这些功能在本地的 PC 上运行! 更具体地说PC 的 CPU 或 GPU 将用于处理部分。
#### 播客编辑
曾经想快速转录甚至翻译音频吗?
**Transcription**,由 Openai 的 Whisper 提供动力,允许用户准确地做到这一点。
![Transcription | Source: GitHub Intel][3]
* 它能根据给定的音频样本生成包含转录/翻译文本的新标签音轨。
* 翻译将始终以英语产生输出,而转录将以与源音频相同的语言产生输出。
* 目前,默认情况下仅支持 _Whisper Base_ 模型。稍后可能会支持更多模型。
与现有的 “噪音去除”效果类似,**“噪音抑制”** 可帮助去除口语音频样本中不需要的背景噪音。
* 由于它是由 AI 提供动力的,因此你可以期望此功能的性能优于噪音去除效果。
* 目前,默认情况下仅支持 _denseunet_ 模型。稍后可能会支持更多模型。
#### 音乐生成
是的,你没看错:现在,你可以在机器内生成新音乐!
**音乐生成**允许用户生成音乐片段。这要归功于一个名为 **riffusion** 的开源项目,这是一个基于 **Stable Diffusion** 的音乐生成模型(一种流行的开源模型,用于生成图像。)
![Music Generation | Source: GitHub Intel repo][4]
* 你通过给出文本提示并调整其他一些参数(例如持续时间)来生成音乐。
* 在文本提示符中你指定要生成的音乐流派AI 将尽力在生成音乐时保持这种类型。
* 存在一个选项,可以在默认简单模式和可选的高级模式之间进行切换,以进行更多的控制,例如指定开始提示和结束提示。
此外,你甚至可以通过**音乐风格混音**,选择音乐曲目的一部分,对音乐进行混音!
#### 音乐分离
如果你想为自己喜欢的歌曲创建自己的器乐曲目,该怎么办?也许还能与朋友来一场有趣的卡拉 OK 呢?
**音乐分离**使你可以将歌曲分为声音或乐器版本。提供了两种分离模式:
![Music Separation. Source: github.com/intel/openvino-plugins-ai-audacity][5]
* 2-Stem 为人声和器乐制作两个新音轨。
* 4-Stem 可生成四条新音轨,包括人声、鼓声、贝司声和最后一条其他乐器声。
### 如何使用 AI 工具? 📥
如果你是 Linux 用户,请抓紧时间。
虽然该插件的[Windows 版本][6]可供下载,但其 Linux 对应版本暂时还不可用。
如果你仍然想尝试一下,则需要自己编译该项目。[你可以参考此的官方说明][7]。
希望 Linux 构建很快到来!🤞
_💬 你觉得 Audacity 的这些新人工智能功能怎么样请在评论中告诉我们你的想法_
* * *
--------------------------------------------------------------------------------
via: https://news.itsfoss.com/audacity-ai-tools/
作者:[Rishabh Moharir][a]
选题:[lujun9972][b]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://news.itsfoss.com/author/rishabh/
[b]: https://github.com/lujun9972
[1]: https://news.itsfoss.com/predictions-linux-open-source-2024/
[2]: https://itsfoss.com/best-audio-editors-linux/
[3]: https://github.com/intel/openvino-plugins-ai-audacity/raw/main/doc/feature_doc/whisper_transcription/properties.png
[4]: https://github.com/intel/openvino-plugins-ai-audacity/raw/main/doc/feature_doc/music_generation/simple_properties.png
[5]: https://github.com/intel/openvino-plugins-ai-audacity/raw/main/doc/feature_doc/music_separation/properties.png
[6]: https://github.com/intel/openvino-plugins-ai-audacity/releases
[7]: https://github.com/intel/openvino-plugins-ai-audacity/blob/main/doc/build_doc/linux/README.md