feat: Add translated articles links
This commit is contained in:
parent
96d009ba99
commit
4ee5c9cf05
|
|
@ -9,7 +9,7 @@ params:
|
||||||
author: Samuel Ortion
|
author: Samuel Ortion
|
||||||
email: samuel@ortion.fr
|
email: samuel@ortion.fr
|
||||||
avatar: /images/me.png
|
avatar: /images/me.png
|
||||||
description: ""
|
description: "The blog of a juvenile Geekus biologicus"
|
||||||
# Uncomment if you need this
|
# Uncomment if you need this
|
||||||
# images:
|
# images:
|
||||||
# - images/og-featured.png # relative path to "static" directory
|
# - images/og-featured.png # relative path to "static" directory
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Analyse Sound on GNU/Linux using Wine
|
title: Analyze Ultrasound on GNU/Linux using Wine
|
||||||
author: Samuel Ortion
|
author: Samuel Ortion
|
||||||
date: 2021-03-25
|
date: 2021-03-25
|
||||||
modifdate: 2024-05-18
|
modifdate: 2024-05-18
|
||||||
|
|
@ -13,8 +13,6 @@ After recording bats, orthoptera or birds sounds, it is often necessary to have
|
||||||
|
|
||||||
The software needed to do so are often developed only for Windows. In this article, we will learn how to install these softwares (e.g., Kaleidoscope, Syrinx, Batsound 4, 7-zip and Lupas-Rename).
|
The software needed to do so are often developed only for Windows. In this article, we will learn how to install these softwares (e.g., Kaleidoscope, Syrinx, Batsound 4, 7-zip and Lupas-Rename).
|
||||||
|
|
||||||
_Une [version traduite en Français](/posts/analyser-des-sons-sur-gnulinux-avec-wine/) est disponible, avec quelques modifications_.
|
|
||||||
|
|
||||||
## Install Wine
|
## Install Wine
|
||||||
|
|
||||||
Wine is a software that enable .exe software to run on UNIX systems such as Linux or Mac OS.
|
Wine is a software that enable .exe software to run on UNIX systems such as Linux or Mac OS.
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,6 @@ Après avoir enregistré des sons de chauve-souris, orthoptères ou d'oiseaux, i
|
||||||
|
|
||||||
Les logiciels recommandés dans les tutoriels Vigie-Chiro sont, pour certains, développés uniquement pour Windows. Dans cet article, nous apprendrons comment installer ces logiciels (Kaleidoscope, Syrinx, Batsound 4, 7-zip et Lupas-Rename) sur une machine Linux à l'aide de [Wine](https://winehq.org/).
|
Les logiciels recommandés dans les tutoriels Vigie-Chiro sont, pour certains, développés uniquement pour Windows. Dans cet article, nous apprendrons comment installer ces logiciels (Kaleidoscope, Syrinx, Batsound 4, 7-zip et Lupas-Rename) sur une machine Linux à l'aide de [Wine](https://winehq.org/).
|
||||||
|
|
||||||
_Version traduite et modifiée de la [version en anglais de cet article](/posts/analyse-sound-on-gnulinux-using-wine/) initialement publié en 2021._
|
|
||||||
|
|
||||||
## Comment installer Wine ?
|
## Comment installer Wine ?
|
||||||
|
|
||||||
Wine est un logiciels qui permet de faire tourner des logiciels Windows (`.exe`) sur un système d'exploitation UNIX comme Linux, ou Mac OS.
|
Wine est un logiciels qui permet de faire tourner des logiciels Windows (`.exe`) sur un système d'exploitation UNIX comme Linux, ou Mac OS.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue