Skip to content

Commit

Permalink
Добавлено: Audacity
Browse files Browse the repository at this point in the history
  • Loading branch information
feyte11 committed Feb 9, 2024
1 parent ff5d903 commit 7333141
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const docs = [
{ text: 'AnyDesk', link: '/anydesk' },
{ text: 'Arduino IDE', link: '/arduino-ide' },
{ text: 'AsusCtl', link: '/asusctl' },
{ text: 'Audacity', link: '/audacity' },
{ text: 'Blender', link: '/blender' },
{ text: 'Bottles', link: '/bottle' },
{ text: 'Boxes', link: '/boxes' },
Expand Down
62 changes: 62 additions & 0 deletions docs/apps/audacity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Audacity
appstreamFlatpak: org.audacityteam.Audacity
appstreamRepo: org.audacityteam.Audacity
metainfo:
active: true
thumb:
src: /audacity/org.audacityteam.Audacity.png
title: Audacity
summary: Записывайте и редактируйте аудиофайлы.
developer:
name: Muse Group
avatar:
site:
url: http://www.audacityteam.org/
anchor: audacityteam.org
licence:
url: https://choosealicense.com/licenses/GPL-3-0/
anchor: GPL-3.0
translate:
url:
anchor: hosted.weblate.org
issue:
url: https://github.com/audacity/audacity/issues
anchor: github.com/audacity/audacity/issues
sisyphus:
url: https://packages.altlinux.org/ru/sisyphus/srpms/audacity/
flathub:
url: https://flathub.org/ru/apps/org.audacityteam.Audacity
---

# Audacity

Audacity — свободный многоплатформенный аудиоредактор звуковых файлов, ориентированный на работу с несколькими дорожками.

## Установка из репозитория

**Audacity** можно установить любым привычным и удобным способом:

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install audacity
```

```shell[epm]
epm -i audacity
```
:::
<!--@include: ./parts/install/software-repo.md-->

## Установка с помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **Audacity** одной командой:

```shell
flatpak install flathub org.audacityteam.Audacity
```

<!--@include: ./parts/install/software-flatpak.md-->
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7333141

Please sign in to comment.