From cc0a4795502090df5af3d70fb978f2b9e4b78b64 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 11 May 2023 00:19:47 +0200 Subject: [PATCH] docs: switch from Markdown to orgmode BREAKING CHANGE: Emacs required to export orgmode files to Markdown --- .gitignore | 1 + content/about.md | 25 --- content/about.org | 23 +++ content/conlanging.md | 39 ---- content/conlanging.org | 38 ++++ content/en/about.md | 21 -- content/en/about.org | 21 ++ content/en/conlanging.md | 27 --- content/en/conlanging.org | 27 +++ content/en/find-me.md | 39 ---- content/en/find-me.org | 31 +++ content/en/{index.md => index.org} | 16 +- content/en/keine-tashi.md | 176 ---------------- content/en/keine-tashi.org | 189 +++++++++++++++++ content/en/{privacy.md => privacy.org} | 36 ++-- content/en/{projects.md => projects.org} | 18 +- content/en/{resume.md => resume.org} | 58 +++--- content/en/vocal-synthesis.md | 61 ------ content/en/vocal-synthesis.org | 61 ++++++ content/find-me.md | 34 ---- content/find-me.org | 31 +++ content/headers | 7 + content/{index.md => index.org} | 12 +- content/keine-tashi.md | 184 ----------------- content/keine-tashi.org | 191 ++++++++++++++++++ content/lfn/about.md | 24 --- content/lfn/about.org | 22 ++ content/lfn/conlanging.md | 30 --- content/lfn/conlanging.org | 30 +++ content/lfn/find-me.md | 33 --- content/lfn/find-me.org | 28 +++ content/lfn/{index.md => index.org} | 14 +- content/lfn/keine-tashi.md | 167 --------------- content/lfn/keine-tashi.org | 182 +++++++++++++++++ content/lfn/{privacy.md => privacy.org} | 35 ++-- content/{projects.md => lfn/projects.org} | 18 +- content/lfn/{resume.md => resume.org} | 59 +++--- content/lfn/vocal-synthesis.md | 53 ----- content/lfn/vocal-synthesis.org | 56 +++++ content/{privacy.md => privacy.org} | 32 +-- content/{lfn/projects.md => projects.org} | 18 +- content/{resume.md => resume.org} | 61 +++--- ...vocal-synthesis.md => vocal-synthesis.org} | 57 +++--- 43 files changed, 1181 insertions(+), 1104 deletions(-) delete mode 100644 content/about.md create mode 100644 content/about.org delete mode 100644 content/conlanging.md create mode 100644 content/conlanging.org delete mode 100644 content/en/about.md create mode 100644 content/en/about.org delete mode 100644 content/en/conlanging.md create mode 100644 content/en/conlanging.org delete mode 100644 content/en/find-me.md create mode 100644 content/en/find-me.org rename content/en/{index.md => index.org} (60%) delete mode 100644 content/en/keine-tashi.md create mode 100644 content/en/keine-tashi.org rename content/en/{privacy.md => privacy.org} (73%) rename content/en/{projects.md => projects.org} (63%) rename content/en/{resume.md => resume.org} (67%) delete mode 100644 content/en/vocal-synthesis.md create mode 100644 content/en/vocal-synthesis.org delete mode 100644 content/find-me.md create mode 100644 content/find-me.org create mode 100644 content/headers rename content/{index.md => index.org} (79%) delete mode 100644 content/keine-tashi.md create mode 100644 content/keine-tashi.org delete mode 100644 content/lfn/about.md create mode 100644 content/lfn/about.org delete mode 100644 content/lfn/conlanging.md create mode 100644 content/lfn/conlanging.org delete mode 100644 content/lfn/find-me.md create mode 100644 content/lfn/find-me.org rename content/lfn/{index.md => index.org} (65%) delete mode 100644 content/lfn/keine-tashi.md create mode 100644 content/lfn/keine-tashi.org rename content/lfn/{privacy.md => privacy.org} (70%) rename content/{projects.md => lfn/projects.org} (62%) rename content/lfn/{resume.md => resume.org} (68%) delete mode 100644 content/lfn/vocal-synthesis.md create mode 100644 content/lfn/vocal-synthesis.org rename content/{privacy.md => privacy.org} (79%) rename content/{lfn/projects.md => projects.org} (61%) rename content/{resume.md => resume.org} (67%) rename content/{vocal-synthesis.md => vocal-synthesis.org} (54%) diff --git a/.gitignore b/.gitignore index 07a447a..d803ee2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .temp .cache /content/.vuepress/dist/* +*.md diff --git a/content/about.md b/content/about.md deleted file mode 100644 index 9b44b63..0000000 --- a/content/about.md +++ /dev/null @@ -1,25 +0,0 @@ -# À Propos -## Introduction -Ceci est le site web personnel de Lucien Cartier-Tilet, aussi connu -sous le nom de « P’undrak » ou « Phundrak ». - -Il est écrit avec [Vuepress](https://v2.vuepress.vuejs.org/) et est -entièrement open-source. Vous pouvez trouver son code source sur [mon -instance personnelle -Gitea](https://labs.phundrak.com/phundrak/phundrak.com). Les icônes -utilisées sur ce site proviennent de plusieurs sources différentes : -- [IcoMoon](https://icomoon.io), que j’utilise pour consolider toutes - les icônes dans une même fonte, y compris des icônes de leur pack - par défaut, -- [FontAwesome](https://fontawesome.com/) d’où viennent la majorité - des icônes (leur implémentation de leur paquet pour Vue laisse à mon - avis plus qu’à désirer), -- La [Société de Création de - Langues](https://conlang.org/) dont j’ai modifié leur logo afin de - créer l’icône pour mes langues construites, -- [Emacs](https://www.gnu.org/software/emacs/) - et - [WriteFreely](https://writefreely.org/) dont j’ai recréé une partie - de leur logo respectif en SVG afin d’en créer une icône, -- [Gitea](https://gitea.io/) dont j’ai modifié - le logo en SVG pour l’avoir en monochrome. diff --git a/content/about.org b/content/about.org new file mode 100644 index 0000000..d182ad1 --- /dev/null +++ b/content/about.org @@ -0,0 +1,23 @@ +#+title: À Propos +#+setupfile: ./headers +#+language: fr + +* À Propos +** Introduction +Ceci est le site web personnel de Lucien Cartier-Tilet, aussi connu +sous le nom de « P’undrak » ou « Phundrak ». + +Il est écrit avec [[https://v2.vuepress.vuejs.org/][Vuepress]] et est entièrement open-source. Vous pouvez +trouver son code source sur [[https://labs.phundrak.com/phundrak/phundrak.com][mon instance personnelle Gitea]]. Les icônes +utilisées sur ce site proviennent de plusieurs sources différentes : +- [[https://icomoon.io][IcoMoon]], que j’utilise pour consolider toutes les icônes dans une + même fonte, y compris des icônes de leur pack par défaut, +- [[https://fontawesome.com/][FontAwesome]] d’où viennent la majorité des icônes (leur + implémentation de leur paquet pour Vue laisse à mon avis plus qu’à + désirer), +- La {{{icon(conlang)}}} [[https://conlang.org/][Société de Création de Langues]] dont j’ai modifié + leur logo afin de créer l’icône pour mes langues construites, +- {{{icon(emacs)}}} [[https://www.gnu.org/software/emacs/][Emacs]] et {{{icon(writefreely)}}} [[https://writefreely.org/][WriteFreely]] dont j’ai recréé + une partie de leur logo respectif en SVG afin d’en créer une icône, +- {{{icon(gitea)}}} [[https://gitea.io/][Gitea]] dont j’ai modifié le logo en SVG pour l’avoir en + monochrome. diff --git a/content/conlanging.md b/content/conlanging.md deleted file mode 100644 index d5add02..0000000 --- a/content/conlanging.md +++ /dev/null @@ -1,39 +0,0 @@ -# Création de langues - -Les *idéolangues*, ou *langues construites* (en anglais *conlang*), -sont des langues construites et artificielles, nées de l’esprit d’une -ou parfois quelques personnes. Elles se distinguent ainsi des *langues -naturelles* qui sont des langues ayant naturellement évolué depuis -d’autres langues plus anciennes, comme le Français, l’Anglais, le -Mandarin, le Japonais, le bahasa ou le !xhosa (oui, le point -d’exclamation fait partie de l’orthographe du nom de la langue). - -Les idéolangues peuvent avoir différents buts lors de leur création, -par exemple : -- être parlées comme des langues naturelles par des individus afin de - servir de *lingua franca* entre plusieurs communautés - linguistiques, comme le célèbre - [espéranto](https://en.wikipedia.org/wiki/Esperanto) ou bien la - [lingua franca nova](https://elefen.org) -- être une langue secrète que seules quelques personnes connaissent - afin de communiquer entre eux sans que d’autres personnes puissent - comprendre, un peu comme un argot, mais plus poussé encore -- être une expérience concrète de linguistique, comme le - [lojban](https://en.wikipedia.org/wiki/Lojban) qui essaie d’être la - langue la plus logique qui soit -- complémenter un univers littéraire, comme les langues elfiques de - Tolkien ou le klingon de Star Trek -- juste être une forme d’art, comme la peinture ou la poésie - -Dans mon cas, les deux dernières justifications sont celles qui me -poussent à créer de nouvelles langues. Mes deux projets principaux -actuellement sont le -[proto-ñyqy](https://conlang.phundrak.com/proto-nyqy) et -l’[éittlandais](https://conlang.phundrak.com/eittlandic). La première -est une langue racine qui me permettra de développer toute une famille -de langues dans mon univers littéraire, tandis que la seconde -s’inscrit dans un exercice créatif de création d’un pays fictif -présent dans notre monde. - -Plus d’informations peuvent être trouvées sur [mon site -d’idéolinguistique](https://conlang.phundrak.com/) (en anglais) diff --git a/content/conlanging.org b/content/conlanging.org new file mode 100644 index 0000000..4127415 --- /dev/null +++ b/content/conlanging.org @@ -0,0 +1,38 @@ +#+title: Création de langues +#+setupfile: ./headers +#+language: fr + +* Création de langues + +Les /idéolangues/, ou /langues construites/ (en anglais /conlang/), sont des +langues construites et artificielles, nées de l’esprit d’une ou +parfois quelques personnes. Elles se distinguent ainsi des /langues +naturelles/ qui sont des langues ayant naturellement évolué depuis +d’autres langues plus anciennes, comme le Français, l’Anglais, le +Mandarin, le Japonais, le bahasa ou le !xhosa (oui, le point +d’exclamation fait partie de l’orthographe du nom de la langue). + +Les idéolangues peuvent avoir différents buts lors de leur création, +par exemple : +- être parlées comme des langues naturelles par des individus afin de + servir de /lingua franca/ entre plusieurs communautés linguistiques, + comme le célèbre [[https://en.wikipedia.org/wiki/Esperanto][espéranto]] ou bien la [[https://elefen.org][lingua franca nova]] +- être une langue secrète que seules quelques personnes connaissent + afin de communiquer entre eux sans que d’autres personnes puissent + comprendre, un peu comme un argot, mais plus poussé encore +- être une expérience concrète de linguistique, comme le [[https://en.wikipedia.org/wiki/Lojban][lojban]] qui + essaie d’être la langue la plus logique qui soit +- complémenter un univers littéraire, comme les langues elfiques de + Tolkien ou le klingon de Star Trek +- juste être une forme d’art, comme la peinture ou la poésie + +Dans mon cas, les deux dernières justifications sont celles qui me +poussent à créer de nouvelles langues. Mes deux projets principaux +actuellement sont le [[https://conlang.phundrak.com/proto-nyqy][proto-ñyqy]] et l’[[https://conlang.phundrak.com/eittlandic][éittlandais]]. La première est une +langue racine qui me permettra de développer toute une famille de +langues dans mon univers littéraire, tandis que la seconde s’inscrit +dans un exercice créatif de création d’un pays fictif présent dans +notre monde. + +Plus d’informations peuvent être trouvées sur [[https://conlang.phundrak.com/][mon site +d’idéolinguistique]] (en anglais) diff --git a/content/en/about.md b/content/en/about.md deleted file mode 100644 index 6063cb3..0000000 --- a/content/en/about.md +++ /dev/null @@ -1,21 +0,0 @@ -# About -## Introduction -This is the personal website of Lucien “Phundrak” Cartier-Tilet. - -It is written with [Vuepress](https://v2.vuepress.vuejs.org/) and is -completely open-source. You can find the source code on my [personal -Gitea instance](https://labs.phundrak.com/phundrak/phundrak.com). -Icons used on this website come from different sources: -- [IcoMoon](https://icomoon.io/) which I use to consolidate all the - icons used in one font, including some icons from their default pack -- [FontAwesome](https://fontawesome.com/) from which most icons come - from --- their Vue package is, in my opinion, really not usable -- The [Language Creation - Society](https://conlang.org/) whose logo I modified in order to - create the icon used here when referring to my constructed languages -- [Emacs](https://www.gnu.org/software/emacs/) - and - [WriteFreely](https://writefreely.org/) whose respective logo I - partially remade as an SVG file in order to create an icon. -- [Gitea](https://gitea.io) whose logo I - modified to be monochromatic diff --git a/content/en/about.org b/content/en/about.org new file mode 100644 index 0000000..28d74fc --- /dev/null +++ b/content/en/about.org @@ -0,0 +1,21 @@ +#+title: About +#+setupfile: ../headers +#+language: en + +* About +** Introduction +This is the personal website of Lucien “Phundrak” Cartier-Tilet. + +It is written with [[https://v2.vuepress.vuejs.org/][Vuepress]] and is completely open-source. You can +find the source code on my [[https://labs.phundrak.com/phundrak/phundrak.com][personal Gitea instance]]. Icons used on this +website come from different sources: +- [[https://icomoon.io/][IcoMoon]] which I use to consolidate all the icons used in one font, + including some icons from their default pack +- [[https://fontawesome.com/][FontAwesome]] from which most icons come from --- their Vue package + is, in my opinion, really not usable +- The {{{icon(conlang)}}} [[https://conlang.org/][Language Creation Society]] whose logo I modified in + order to create the icon used here when referring to my constructed + languages +- {{{icon(emacs)}}} [[https://www.gnu.org/software/emacs/][Emacs]] and {{{icon(writefreely)}}} [[https://writefreely.org/][WriteFreely]] whose respective + logo I partially remade as an SVG file in order to create an icon. +- {{{icon(gitea)}}} [[https://gitea.io][Gitea]] whose logo I modified to be monochromatic diff --git a/content/en/conlanging.md b/content/en/conlanging.md deleted file mode 100644 index 22cef24..0000000 --- a/content/en/conlanging.md +++ /dev/null @@ -1,27 +0,0 @@ -# Conlanging -*Conlangs*, short for *constructed languages*, are artificial -languages born out of the mind of a single individual (sometimes a -couple of them), unlike natural languages born through countless -iterations by their native speakers, slowly evolving over time like -English, French, Mandarin, Japanese, Bahasa, or !Xhosa did. - -They can serve various goals from their creators: -- be spoken by as many people as possible as a neutral language, like - [Esperanto](https://en.wikipedia.org/wiki/Esperanto) and [Lingua - Franca Nova](https://elefen.org) -- be a secret language between a couple of people -- as a thought experiment, like [Lojban](https://en.wikipedia.org/wiki/Lojban) -- fill a litterary universe, like Tolkien’s elvish languages or Star - Trek’s Klingon -- for the sake of art itself - -In my case, the last two reasons are the main ones driving me to -create languages. My two main projects at the time of writing this -page are [Proto-Ñyqy](https://conlang.phundrak.com/proto-nyqy) and -[Eittlandic](https://conlang.phundrak.com/eittlandic). Both are -accompanied by their own worldbuilding project, although Proto-Ñyqy’s -worldbuilding is still largely secret while Eittland’s worldbuilding -is mostly public. - -More information can be found on my [conlanging -website](https://conlang.phundrak.com/). diff --git a/content/en/conlanging.org b/content/en/conlanging.org new file mode 100644 index 0000000..aa6474c --- /dev/null +++ b/content/en/conlanging.org @@ -0,0 +1,27 @@ +#+title: Conlanging +#+setupfile: ../headers +#+language: en + +* Conlanging +/Conlangs/, short for /constructed languages/, are artificial +languages born out of the mind of a single individual (sometimes a +couple of them), unlike natural languages born through countless +iterations by their native speakers, slowly evolving over time like +English, French, Mandarin, Japanese, Bahasa, or !Xhosa did. + +They can serve various goals from their creators: +- be spoken by as many people as possible as a neutral language, like + [[https://en.wikipedia.org/wiki/Esperanto][Esperanto]] and [[https://elefen.org][Lingua Franca Nova]] +- be a secret language between a couple of people +- as a thought experiment, like [[https://en.wikipedia.org/wiki/Lojban][Lojban]] +- fill a litterary universe, like Tolkien’s elvish languages or Star + Trek’s Klingon +- for the sake of art itself + +In my case, the last two reasons are the main ones driving me to +create languages. My two main projects at the time of writing this +page are [[https://conlang.phundrak.com/proto-nyqy][Proto-Ñyqy]] and [[https://conlang.phundrak.com/eittlandic][Eittlandic]]. Both are accompanied by their own +worldbuilding project, although Proto-Ñyqy’s worldbuilding is still +largely secret while Eittland’s worldbuilding is mostly public. + +More information can be found on my [[https://conlang.phundrak.com/][conlanging website]]. diff --git a/content/en/find-me.md b/content/en/find-me.md deleted file mode 100644 index eb71e37..0000000 --- a/content/en/find-me.md +++ /dev/null @@ -1,39 +0,0 @@ -# Where to find me? - -I am on various websites and some social networks where you can follow -me. - -## Social Networks -- **Mastodon** : - [@phundrak@phundrak.com](https://emacs.ch/@phundrak) should work, - otherwise head over to - [@phundrak@emacs.ch](https://emacs.ch/@phundrak) -- **Twitter** : - [@phundrak](https://twitter.com/phundrak), though I harldy use it - anymore and mostly reshare my Mastodon messages when I think to, and - sometimes they get truncated -- **Writefreely** : - - [**@phundrak@write.phundrak.com**](https://write.phundrak.com/phundrak) : - blog alternative - - [**@phundraks-short-stories@write.phundrak.com**](https://write.phundrak.com/phundraks-short-stories) : - short stories, mainly in French for now -- **Discord** : `Phundrak#0001` (tell me you - come from here, otherwise there’s a chance I’ll consider your - message as spam) - -## Other Websites -- **Email** : - [lucien@phundrak.com](mailto:lucien@phundrak.com) -- **Blog** : - [blog.phundrak.com](https://blog.phundrak.com) -- **Gitea** : - [@phundrak@labs.phundrak.com](https://labs.phundrak.com/phundrak) -- **GitHub** : - [Phundrak](https://github.com/Phundrak) -- **YouTube** : - [@phundrak](https://www.youtube.com/@phundrak) -- **Reddit**: - [/u/phundrak](https://www.reddit.com/user/phundrak) -- **LinkedIn**: [Lucien Cartier-Tilet](https://www.linkedin.com/in/lucien-cartier-tilet/) -- **Twitch**: - [phundrak](https://www.twitch.tv/phundrak) diff --git a/content/en/find-me.org b/content/en/find-me.org new file mode 100644 index 0000000..e40fdcc --- /dev/null +++ b/content/en/find-me.org @@ -0,0 +1,31 @@ +#+title: Where to find me +#+setupfile: ../headers +#+language: en + + +* Where to find me +I am on various websites and some social networks where you can follow +me. + +** Social Networks +- {{{icon(mastodon)}}} Mastodon :: [[https://emacs.ch/@phundrak][@phundrak@phundrak.com]] should work, + otherwise head over to [[https://emacs.ch/@phundrak][@phundrak@emacs.ch]] +- {{{icon(twitter)}}} Twitter :: [[https://twitter.com/phundrak][@phundrak]], though I harldy use it anymore + and mostly reshare my Mastodon messages when I think to, and + sometimes they get truncated +- {{{icon(writefreely)}}} Writefreely :: ⁣ + - [[https://write.phundrak.com/phundrak][@phundrak@write.phundrak.com]] : blog alternative + - [[https://write.phundrak.com/phundraks-short-stories][@phundraks-short-stories@write.phundrak.com]] :: short stories, + mainly in French for now +- {{{icon(discord)}}} Discord :: =Phundrak#0001= (tell me you come from here, + otherwise there’s a chance I’ll consider your message as spam) + +** Other Websites +- {{{icon(envelope)}}} Email :: [[mailto:lucien@phundrak.com][lucien@phundrak.com]] +- {{{icon(rss)}}} Blog :: [[https://blog.phundrak.com][blog.phundrak.com]] +- {{{icon(gitea)}}} Gitea :: [[https://labs.phundrak.com/phundrak][@phundrak@labs.phundrak.com]] +- {{{icon(github)}}} GitHub :: [[https://github.com/Phundrak][Phundrak]] +- {{{icon(youtube)}}} YouTube :: [[https://www.youtube.com/@phundrak][@phundrak]] +- {{{icon(reddit)}}} Reddit :: [[https://www.reddit.com/user/phundrak][/u/phundrak]] +- {{{icon(linkedin)}}} LinkedIn :: [[https://www.linkedin.com/in/lucien-cartier-tilet/][Lucien Cartier-Tilet]] +- {{{icon(twitch)}}} Twitch :: [[https://www.twitch.tv/phundrak][phundrak]] diff --git a/content/en/index.md b/content/en/index.org similarity index 60% rename from content/en/index.md rename to content/en/index.org index 0786a18..cf7cc63 100644 --- a/content/en/index.md +++ b/content/en/index.org @@ -1,12 +1,15 @@ -# Home +#+title: Home +#+setupfile: ../headers +#+language: en +* Home Hi, I’m Lucien Cartier-Tilet, a CS student studying for my Masters 2 -degree in THYP (in French: *Technologies de l’Hypermédia*, in English: -*Hypermedia’s Technologies*) at the Université Vincennes Saint-Denis +degree in THYP (in French: /Technologies de l’Hypermédia/, in English: +/Hypermedia’s Technologies/) at the Université Vincennes Saint-Denis (Paris 8). -I worked at VoxWave from 2012 to 2018 as its co-founder and CTO. During -that time, I developed French singing vocal libraries for vocal +I worked at VoxWave from 2012 to 2018 as its co-founder and CTO. +During that time, I developed French singing vocal libraries for vocal synthesizers, known as ALYS and LEORA. I’m a free software enthusiast, using GNU/Linux since 2008 and Emacs @@ -17,5 +20,4 @@ worlds and languages. I also like to go climbing, and hiking whenever I have the opportunity to. I speak natively French, and English at a native level. I also speak -some Japanese, [Lingua Franca Nova](https://elefen.org), and Norwegian -Bokmål. +some Japanese, [[https://elefen.org][Lingua Franca Nova]], and Norwegian Bokmål. diff --git a/content/en/keine-tashi.md b/content/en/keine-tashi.md deleted file mode 100644 index 97bfd0a..0000000 --- a/content/en/keine-tashi.md +++ /dev/null @@ -1,176 +0,0 @@ -# Introduction - -KEINE Tashi is a character and set of vocal libraries developed for -the shareware [UTAU](http://utau2008.web.fc2.com/), a singing voice -synthesizer. I developed KEINE Tashi over the course of several years, -from 2012 to 2015. Three vocal libraries have been released to the -public, the most used one being his *JPN Power Extend* one. On March -10th, 2017, I announced I would cease any kind of activity related to -UTAU. - - - -# Character and vocal libraries -Here’s a copy and paste of some old pages describing KEINE Tashi: - -## Presentation - -Illustration de KEINE Tashi par Umi - - -- **Codename:** BSUP01 恵音བཀྲ་ཤིས་ KEINE Tashi -- **First name:** Tashi (བཀྲ་ཤིས་), Tibetan name meaning “auspicious” -- **Last name:** Keine (恵音), Japanese name meaning “Blessing - sound”. It reads as “keine”, although its regular reading should - be “megumine”. -- **Model:** BSUP (Bödkay Shetang UTAU Project) -- **Number:** 01 -- **Gender:** male -- **Birthday (lore):** June 28th, 1991 -- **Birthday (first release):** October 14th, 2012 -- **Weight:** 154 lb / 70 kg -- **Heigh:** 6′0″ / 182 cm (very tall for a Tibetan) -- **Hair color:** black -- **Eyes color:** brown~black -- **Appearance:** Tashi wears a modernized Tibetan suit from the - Amdo Region (Chinese: 安多 Ānduō), colored in blue. He also wears - some turquoise jeweleries. -- **Favorite food:** meat momo (Tibetan raviolies) -- **Character item:** a Tibetan manuscript -- **Voice and creator:** [Phundrak](https://phundrak.com) (me) -- **Likes :** to meditate, calligraphy, old books, manuscripts (is - that a self-insert?) -- **Dislikes:** selfishness, lies, arrogance -- **Personality:** Tashi is somebody very calm, sweet. He really - enjoys old books and manuscripts, and he LOVES meditate! He's never - hungry, so, he can stay meditating for 2~3 days meditating, just - like that, until he realizes that he should eat something. And he - always keeps quiet, it's really hard to make him angry. - - But when he is, his anger becomes wrath. Anyone who experienced it - can attest how complex and difficult it is to calm him down. - Strangely enough, shortly after being confronted by Tashi, the - victims of this wrath see their quality of life greatly improve. - Maybe these people needed to hear some truths they refused to face - before? - -## Vocal libraries -### JPN VCV -- **Download link:** - | Extension | Size | Link | - |-----------|----------|-----------------------------------------------------------------------------------| - | 7z | 25.7 MiB | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.7z) | - | tar.xz | 32.5 MiB | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.tar.xz) | - | zip | 38.0 MiB | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.zip) | -- **File size:** 60.7 MB -- **Total uncompressed size:** 94.4 MB -- **Number of voice phonemes:** 1264 (253 audio files) -- **Average frequency:** G#2 -- **Vocal range:** C2~D3 -- **FRQ file presence:** partial -- **Release date:** October, 14th 2012 -- **Phoneme encoding:** Romaji with hiragana and CV romaji aliases -- **Supported languages:** Japanese -- **oto.ini:** Tuned myself -- **Recommended engines:** TIPS, VS4U - -### JPN Extend Power -- **Download link:** - | Extension | Size | Link | - |-----------|--------|--------------------------------------------------------------------------------------------| - | 7z | 1.1Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.7z) | - | tar.xz | 1.1Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.tar.xz) | - | zip | 1.2Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.zip) | -- **File size:** 114 MB -- **Total uncompressed size:** 155 MB -- **Number of voice phonemes:** 3020 (546 audio files) -- **Average frequency:** C3 -- **Vocal range:** B1~D4 -- **FRQ file presence:** partial -- **Release date:** June 28th, 2013 -- **Phoneme encoding:** Romaji (hiragana aliases) -- **Supported languages:** Japanese -- **oto.ini:** Tuned myself -- **Recommended engines:** VS4U, world4utau - -### JPN Extend Youth - -- **Download link:** - | Extension | Size | Link | - |-----------|----------|--------------------------------------------------------------------------------------------| - | 7z | 237.7Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.7z) | - | tar.xz | 243.5Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.tar.xz) | - | zip | 268.7Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.zip) | -- **File size:** 36.9 MB -- **Total uncompressed size:** 42.0 MB -- **Number of voice phonemes:** 1954 (182 audio files) -- **Average frequency:** C4 -- **Vocal range:** F#3~A#4 -- **FRQ file presence:** partial -- **Release date:** June 28th, 2013 -- **Phoneme encoding:** Romaji (hiragana aliases, romaji added with - the oto.ini update) -- **Supported languages:** Japanese -- **oto.ini:** Tuned myself -- **Recommended engines:** fresamp, VS4U, world4utau - -### JPN Extend Native -- **Status:** abandonned - -### TIB CVVC -- **Status:** abandonned - -### ENG - -Illustration de KEINE Tashi EN - - -- **Status:** abandonned - -# Usage clause and license -KEINE Tashi is released under the [CC BY-SA-NC 4.0 -license](https://creativecommons.org/licenses/by-nc-sa/4.0/), meaning -you are free to: - -- **use:** make use of the vocal libraries in UTAU or any other - singing vocal synthesizer software. -- **adapt:** remix, transform, and build upon the material -- **share:** copy and redistribute the material in any medium or - format - -my work, on the condition of: - -- **Attribution:** You must give appropriate credit, provide a link - to the license, and indicate if changes were made. You may do so - in any reasonable manner, but not in any way that suggests the - licensor endorses you or your use. -- **NonCommercial:** You may not use the material for commercial - purposes. -- **ShareAlike:** If you remix, transform, or build upon the - material, you must distribute your contributions under the same - license as the original. - -Although I cannot add anything to this legal notice, I would also like -if you followed the following rules of thumb regarding this character: -any religious use of this character and its vocal libraries is -forbidden, except for folk music, and Buddhist and Bön songs. However, -due to the current controversy, any song linked to His Holiness the -Gyalwa Karmapa is strictly forbidden until said controversy has been -officially resolved. This is also applicable to His Holiness the Dalai -Lama, the Venerable Shamar Rinpoche, and Tai Situ Rinpoche. If you -have any question or if you are unsure, please email me. diff --git a/content/en/keine-tashi.org b/content/en/keine-tashi.org new file mode 100644 index 0000000..333a3ff --- /dev/null +++ b/content/en/keine-tashi.org @@ -0,0 +1,189 @@ +#+title: Keine Tashi +#+setupfile: ../headers +#+language: en + +* Introduction +KEINE Tashi is a character and set of vocal libraries developed for +the shareware [[http://utau2008.web.fc2.com/][UTAU]], a singing voice synthesizer. I developed KEINE +Tashi over the course of several years, from 2012 to 2015. Three vocal +libraries have been released to the public, the most used one being +his *JPN Power Extend* one. On March 10th, 2017, I announced I would +cease any kind of activity related to UTAU. + +#+begin_export html + +#+end_export + +* Character and vocal libraries +Here’s a copy and paste of some old pages describing KEINE Tashi: + +** Presentation +#+begin_export html + +Illustration de KEINE Tashi par Umi + + +#+end_export + +- Codename :: BSUP01 恵音བཀྲ་ཤིས་ KEINE Tashi +- First name :: Tashi (བཀྲ་ཤིས་), Tibetan name meaning “auspicious” +- Last name :: Keine (恵音), Japanese name meaning “Blessing sound”. + It reads as “keine”, although its regular reading should be + “megumine”. +- Model :: BSUP (Bödkay Shetang UTAU Project) +- Number :: 01 +- Gender :: male +- Birthday (lore) :: June 28th, 1991 +- Birthday (first release) :: October 14th, 2012 +- Weight :: 154 lb / 70 kg +- Heigh :: 6′0″ / 182 cm (very tall for a Tibetan) +- Hair color :: black +- Eyes color :: brown~black +- Appearance :: Tashi wears a modernized Tibetan suit from the Amdo + Region (Chinese: 安多 Ānduō), colored in blue. He also wears some + turquoise jeweleries. +- Favorite food :: meat momo (Tibetan raviolies) +- Character item :: a Tibetan manuscript +- Voice and creator :: [[https://phundrak.com][Phundrak]] (me) +- Likes :: to meditate, calligraphy, old books, manuscripts (is that + a self-insert?) +- Dislikes :: selfishness, lies, arrogance +- Personality :: Tashi is somebody very calm, sweet. He really enjoys + old books and manuscripts, and he LOVES meditate! He's never hungry, + so, he can stay meditating for 2~3 days meditating, just like that, + until he realizes that he should eat something. And he always keeps + quiet, it's really hard to make him angry. + + But when he is, his anger becomes wrath. Anyone who experienced it + can attest how complex and difficult it is to calm him down. + Strangely enough, shortly after being confronted by Tashi, the + victims of this wrath see their quality of life greatly improve. + Maybe these people needed to hear some truths they refused to face + before? + +** Vocal libraries +*** JPN VCV +- Download link :: ⁣ + + | Extension | Size | Link | + |-----------+----------+------| + | 7z | 25.7 MiB | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.7z][DL]] | + | tar.xz | 32.5 MiB | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.tar.xz][DL]] | + | zip | 38.0 MiB | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.zip][DL]] | + +- File size :: 60.7 MB +- Total uncompressed size :: 94.4 MB +- Number of voice phonemes :: 1264 (253 audio files) +- Average frequency :: G#2 +- Vocal range :: C2~D3 +- FRQ file presence :: partial +- Release date :: October, 14th 2012 +- Phoneme encoding :: Romaji with hiragana and CV romaji aliases +- Supported languages :: Japanese +- oto.ini :: Tuned myself +- Recommended engines :: TIPS, VS4U + +*** JPN Extend Power +- Download link :: ⁣ + + | Extension | Size | Link | + |-----------+--------+------| + | 7z | 1.1Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.7z][DL]] | + | tar.xz | 1.1Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.tar.xz][DL]] | + | zip | 1.2Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.zip][DL]] | + +- File size :: 114 MB +- Total uncompressed size :: 155 MB +- Number of voice phonemes :: 3020 (546 audio files) +- Average frequency :: C3 +- Vocal range :: B1~D4 +- FRQ file presence :: partial +- Release date :: June 28th, 2013 +- Phoneme encoding :: Romaji (hiragana aliases) +- Supported languages :: Japanese +- oto.ini :: Tuned myself +- Recommended engines :: VS4U, world4utau + +*** JPN Extend Youth + +- Download link :: ⁣ + + | Extension | Size | Link | + |-----------+----------+------| + | 7z | 237.7Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.7z][DL]] | + | tar.xz | 243.5Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.tar.xz][DL]] | + | zip | 268.7Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.zip][DL]] | + +- File size :: 36.9 MB +- Total uncompressed size :: 42.0 MB +- Number of voice phonemes :: 1954 (182 audio files) +- Average frequency :: C4 +- Vocal range :: F#3~A#4 +- FRQ file presence :: partial +- Release date :: June 28th, 2013 +- Phoneme encoding :: Romaji (hiragana aliases, romaji added with the + oto.ini update) +- Supported languages :: Japanese +- oto.ini :: Tuned myself +- Recommended engines :: fresamp, VS4U, world4utau + +*** JPN Extend Native +- Status :: abandonned + +*** TIB CVVC +- Status :: abandonned + +*** ENG +#+begin_export html + +Illustration de KEINE Tashi EN + +#+end_export + +- Status :: abandonned + +* Usage clause and license +KEINE Tashi is released under the [[https://creativecommons.org/licenses/by-nc-sa/4.0/][CC BY-SA-NC 4.0 license]], meaning you +are free to: + +- use :: make use of the vocal libraries in UTAU or any other singing + vocal synthesizer software. +- adapt :: remix, transform, and build upon the material +- share :: copy and redistribute the material in any medium or format + +my work, on the condition of: + +- Attribution :: You must give appropriate credit, provide a link to + the license, and indicate if changes were made. You may do so in any + reasonable manner, but not in any way that suggests the licensor + endorses you or your use. +- NonCommercial :: You may not use the material for commercial + purposes. +- ShareAlike :: If you remix, transform, or build upon the material, + you must distribute your contributions under the same license as the + original. + +Although I cannot add anything to this legal notice, I would also like +if you followed the following rules of thumb regarding this character: +any religious use of this character and its vocal libraries is +forbidden, except for folk music, and Buddhist and Bön songs. However, +due to the current controversy, any song linked to His Holiness the +Gyalwa Karmapa is strictly forbidden until said controversy has been +officially resolved. This is also applicable to His Holiness the Dalai +Lama, the Venerable Shamar Rinpoche, and Tai Situ Rinpoche. If you +have any question or if you are unsure, please email me. diff --git a/content/en/privacy.md b/content/en/privacy.org similarity index 73% rename from content/en/privacy.md rename to content/en/privacy.org index 9840af8..02e1ad8 100644 --- a/content/en/privacy.md +++ b/content/en/privacy.org @@ -1,14 +1,17 @@ -# Privacy -## Where is the website hosted? +#+title: Privacy +#+setupfile: ../headers +#+language: en + +* Privacy +** Where is the website hosted? This website is hosted on my private physical server, located in the town of Bron in France, near Lyon. All of my websites are also hosted -on this server, except for -[`labs.phundrak.com`](https://labs.phundrak.com) and -`mail.phundrak.com` which are hosted on servers rented to Scaleway and -OVH France respectively. These servers are also located in France. +on this server, except for [[https://labs.phundrak.com][=labs.phundrak.com=]] and =mail.phundrak.com= +which are hosted on servers rented to Scaleway and OVH France +respectively. These servers are also located in France. -## Cookies -### What are cookies? +** Cookies +*** What are cookies? Cookies are small files a website saves on your computer or mobile phone when you visit a website. Although not all sites make use of them, they are nevertheless extremely common in order to allow @@ -23,11 +26,11 @@ However, as this site is protected by Cloudflare, they may also host some cookies to remember, for example, that your browser is safe or to record traffic to the site. -### How can I control cookies on my computer? +*** How can I control cookies on my computer? If you don't want Cloudflare to record your browsing activity on my website, a good adblocker should do the trick. I personally recommend -[uBlock Origin](https://ublockorigin.com/), one of the most effective -adblockers I know of if not the most effective one. +[[https://ublockorigin.com/][uBlock Origin]], one of the most effective adblockers I know of if not +the most effective one. You can also manually delete cookies from your browser, but given the number of browsers out there, it might be quicker for you to look up @@ -35,7 +38,7 @@ DuckDuckGo, Qwant or Startpage to do this for your current browser (if you're worried about cookie usage, I guess you'll want to avoid Google). -### What about other methods of tracking users? +*** What about other methods of tracking users? There are other more subtle methods of tracking someone on the internet, or even via emails or any web content rendered on the screen, such as web beacons (minuscule, invisible images). It is also @@ -43,11 +46,11 @@ possible to store Flash cookies or local shared objects. This site does not use them at all. -## Is there targeted advertisement on this website? +** Is there targeted advertisement on this website? There’s no advertisement to begin with. If you see any, check your computer and browser for virus, that is not normal. -## How often is this page updated? +** How often is this page updated? It is updated from time to time to reflect any changes in how my website behaves, or if I notice errors on this page (such as typos). I might add some user tracking, however don’t worry, Matomo (the service @@ -57,7 +60,6 @@ only. Matomo respects the privacy of a website’s users. The date of the last update of this web page can be found at its very beginning. -## I have other questions +** I have other questions And I have the answers! I’ll be more thang happy to chat with you by -email, feel free to send me one at -[lucien@phundrak.com](mailto:lucien@phundrak.com). +email, feel free to send me one at [[mailto:lucien@phundrak.com][lucien@phundrak.com]]. diff --git a/content/en/projects.md b/content/en/projects.org similarity index 63% rename from content/en/projects.md rename to content/en/projects.org index f430391..2f122ae 100644 --- a/content/en/projects.md +++ b/content/en/projects.org @@ -1,5 +1,10 @@ -# Programming Projects -## Pinned GitHub Projects +#+title: Projects +#+setupfile: ../headers +#+language: en + +* Programming Projects +** Pinned GitHub Projects +#+begin_export html @@ -8,13 +13,18 @@ +#+end_export -## Most Starred Projects on GitHub +** Most Starred Projects on GitHub +#+begin_export html +#+end_export -## Latest Active Repositories on GitHub +** Latest Active Repositories on GitHub +#+begin_export html +#+end_export diff --git a/content/en/resume.md b/content/en/resume.org similarity index 67% rename from content/en/resume.md rename to content/en/resume.org index 2856c54..0291010 100644 --- a/content/en/resume.md +++ b/content/en/resume.org @@ -1,15 +1,17 @@ -# Resume +#+title: Resume +#+setupfile: ../headers +#+language: en -## Profesionnal Experiences -### Aubay (2023 - ) +* Resume +** Profesionnal Experiences +*** Aubay (2023 - ) - Internship from early February to early August 2023 - Web development - Usage of Angular, Java Spring Boot, and PostgreSQL -### VoxWave (2014 - 2018) +*** VoxWave (2014 - 2018) Startup specialized in the creation of French virtual singers using -vocal synthesis. Its best known product is ALYS. [More -here](./vocal-synthesis.md). +vocal synthesis. Its best known product is ALYS. [[./vocal-synthesis.md][More here]]. - Co-founder - Development of singing synthesis vocal libraries @@ -17,52 +19,50 @@ here](./vocal-synthesis.md). - User support - Recruit training for vocal libraries development -## Education -### 2nd Year Master’s Degree (University of Paris 8) +** Education +*** 2nd Year Master’s Degree (University of Paris 8) Year repeated due to health issues with no long-lasting consequences. -### 1st Year Master’s Degree (University of Paris 8) -### Computer Science Bachelor Degree (University of Paris 8) -### English Literature (University of Lyon 2) -Studied for a year and a half until the creation of -[VoxWave](#voxwave-2014-2018). +*** 1st Year Master’s Degree (University of Paris 8) +*** Computer Science Bachelor Degree (University of Paris 8) +*** English Literature (University of Lyon 2) +Studied for a year and a half until the creation of [[./resume.md#voxwave-2014-2018][VoxWave]]. -## Web Programming -### Front-end +** Web Programming +*** Front-end - Regularly using Angular, Vue, and Node.js - Good knowledge in HTML5, CSS3 (including SASS, SCSS, and LESS), and Javascript - I know my way around in Python, Dart, and TypeScript - Learning React and Next.js -### Back-end -- Regularly using Rust ([actix-web](https://actix.rs/) and - [Rocket](https://rocket.rs/)) and Java Spring Boot +*** Back-end +- Regularly using Rust ([[https://actix.rs/][actix-web]] and [[https://rocket.rs/][Rocket]]) and Java Spring Boot - Some experience in back-end development with Django (Python) - Some experience communicating with a database with Django’s and - [Diesel](https://diesel.rs)’s ORM. Know my way around EmacSQL. + [[https://diesel.rs][Diesel]]’s ORM. Know my way around EmacSQL. - Used MySQL and PostgreSQL -## System Programming +** System Programming - Experienced in Rust, C and EmacsLisp knowledge - I know my way around C++, Python, and UNIX shells (bash, fish, Eshell) - Limited knowledge in Prolog and Scheme -## Development Tools -### IDEs and Text Editors +** Development Tools +*** IDEs and Text Editors - Advanced user of Emacs, including its LSP and Git integrations - Good knowledge of Git (including Magit under Emacs), VS Code, and Eclipse - Basic knowledge of Vim, CLion, Pycharm, and WebStorm -### CI/CD and Deploying to the Web +*** CI/CD and Deploying to the Web - Experienced with web servers such as Nginx and Caddyserver - Good knowledge of virtualization and deployment with Docker and Docker Compose for virtualization, Drone.io, and GitHub Actions for deployment. -## Operating Systems +** Operating Systems - Usage and administration of Linux (Arch Linux, Void Linux, Debian, Ubuntu, Alpine Linux) - Administration of web servers and storage servers (Arch Linux, @@ -70,21 +70,19 @@ Studied for a year and a half until the creation of - Basic knowledge with Guix System and NixOS, and Windows XP through 10 (except Vista) -## Office Applications +** Office Applications - Good knowledge with org-mode (main tool), LaTeX - I know my way around LibreOffice, Microsoft Office, OnlyOffice, and WPS Office -## Audio - -### Singing Vocal Synthesis - +** Audio +*** Singing Vocal Synthesis - Development and creation of vocal libraries for VOCALOID3, Alter/Ego, Chipspeech, and UTAU - Usage of VOCALOID 2 through 4, Alter/Ego, Chipspeech, UTAU, CeVIO Creative Studio -### Audio Engineering +*** Audio Engineering - Music writing and mix software: FL Studio - Audio repair and cleaning: iZotope RX - Mastering: T-RackS CS diff --git a/content/en/vocal-synthesis.md b/content/en/vocal-synthesis.md deleted file mode 100644 index 48d89d4..0000000 --- a/content/en/vocal-synthesis.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -title: Vocal Synthesis ---- -# My works in vocal synthesis - -From 2011 to 2018, I worked as an amateur and professional in singing -vocal synthesis. More precisely, I was creating vocal libraries used -by various libraries, mainly UTAU and Alter/Ego. - -## UTAU - -I began working with UTAU first by the end of 2011 on an unnamed and -deleted Japanese vocal library. While I didn’t maintain it for long, -mainly due to its bad recording quality (I recorded it with a low-end -desktop microphone) and configuration, it did teach me the basics of -creating vocal libraries and working with audio files. - -In October 14th, 2012, I released my second vocal library, named -*BSUP01 KEINE Tashi JPN VCV* which was of higher quality both due to -the recording equipment, manner of recording, and configuration, -though still relatively average for the time. My best work with this -series of vocal libraries was *BSUP01 KEINE Tashi JPN Extend Power*, a -high-energy voice made in similar circumstances but with yet again -better know-how. - -This series of vocal libraries also featured *BSUP01 KEINE Tashi TIB -CVVC* and *BSUP02 Drolma TIB*, the two first Tibetan vocal libraries -for singing vocal synthesis worldwide. - -I later created in UTAU *ALYS 001 JPN*, *ALYS 001 FRA*, and *ALYS 002 -FRA* as prototypes, known as *ALYS4UTAU*, for our upcoming product -while working at VoxWave. - -While all these vocal libraries have been discontinued, vocal -libraries for *BSUP01 KEINE Tashi* and *ALYS* are available for -download. Please refer to the following pages: -- **BSUP01 KEINE Tashi**: [BSUP01 KEINE Tashi](keine-tashi.md) -- **ALYS for UTAU**: [Open-Sourcing - ALYS](https://blog.phundrak.com/open-sourcing-alys/) - -## Alter/Ego -[Alter/Ego](https://www.plogue.com/products/alter-ego.html) is a -singing vocal synthesis engine made by [Plogue -Inc.](https://www.plogue.com/). ALYS was its first commercial vocal -library as well as the first professional singing vocal library -available in French. - -Due to the architecture and behaviour of Alter/Ego, important changes -had to be done to the recording script for ALYS (later re-used for -LEORA). Including the development of the new recording scripts, the -initial development period for ALYS spanned well over a year, with -some additional eight to nine months for its first major update. - -ALYS for Alter/Ego, also known as *ALYS4AE*, is available free of -charge as a module for Alter/Ego, and its source files are publicly -available since December 15th, 2021. However, in accordance with -Plogue, no reciepe for building ALYS for Alter/Ego have been made -available. - -More information on open-sourcing ALYS -[here](https://blog.phundrak.com/open-sourcing-alys/). diff --git a/content/en/vocal-synthesis.org b/content/en/vocal-synthesis.org new file mode 100644 index 0000000..6fc9d0b --- /dev/null +++ b/content/en/vocal-synthesis.org @@ -0,0 +1,61 @@ +#+title: Vocal Synthesis +#+setupfile: ../headers +#+language: en + +#+begin_export html +--- +title: Vocal Synthesis +--- +#+end_export + +* My works in vocal synthesis +From 2011 to 2018, I worked as an amateur and professional in singing +vocal synthesis. More precisely, I was creating vocal libraries used +by various libraries, mainly UTAU and Alter/Ego. + +** UTAU +I began working with UTAU first by the end of 2011 on an unnamed and +deleted Japanese vocal library. While I didn’t maintain it for long, +mainly due to its bad recording quality (I recorded it with a low-end +desktop microphone) and configuration, it did teach me the basics of +creating vocal libraries and working with audio files. + +In October 14th, 2012, I released my second vocal library, named +/BSUP01 KEINE Tashi JPN VCV/ which was of higher quality both due to the +recording equipment, manner of recording, and configuration, though +still relatively average for the time. My best work with this series +of vocal libraries was /BSUP01 KEINE Tashi JPN Extend Power/, a +high-energy voice made in similar circumstances but with yet again +better know-how. + +This series of vocal libraries also featured /BSUP01 KEINE Tashi TIB +CVVC/ and /BSUP02 Drolma TIB/, the two first Tibetan vocal libraries for +singing vocal synthesis worldwide. + +I later created in UTAU /ALYS 001 JPN/, /ALYS 001 FRA/, and /ALYS 002 FRA/ +as prototypes, known as /ALYS4UTAU/, for our upcoming product while +working at VoxWave. + +While all these vocal libraries have been discontinued, vocal +libraries for /BSUP01 KEINE Tashi/ and /ALYS/ are available for download. +Please refer to the following pages: +- BSUP01 KEINE Tashi :: [[./keine-tashi.md][BSUP01 KEINE Tashi]] +- ALYS for UTAU :: [[https://blog.phundrak.com/open-sourcing-alys/][Open-Sourcing ALYS]] + +** Alter/Ego +[[https://www.plogue.com/products/alter-ego.html][Alter/Ego]] is a singing vocal synthesis engine made by [[https://www.plogue.com/][Plogue Inc.]]. +ALYS was its first commercial vocal library as well as the first +professional singing vocal library available in French. + +Due to the architecture and behaviour of Alter/Ego, important changes +had to be done to the recording script for ALYS (later re-used for +LEORA). Including the development of the new recording scripts, the +initial development period for ALYS spanned well over a year, with +some additional eight to nine months for its first major update. + +ALYS for Alter/Ego, also known as /ALYS4AE/, is available free of charge +as a module for Alter/Ego, and its source files are publicly available +since December 15th, 2021. However, in accordance with Plogue, no +reciepe for building ALYS for Alter/Ego have been made available. + +More information on open-sourcing ALYS [[https://blog.phundrak.com/open-sourcing-alys/][here]]. diff --git a/content/find-me.md b/content/find-me.md deleted file mode 100644 index ebbe371..0000000 --- a/content/find-me.md +++ /dev/null @@ -1,34 +0,0 @@ -# Où me trouver ? - -Je suis présent sur différentes plateformes et quelques réseaux -sociaux où vous pouvez me suivre. - -## Réseaux sociaux -- **Mastodon** : - [@phundrak@phundrak.com](https://emacs.ch/@phundrak) devrait - fonctionner, sinon direction - [@phundrak@emacs.ch](https://emacs.ch/@phundrak) -- **Twitter** : [@phundrak](https://twitter.com/phundrak), cependant - je n’y suis plus très actif et j’y repartage principalement mes - messages Mastodon qui parfois se font tronquer -- **Writefreely** : - - [**@phundrak@write.phundrak.com**](https://write.phundrak.com/phundrak) : - billets personnels - - [**@phundraks-short-stories@write.phundrak.com**](https://write.phundrak.com/phundraks-short-stories) : - histoires courtes -- **Discord** : `Phundrak#0001` (dites-moi que - vous venez d’ici, autrement il est possible que je considère le - message comme du pourriel) - -## Autres plateformes -- **Courriel** : [lucien@phundrak.com](mailto:lucien@phundrak.com) -- **Blog** : [blog.phundrak.com](https://blog.phundrak.com) -- **Gitea** : - [@phundrak@labs.phundrak.com](https://labs.phundrak.com/phundrak) -- **GitHub** : - [Phundrak](https://github.com/Phundrak) -- **YouTube** : - [@phundrak](https://www.youtube.com/@phundrak) -- **Reddit**: [/u/phundrak](https://www.reddit.com/user/phundrak) -- **LinkedIn**: [Lucien Cartier-Tilet](https://www.linkedin.com/in/lucien-cartier-tilet/) -- **Twitch**: [phundrak](https://www.twitch.tv/phundrak) diff --git a/content/find-me.org b/content/find-me.org new file mode 100644 index 0000000..acb43ec --- /dev/null +++ b/content/find-me.org @@ -0,0 +1,31 @@ +#+title: Où me trouver ? +#+setupfile: ./headers +#+language: fr + +* Où me trouver ? + +Je suis présent sur différentes plateformes et quelques réseaux +sociaux où vous pouvez me suivre. + +** Réseaux sociaux +- {{{icon(mastodon)}}} *Mastodon* : [[https://emacs.ch/@phundrak][@phundrak@phundrak.com]] devrait + fonctionner, sinon direction [[https://emacs.ch/@phundrak][@phundrak@emacs.ch]] +- {{{icon(twitter)}}} *Twitter* : [[https://twitter.com/phundrak][@phundrak]], cependant je n’y suis plus très + actif et j’y repartage principalement mes messages Mastodon qui + parfois se font tronquer +- {{{icon(writefreely)}}} *Writefreely* : + - [[https://write.phundrak.com/phundrak][*@phundrak@write.phundrak.com*]] : billets personnels + - [[https://write.phundrak.com/phundraks-short-stories][*@phundraks-short-stories@write.phundrak.com*]] : histoires courtes +- {{{icon(discord)}}} *Discord* : =Phundrak#0001= (dites-moi que vous venez + d’ici, autrement il est possible que je considère le message comme + du pourriel) + +** Autres plateformes +- {{{icon(envelope)}}} *Courriel* : [[mailto:lucien@phundrak.com][lucien@phundrak.com]] +- {{{icon(rss)}}} *Blog* : [[https://blog.phundrak.com][blog.phundrak.com]] +- {{{icon(gitea)}}} *Gitea* : [[https://labs.phundrak.com/phundrak][@phundrak@labs.phundrak.com]] +- {{{icon(github)}}} *GitHub* : [[https://github.com/Phundrak][Phundrak]] +- {{{icon(youtube)}}} *YouTube* : [[https://www.youtube.com/@phundrak][@phundrak]] +- {{{icon(reddit)}}} *Reddit*: [/u/phundrak](https://www.reddit.com/user/phundrak) +- {{{icon(linkedin)}}} *LinkedIn*: [[https://www.linkedin.com/in/lucien-cartier-tilet/][Lucien Cartier-Tilet]] +- {{{icon(twitch)}}} *Twitch*: [[https://www.twitch.tv/phundrak][phundrak]] diff --git a/content/headers b/content/headers new file mode 100644 index 0000000..d20761d --- /dev/null +++ b/content/headers @@ -0,0 +1,7 @@ +# -*- mode: org -*- +#+author: Lucien Cartier-Tilet +#+email: lucien@phundrak.com +#+creator: Lucien Cartier-Tilet +#+options: H:4 broken_links:mark email:t ^:{} tex:dvisvgm toc:nil + +#+macro: icon @@html:@@ diff --git a/content/index.md b/content/index.org similarity index 79% rename from content/index.md rename to content/index.org index d5ae84f..e578e57 100644 --- a/content/index.md +++ b/content/index.org @@ -1,7 +1,11 @@ -# Accueil +#+title: Accueil +#+setupfile: ./headers +#+language: fr + +* Accueil Bonjour, je suis Lucien Cartier-Tilet, un étudiant en Master 2 THYP -(*Technologies de l’Hypermédia*) à l’Université Vincennes Saint-Denis +(/Technologies de l’Hypermédia/) à l’Université Vincennes Saint-Denis (Paris 8). J’ai travaillé chez VoxWave de 2012 à 2018 en tant que co-fondateur et @@ -17,5 +21,5 @@ de langues et univers fictifs. J’aime aussi faire de l’escalade et quand l’opportunité se présente, de la randonnée. Ma langue maternelle est le Français, mais je parle également -couramment en anglais. J’ai également des bases en japonais, [lingua -franca nova](https://elefen.org), et en norvégien bokmål. +couramment en anglais. J’ai également des bases en japonais, [[https://elefen.org][lingua +franca nova]], et en norvégien bokmål. diff --git a/content/keine-tashi.md b/content/keine-tashi.md deleted file mode 100644 index 5691b0b..0000000 --- a/content/keine-tashi.md +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: BSUP01 Keine Tashi ---- -# Présentation - -Keine Tashi est un personnage et le nom d’une collection de banques -vocales développées pour le logiciel -[UTAU](http://utau2008.web.fc2.com/), un logiciel de synthèse de voix -pour le chant. J’ai développé Keine Tashi de 2012 à 2015 et publiai -trois de ses banques vocales. Celle ayant rencontre le plus de succès -fut sa banque vocale *JPN Extend Power*. Le 10 mars 2017, j’annonçai -arrêter toutes activités liées à UTAU. - - - -# Personnage et banques vocales -Voici une traduction en français des informations ayant trait à Keine -Tashi sur d’anciennes pages le présentant. - -## Présentation - - -Illustration de Keine Tashi par Umi - - -- **Nom de code :** BSUP01 恵音བཀྲ་ཤིས་ Keine Tashi -- **Prénom :** Tashi (བཀྲ་ཤིས་), prénom tibétain signifiant « auspicieux » -- **Nom :** Keine (恵音), nom japonais signifiant « son bénissant ». - Le nom se lit « keine » bien que sa lecture normale devrait être - « megumine ». -- **Modèle :** BSUP (Bödkay Shetang UTAU Project, *Projet UTAU de Chant Tibétain*) -- **Numéro :** 01 -- **Sexe :** homme -- **Anniversaire (personnage) :** 28 juin 1998 -- **Première publication :** 14 octobre 2012 -- **Poids :** 154 lb / 70 kg -- **Taille :** 182 cm -- **Couleur de cheveux :** noir -- **Couleur des yeux :** entre le marron et le noir -- **Apparance :** Tashi porte une version modernisée d’un habit - tibétain traditionnel de la région de l’Amdo (Chinois : 安多 - Ānduō) coloré en bleu. Il porte également quelques bijoux de - turquoise. -- **Nourriture préférée :** momo à la viande (raviolis tibétains) -- **Objet signature :** un manuscrit tibétain -- **Voix et créateur :** [Phundrak](https ://phundrak.com) (moi) -- **Aime :** méditer, la calligraphie, les vieux livres et - manuscripts (en gros, moi à l’époque ou je créai ce personnage) -- **N’aime pas :** l’égoïsme, les mensonges, l’arrogance -- **Personnalité :** Tashi est quelqu’un de très calme et - d’agréable. Il adore les vieux livres et manuscrits, mais ce qu’il - aime par-dessus tout est la méditation. Il n’a jamais faim, ce qui - fait qu’il peut rester pendant plusieurs jours à méditer si - l’envie le prend, jusqu’au moment où il réalise qu’il a *besoin* - de manger. Il est très difficile de le mettre en colère. - - Mais quand il le devient, sa colère devient explosive. Le calmer - devient alors une tâche extrêmement complexe. Étrangement, les - victimes de son courroux voient peu de temps après leur qualité de - vie grandement s’améliorer. Peut-être ces personnes avaient besoin - d’entendre des réalités auxquelles elles refusaient de faire - face ? - -## Banques vocales -### JPN VCV -- **Lien de téléchargement :** - | Extension | Taille | Lien | - |-----------|----------|-----------------------------------------------------------------------------------| - | 7z | 25.7 Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_VCV.7z) | - | tar.xz | 32.5 Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_VCV.tar.xz) | - | zip | 38.0 Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_VCV.zip) | -- **Taille décompressée :** 47.1Mio -- **Nombre de phonèmes :** 1264 (253 fichiers audio) -- **Note moyenne :** G#2 -- **Plage vocale :** C2~D3 -- **Présence de fichiers FRQ :** partiel -- **Date de publication :** 14 octobre 2012 -- **Encodage des phonèmes :** Romaji avec des alias hiragana et un - support CV en romaji -- **Langues supportées :** Japonais -- **Moteurs de synthèse recommandés :** TIPS, VS4U - -### JPN Extend Power -- **Lien de téléchargement :** - | Extension | Taille | Lien | - |-----------|---------|--------------------------------------------------------------------------------------------| - | 7z | 1.1 Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_Extend_Power.7z) | - | tar.xz | 1.1 Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_Extend_Power.tar.xz) | - | zip | 1.2 Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_Extend_Power.zip) | -- **Taille décompressée :** 1.3Gio -- **Nombre de phonèmes :** 3020 (546 fichiers audio) -- **Note moyenne :** C3 -- **Plage vocale :** B1~D4 -- **Présence de fichiers FRQ :** partiel -- **Date de publication :** 28 juin 2013 -- **Encodage des phonèmes :** Romaji (alias hiragana) -- **Langues supportées :** Japonais -- **Moteurs de synthèse recommandés :** VS4U, world4utau - -### JPN Extend Youth - -- **Lien de téléchargement :** - | Extension | Taille | Lien | - |-----------|-----------|--------------------------------------------------------------------------------------------| - | 7z | 237.7 Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_Extend_Youth.7z) | - | tar.xz | 243.5 Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_Extend_Youth.tar.xz) | - | zip | 268.7 Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_Keine_Tashi_JPN_Extend_Youth.zip) | -- **Taille décompressée :** 301.1Mio -- **Nombre de phonèmes :** 1954 (182 fichiers audio) -- **Note moyenne :** C4 -- **Plage vocale :** F#3~A#4 -- **Présence de fichiers FRQ :** partiel -- **Date de publication :** 28 juin 2013 -- **Encodage des phonèmes :** Romaji (alias hiragana) -- **Langues supportées :** Japonais -- **Moteurs de synthèse recommandés :** fresamp, VS4U, world4utau - -### JPN Extend Native -- **Status :** abandonné - -### TIB CVVC -- **Status :** abandonné - -### ENG - - -Illustration de Keine Tashi EN - - -- **Status :** abandonné - -# Licence d’utilisation -Keine Tashi est publié sous la licence [CC BY-SA-NC -4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Cela -signifie que vous êtes libres : -- **d’utiliser :** utiliser les banques vocales dans UTAU ou tout - autre logiciel ; -- **de partager :** copier, distribuer et communiquer le matériel - par tous moyens et sous tous formats ; -- **d’adapter :** remixer, transformer et créer à partir du - matériel ; - -Selon les conditions suivantes : - -- **Attribution :** Vous devez me créditer lors de l’utilisation de - Tashi, intégrer un lien vers la licence et indiquer si des - modifications ont été effectuées. Vous devez indiquer ces - informations par tous les moyens raisonnables, sans toutefois - suggérer que je vous soutienne ou que je soutienne la façon dont - vous utilisez Tashi ; -- **Pas d’Utilisation Commerciale :** Vous n’êtes pas autorisé à - faire un usage commercial de Tashi, tout ou partie du matériel le - composant ; -- **Partage dans les Mêmes Conditions :** Dans le cas où vous - effectuez un remix, que vous transformez ou créez à partir du - matériel composant Tashi, vous devez le diffuser modifié dans les - mêmes conditions, c'est-à-dire avec la même licence avec laquelle - Tashi est diffusé ici. - -Bien que je ne puisse pas ajouter d’éléments à cette licence légale, -je souhaiterais ajouter une requête personnelle : merci de ne pas -créer de chansons à caractère religieux, à l’exception des chansons -tibétaines bouddhistes ou bön. Cependant, du fait de la controverse -actuelle concernant l’identité de Sa Sainteté le Gyalwa Karmapa, toute -chanson lié à sa personne est également interdite jusqu’à résolution -officielle de la situation. Cette interdiction est également -applicable à Sa Sainteté le Dalaï Lama, au Vénérable Shamar Rinpoché -et Tai Situ Rinpoche. Si vous avez la moindre question, n’hésitez pas -à m’[envoyer un email](mailto:lucien@phundrak.com). diff --git a/content/keine-tashi.org b/content/keine-tashi.org new file mode 100644 index 0000000..9b24e2b --- /dev/null +++ b/content/keine-tashi.org @@ -0,0 +1,191 @@ +#+title: Keine Tashi +#+setupfile: ./headers +#+language: fr + +#+begin_export html +--- +title: BSUP01 Keine Tashi +--- +#+end_export + +* Présentation +Keine Tashi est un personnage et le nom d’une collection de banques +vocales développées pour le logiciel [[http://utau2008.web.fc2.com/][UTAU]], un logiciel de synthèse de +voix pour le chant. J’ai développé Keine Tashi de 2012 à 2015 et +publiai trois de ses banques vocales. Celle ayant rencontre le plus de +succès fut sa banque vocale /JPN Extend Power/. Le 10 mars 2017, +j’annonçai arrêter toutes activités liées à UTAU. + +#+begin_export html + + +#+end_export + +* Personnage et banques vocales +Voici une traduction en français des informations ayant trait à Keine +Tashi sur d’anciennes pages le présentant. + +** Présentation +#+begin_export html + +Illustration de Keine Tashi par Umi + +#+end_export + +- Nom de code :: BSUP01 恵音བཀྲ་ཤིས་ Keine Tashi +- Prénom :: Tashi (བཀྲ་ཤིས་), prénom tibétain signifiant « auspicieux » +- Nom :: Keine (恵音), nom japonais signifiant « son bénissant ». Le + nom se lit « keine » bien que sa lecture normale devrait être + « megumine ». +- Modèle :: BSUP (Bödkay Shetang UTAU Project, /Projet UTAU de Chant + Tibétain/) +- Numéro :: 01 +- Sexe :: homme +- Anniversaire (personnage) :: 28 juin 1998 +- Première publication :: 14 octobre 2012 +- Poids :: 154 lb / 70 kg +- Taille :: 182 cm +- Couleur de cheveux :: noir +- Couleur des yeux :: entre le marron et le noir +- Apparance :: Tashi porte une version modernisée d’un habit tibétain + traditionnel de la région de l’Amdo (Chinois : 安多 Ānduō) coloré en + bleu. Il porte également quelques bijoux de turquoise. +- Nourriture préférée :: momo à la viande (raviolis tibétains) +- Objet signature :: un manuscrit tibétain +- Voix et créateur :: [[https://phundrak.com][Phundrak]] (moi) +- Aime :: méditer, la calligraphie, les vieux livres et manuscripts + (en gros, moi à l’époque ou je créai ce personnage) +- N’aime pas :: l’égoïsme, les mensonges, l’arrogance +- Personnalité :: Tashi est quelqu’un de très calme et d’agréable. Il + adore les vieux livres et manuscrits, mais ce qu’il aime par-dessus + tout est la méditation. Il n’a jamais faim, ce qui fait qu’il peut + rester pendant plusieurs jours à méditer si l’envie le prend, + jusqu’au moment où il réalise qu’il a /besoin/ de manger. Il est très + difficile de le mettre en colère. + + Mais quand il le devient, sa colère devient explosive. Le calmer + devient alors une tâche extrêmement complexe. Étrangement, les + victimes de son courroux voient peu de temps après leur qualité de + vie grandement s’améliorer. Peut-être ces personnes avaient besoin + d’entendre des réalités auxquelles elles refusaient de faire face ? + +** Banques vocales +*** JPN VCV +- Lien de téléchargement :: ⁣ + | Extension | Taille | Lien | + |-----------+----------+------| + | 7z | 25.7 MiB | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.7z][DL]] | + | tar.xz | 32.5 MiB | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.tar.xz][DL]] | + | zip | 38.0 MiB | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.zip][DL]] | +- Taille décompressée :: 47.1Mio +- Nombre de phonèmes :: 1264 (253 fichiers audio) +- Note moyenne :: G#2 +- Plage vocale :: C2~D3 +- Présence de fichiers FRQ :: partiel +- Date de publication :: 14 octobre 2012 +- Encodage des phonèmes :: Romaji avec des alias hiragana et un + support CV en romaji +- Langues supportées :: Japonais +- Moteurs de synthèse recommandés :: TIPS, VS4U + +*** JPN Extend Power +- Lien de téléchargement :: ⁣ + | Extension | Taille | Lien | + |-----------+--------+------| + | 7z | 1.1Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.7z][DL]] | + | tar.xz | 1.1Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.tar.xz][DL]] | + | zip | 1.2Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.zip][DL]] | + +- Taille décompressée :: 1.3Gio +- Nombre de phonèmes :: 3020 (546 fichiers audio) +- Note moyenne :: C3 +- Plage vocale :: B1~D4 +- Présence de fichiers FRQ :: partiel +- Date de publication :: 28 juin 2013 +- Encodage des phonèmes :: Romaji (alias hiragana) +- Langues supportées :: Japonais +- Moteurs de synthèse recommandés :: VS4U, world4utau + +*** JPN Extend Youth +- Lien de téléchargement :: ⁣ + | Extension | Taille | Lien | + |-----------+----------+------| + | 7z | 237.7Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.7z][DL]] | + | tar.xz | 243.5Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.tar.xz][DL]] | + | zip | 268.7Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.zip][DL]] | + +- Taille décompressée :: 301.1Mio +- Nombre de phonèmes :: 1954 (182 fichiers audio) +- Note moyenne :: C4 +- Plage vocale :: F#3~A#4 +- Présence de fichiers FRQ :: partiel +- Date de publication :: 28 juin 2013 +- Encodage des phonèmes :: Romaji (alias hiragana) +- Langues supportées :: Japonais +- Moteurs de synthèse recommandés :: fresamp, VS4U, world4utau + +*** JPN Extend Native +- Status :: abandonné + +*** TIB CVVC +- Status :: abandonné + +*** ENG +#+begin_export html + +Illustration de Keine Tashi EN + +#+end_export + +- Status :: abandonné + +* Licence d’utilisation +Keine Tashi est publié sous la licence [[https://creativecommons.org/licenses/by-nc-sa/4.0/][CC BY-SA-NC 4.0]]. Cela signifie +que vous êtes libres : +- d’utiliser :: utiliser les banques vocales dans UTAU ou tout autre + logiciel ; +- de partager :: copier, distribuer et communiquer le matériel par + tous moyens et sous tous formats ; +- d’adapter :: remixer, transformer et créer à partir du matériel ; + +Selon les conditions suivantes : + +- Attribution :: Vous devez me créditer lors de l’utilisation de + Tashi, intégrer un lien vers la licence et indiquer si des + modifications ont été effectuées. Vous devez indiquer ces + informations par tous les moyens raisonnables, sans toutefois + suggérer que je vous soutienne ou que je soutienne la façon dont + vous utilisez Tashi ; +- Pas d’Utilisation Commerciale :: Vous n’êtes pas autorisé à faire un + usage commercial de Tashi, tout ou partie du matériel le composant ; +- Partage dans les Mêmes Conditions :: Dans le cas où vous effectuez + un remix, que vous transformez ou créez à partir du matériel + composant Tashi, vous devez le diffuser modifié dans les mêmes + conditions, c'est-à-dire avec la même licence avec laquelle Tashi + est diffusé ici. + +Bien que je ne puisse pas ajouter d’éléments à cette licence légale, +je souhaiterais ajouter une requête personnelle : merci de ne pas +créer de chansons à caractère religieux, à l’exception des chansons +tibétaines bouddhistes ou bön. Cependant, du fait de la controverse +actuelle concernant l’identité de Sa Sainteté le Gyalwa Karmapa, toute +chanson lié à sa personne est également interdite jusqu’à résolution +officielle de la situation. Cette interdiction est également +applicable à Sa Sainteté le Dalaï Lama, au Vénérable Shamar Rinpoché +et Tai Situ Rinpoche. Si vous avez la moindre question, n’hésitez pas +à m’[[mailto:lucien@phundrak.com][envoyer un email]]. diff --git a/content/lfn/about.md b/content/lfn/about.md deleted file mode 100644 index c12a164..0000000 --- a/content/lfn/about.md +++ /dev/null @@ -1,24 +0,0 @@ -# A tema de esta loca ueb - -## Introdui -Asi es la loca ueb personal de Lucien Cartier-Tilet, ance conoseda -commo “P’undrak” o “Phundrak”. - -Lo es scriveda con [Vuepress](https://v2.vuepress.vuejs.org/) e es -completa de fonte abrida. On pote trova la totalia de la testo de -fonte sur [mea loca ueb Gitea -personal](https://labs.phundrak.com/phundrak/phundrak.com). La icones -ce es usada sur esa loca ueb veni de varia orijinas diversa: -- [IcoMoon](https://icomoon.io) ce me usa afin faxi icones en un tipo - de letra unica, incluinte alga de lor propre icones, -- [FontAwesome](https://fontawesome.com/) de do la majoria de mea - icones veni (lor util per Vue no es vera bon en mea opinia) -- La [Asosia de Crea de - Linguas](https://conlang.org/) de cual me ia - altera lor logo per mea linguas construida, -- [Emacs](https://www.gnu.org/software/emacs/) e - [WriteFreely](https://writefreely.org/) - de cual me ia recrea parte de lor logo propre en SVG afin de crea un - icon, -- [Gitea](https://gitea.io) de cual me ia altera - la logo afin fa lo monocromatica. diff --git a/content/lfn/about.org b/content/lfn/about.org new file mode 100644 index 0000000..f1944ab --- /dev/null +++ b/content/lfn/about.org @@ -0,0 +1,22 @@ +#+title: A tema +#+setupfile: ../headers +#+language: lfn + +* A tema +** Introdui +Asi es la loca ueb personal de Lucien Cartier-Tilet, ance conoseda +commo “P’undrak” o “Phundrak”. + +Lo es scriveda con [[https://v2.vuepress.vuejs.org/][Vuepress]] e es completa de fonte abrida. On pote +trova la totalia de la testo de fonte sur [[https://labs.phundrak.com/phundrak/phundrak.com][mea Gitea personal]]. La +icones ce es usada sur esa loca ueb veni de varia orijinas diversa: +- [[https://icomoon.io][IcoMoon]] ce me usa afin faxi icones en un tipo de letra unica, + incluinte alga de lor propre icones, +- [[https://fontawesome.com/][FontAwesome]] de do la majoria de mea icones veni (lor util per Vue no + es vera bon en mea opinia) +- La {{{icon(conlang)}}} [[https://conlang.org/][Asosia de Crea de Linguas]] {{{icon(conlang)}}} de cual me + ia altera lor logo per mea linguas construida, +- {{{icon(emacs)}}}[[https://www.gnu.org/software/emacs/][Emacs]] e {{{icon(writefreely)}}} [[https://writefreely.org/][WriteFreely]] de cual me ia + recrea parte de lor logo propre en SVG afin de crea un icon, +- {{{icon(gitea)}}} [[https://gitea.io][Gitea]] de cual me ia altera la logo afin fa lo + monocromatica. diff --git a/content/lfn/conlanging.md b/content/lfn/conlanging.md deleted file mode 100644 index b4ddbb2..0000000 --- a/content/lfn/conlanging.md +++ /dev/null @@ -1,30 +0,0 @@ -# Crea de linguas - -La *linguas construida* (en engles *conlang*) es linguas artifis -naseda de la spirito de un, o a veses alga persones. Les es diferente -de linguas natural ce apare con la evolui de un lingua presedente -parlada par un popla completa dura multiple sentenios, como franses, -engles, putong, nion, bahasa o cosa (engles: *!Xhosa*). - -Linguas construida pote ave difere intende tra sua crea, pe: -- es parlada como otra linguas natural afin de es un lingua franca - entre multiple comunias, como elefen o esperanto -- es un lingua secreta ce sola algun persones conose afin de comunica - sin ce on comprende los -- esperia lo ce es posible linguisticamente, como - [Lojban](https://en.wikipedia.org/wiki/Lojban) ce atenta a es la - lingua la plu lojica -- completa un universo fantasial, como la linguas elfin de Tolkien o - klingon de Star Trek -- sola es arte, como la pinta o la poesia. - -En mea caso, la du ultima espicas es los ce me impulsa a crea nova -linguas. Mea du projetas xef es -[proto-ñyqy](https://conlang.phundrak.com/proto-nyqy) e -[eittlansce](https://conlang.phundrak.com/eittlandic). La prima es un -lingua prima ce se fundi sur no otra lingua, ma ce me va usa a crea un -familia linguistica completa, en ce eittlansce es desende de la lingua -de la vicinges, vea nordica, e ce se parla en la pais fantasial de -Eittland. - -On pote trove plu de informa sur [mea loca ueb de linguas construida](https://conlang.phundrak.com/). diff --git a/content/lfn/conlanging.org b/content/lfn/conlanging.org new file mode 100644 index 0000000..1987575 --- /dev/null +++ b/content/lfn/conlanging.org @@ -0,0 +1,30 @@ +#+title: Crea de linguas +#+setupfile: ../headers +#+language: lfn + +* Crea de linguas +La /linguas construida/ (en engles /conlang/) es linguas artifis naseda de +la spirito de un persone, o a veses alga persones. Les es diferente de +linguas natural ce apare con la evolui de un lingua presedente parlada +par un popla completa dura multiple sentenios, como franses, engles, +putong, nion, o bahasa o cosa (/!Xhosa/). + +Linguas construida pote ave diversa intende tra sua crea, pe: +- es parlada como otra linguas natural afin de es un lingua franca + entre multiple comunias, como elefen o esperanto +- es un lingua secreta ce sola algun persones conose afin de comunica + sin ce on comprende los +- esperia lo ce es posible linguisticamente, como [[https://en.wikipedia.org/wiki/Lojban][Lojban]] ce atenta a + es la lingua la plu lojica +- completa un universo fantasial, como la linguas elfin de Tolkien o + klingon de Star Trek +- sola es arte, como la pinta o la poesia. + +En mea caso, la du ultima espicas es lo ce me impulsa a crea nova +linguas. Mea du projetas xef es [[https://conlang.phundrak.com/proto-nyqy][proto-ñyqy]] e [[https://conlang.phundrak.com/eittlandic][eittlansce]]. La prima es +un lingua prima ce se fundi sur no otra lingua, ma ce me va usa a crea +un familia linguistica completa, en ce eittlansce es desende de la +lingua de la vicinges, vea nordica, e ce se parla en la pais fantasial +de Eittland. + +On pote trove plu de informa sur [[https://conlang.phundrak.com/][mea loca ueb de linguas construida]]. diff --git a/content/lfn/find-me.md b/content/lfn/find-me.md deleted file mode 100644 index 8d0d9ef..0000000 --- a/content/lfn/find-me.md +++ /dev/null @@ -1,33 +0,0 @@ -# Do on pote me trova? - -On pote me trova sur multe loca ueb e redes sosial do te pote me segue. - -## Redes sosial -- **Mastodon** : - [@phundrak@phundrak.com](https://emacs.ch/@phundrak) ta debe - funsiona, si no visita - [@phundrak@emacs.ch](https://emacs.ch/@phundrak) -- **Twitter** : - [@phundrak](https://twitter.com/phundrak), ma me lo usa a poca - veses, la plu de mea tuitas es mea mesajes mastodon ce es a vesas - truncada -- **Writefreely** : - - [**@phundrak@write.phundrak.com**](https://write.phundrak.com/phundrak) : - revistas personal - - [**@phundraks-short-stories@write.phundrak.com**](https://write.phundrak.com/phundraks-short-stories) : - istorias corta (a multe veses en Frans) -- **Discord** : `Phundrak#0001` (dise me ce tu - veni de asi, si no me pote pensa ce tua mesaje es spam) - -## Other Websites -- **Eposta** : [lucien@phundrak.com](mailto:lucien@phundrak.com) -- **Blog** : [blog.phundrak.com](https://blog.phundrak.com) -- **Gitea** : - [@phundrak@labs.phundrak.com](https://labs.phundrak.com/phundrak) -- **GitHub** : - [Phundrak](https://github.com/Phundrak) -- **YouTube** : - [@phundrak](https://www.youtube.com/@phundrak) -- **Reddit**: [/u/phundrak](https://www.reddit.com/user/phundrak) -- **LinkedIn**: [Lucien Cartier-Tilet](https://www.linkedin.com/in/lucien-cartier-tilet/) -- **Twitch**: [phundrak](https://www.twitch.tv/phundrak) diff --git a/content/lfn/find-me.org b/content/lfn/find-me.org new file mode 100644 index 0000000..a17c5e2 --- /dev/null +++ b/content/lfn/find-me.org @@ -0,0 +1,28 @@ +#+title: Do trova me +#+setupfile: ../headers +#+language: lfn + +* Do trova me +On pote trova me sur multe loca ueb e redes sosial do on pote segue me. + +** Redes sosial +- {{{icon(mastodon)}}} Mastodon :: [[https://emacs.ch/@phundrak][@phundrak@phundrak.com]] ta debe funsiona, + si no, visita [[https://emacs.ch/@phundrak][@phundrak@emacs.ch]] +- {{{icon(twitter)}}} Twitter :: [[https://twitter.com/phundrak][@phundrak]], ma me usa lo a poca veses, la + plu de mea tuitas es mea mesajes mastodon ce es a vesas truncada +- {{{icon(writefreely)}}} Writefreely :: ⁣ + - [[https://write.phundrak.com/phundrak][@phundrak@write.phundrak.com]] :: revistas personal + - [[https://write.phundrak.com/phundraks-short-stories][@phundraks-short-stories@write.phundrak.com]] :: istorias corta (a + multe veses en Frans) +- {{{icon(discord)}}} Discord :: =Phundrak#0001= (dise me ce tu veni de asi, + si no, me pote pensa ce tua mesaje es spam) + +** Other Websites +- {{{icon(envelope)}}} Eposta :: [[mailto:lucien@phundrak.com][lucien@phundrak.com]] +- {{{icon(rss)}}} Blog :: [[https://blog.phundrak.com][blog.phundrak.com]] +- {{{icon(gitea)}}} Gitea :: [[https://labs.phundrak.com/phundrak][@phundrak@labs.phundrak.com]] +- {{{icon(github)}}} GitHub :: [[https://github.com/Phundrak][Phundrak]] +- {{{icon(youtube)}}} YouTube :: [[https://www.youtube.com/@phundrak][@phundrak]] +- {{{icon(reddit)}}} Reddit :: [[https://www.reddit.com/user/phundrak][/u/phundrak]] +- {{{icon(linkedin)}}} LinkedIn :: [[https://www.linkedin.com/in/lucien-cartier-tilet/][Lucien Cartier-Tilet]] +- {{{icon(twitch)}}} Twitch :: [[https://www.twitch.tv/phundrak][phundrak]] diff --git a/content/lfn/index.md b/content/lfn/index.org similarity index 65% rename from content/lfn/index.md rename to content/lfn/index.org index 78d33d0..9c9997d 100644 --- a/content/lfn/index.md +++ b/content/lfn/index.org @@ -1,8 +1,12 @@ -# Paje Prima +#+title: Paje prima +#+setupfile: ../headers +#+language: lfn + +* Paje prima Saluta, me es Lucien Cartier-Tilet, un studiante de informatica en la -Master 2 THYP (franses: *Technologies de l’Hypermédia*, elefen: -*Tecnolojia de la Ipermedia*) en la Universia Vincennes Saint-Denis +Master 2 THYP (franses: /Technologies de l’Hypermédia/, elefen: +/Tecnolojia de la Ipermedia/) en la Universia Vincennes Saint-Denis (Paris 8). Me ia labora a VoxWave de 2012 a 2018 como un de sua co-fundores e sua @@ -13,8 +17,8 @@ Me es un zelo de la programes libre, usante GNU/Linux de 2008 e Emacs de 2016. Me amatos es la crea de programes e construi mundos e linguas -fantasial. Me ama ance asende e, cuando me lo pote, pasea en la -montania. +fantasial. Me ama ance asende e pasea en la montania cuando me pote +lo. Mea lingua prima es franses, ma me pote parla fasil engles. Me ance pote parla alga nion, norsce (bokmål) e elefen. diff --git a/content/lfn/keine-tashi.md b/content/lfn/keine-tashi.md deleted file mode 100644 index 5fac514..0000000 --- a/content/lfn/keine-tashi.md +++ /dev/null @@ -1,167 +0,0 @@ ---- -title: BSUP01 KEINE Tashi ---- -# Presenta - -KEINE Tashi es un carater e la nom de un colie de bancos de voses -developa per la program [UTAU](http://utau2008.web.fc2.com/), un -program de sintese de vose per canta. Me ia developa KEINE Tashi de -2012 a 2015 e me ia publici tre de sua bancos de vose. La ce ia ave la -plu de susede ia sua banco de vose *JPN Extend Power*. La 10 marto -2017, me ia anunsia ce me para tota mea ativias liada a UTAU. - - - -# Carater e bancos de vose -On ave asi en elefen la informas liada a KEINE Tashi sur vea pajinas -ce le ia presenta. - -## Presenta - -Desinia de KEINE Tashi par Umi - - -- **Nom de codigo:** BSUP01 恵音བཀྲ་ཤིས་ KEINE Tashi -- **Nom individua:** Tashi (བཀྲ་ཤིས་), nom individua bod ce sinifia "augurida" -- **Nom familial:** Keine (恵音), nom familial nion ce sinifia "sona - bondisada". On debe leje la nom como "keine", an si la leje ta es - "megumine". -- **Model:** BSUP (Bödkay Shetang UTAU Project, franses: *Projet UTAU - de Chant Tibétain*, elefen: *Projeta UTAU de Canta Bod*) -- **Numero:** 01 -- **Seso:** om -- **Aniversario (carater):** 28 junio 1998 -- **Primera Publici:** 14 otobre 2012 -- **Pesa:** 70 kg / 154 lb -- **Taie:** 182 cm / 5 ft 11 in -- **Color de capeles:** negra -- **Color de oios:** entre la brun e la negra -- **Aspeta:** Tashi apone un varia moderna de un veste bod tradisional - de la rejion de Amdo (Jonguo: 安多 Ānduō) de color azul o blu. El - apone egal joalas de turcesa. -- **Comable prefereda:** momo a la carne (raviolis bod) -- **Ojeto suscrive:** un manoscrito bod -- **Vose e creor:** [Phundrak](https://phundrak.com) (me) -- **Ama:** medita, la caligrafia, vea libros e manuscritos (en - jeneral, mea cuando me ia crea esa carater) -- **No ama:** la egosia, mentis, vania -- **Personalia:** Tashi es algun ce es multe calma e gustable. El - gusta vea libros e manuscritos, ma lo ce el gusta plu ce tota es - medita. El fami an nunca, par acel el pote mudi et medita durante - multe dias si el vole lo, asta el momento cuando el **nesesa** come. - El coleri multe difisil. - - Ma cuando coleri, sua coler deveni esplodente. Calmi el deveni alora - un taxe multa compleso. Ma es bizara ce la vitimes de sua furia ave - la cualia de sua vives deveni multe plu bon e se boni enorme. Se - pote ce esa personas ia nesesa oia realias ce los ia refusa oia? - -## Bancos de voses -### JPN VCV -- **Descarga:** - | Sufisa | Taie | Iperlia | - |--------|---------|-----------------------------------------------------------------------------------| - | 7z | 25.7Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.7z) | - | tar.xz | 32.5Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.tar.xz) | - | zip | 38.0Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.zip) | -- **Taie descompresada:** 47.1Mio -- **Numero de fonemes:** 1264 (253 fixes audio) -- **Tono media:** G#2 -- **Estende vosal:** C2~D3 -- **Presente de fixes FRQ:** partal -- **Data de publici:** 14 otobre 2012 -- **Codigo de la fonemes:** Romaji con aliases hiragana e CV en - romaji -- **Linguas suportada:** nion -- **Motores de sintese recomenda:** TIPS, VS4U - -### JPN Extend Power -- **Descarga:** - | Sufisa | Taie | Iperlia | - |--------|--------|--------------------------------------------------------------------------------------------| - | 7z | 1.1Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.7z) | - | tar.xz | 1.1Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.tar.xz) | - | zip | 1.2Gio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.zip) | -- **Taie descompresada:** 1.3Gio -- **Numero de fonemes:** 3020 (546 fixes audio) -- **Tono media:** C3 -- **Estende vosal:** B1~D4 -- **Presente de fixes FRQ:** partal -- **Data de publici:** 28 junio 2013 -- **Codigo de la fonemes:** Romaji (aliases hiragana) -- **Linguas suportada:** nion -- **Motores de sintese recomenda:** VS4U, world4utau - -### JPN Extend Youth - -- **Descarga:** - | Sufisa | Taie | Iperlia | - |--------|----------|--------------------------------------------------------------------------------------------| - | 7z | 237.7Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.7z) | - | tar.xz | 243.5Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.tar.xz) | - | zip | 268.7Mio | [DL](https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.zip) | -- **Taie descompresada:** 301.1Mio -- **Numero de fonemes:** 1954 (182 fixes audio) -- **Tono media:** C4 -- **Estende vosal:** F#3~A#4 -- **Presente de fixes FRQ:** partal -- **Data de publici:** 28 junio 2013 -- **Codigo de la fonemes:** Romaji (aliases hiragana) -- **Linguas suportada:** nion -- **Motores de sintese recomenda:** fresamp, VS4U, world4utau - -### JPN Extend Native -- **State:** abandonada - -### TIB CVVC -- **State:** abandonada - -### ENG - - -Desinia de KEINE Tashi EN - - -- **State:** abandonada - -# Lisensa de usa -KEINE Tashi es publica con la lisensa [CC BY-SA-NC -4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Esa sinifia -ce tu pote: -- **usa**: usa la bancos de voses en UTAU o tota otra program -- **comparti**: copia e distribui la materia en cualce media o formato -- **adata**: remisca, muta e crea partinte de la materia - -Si te respeta esa condisionas: -- **Atribui**: te debe de atribui mea cuando te usa Tashi, inclui un - iperlia a la lisensa e indica si te ia muta alga cosa. Te debe - incida esa informas con tota media razonante, ma no de forma ce on - pote crede ce me promove o suporta tua usa de Tashi -- **NoComersial**: te pote a no grado ave un usa comersial Tashi -- **CompartiEgal**: si te fe un remisca, un modifia o si te crea - partinte de la materia de Tashi, te debe comparti lo con la mesma - state, per dise con la mesma lisensa ce me comparti Tashi asi. - -An con ce me no pote ajunta elementos a esa lisensa legal, me vole -ajunta un solisita personal: me prefere si te no ta crea cantas -relijial estra de cantas bod budiste o bon. An con tota, par causa de -la controversa consernante la identia de Sua Santia La Gialua Karmapa, -tota canta lia a sua person es nonpermeteda asta esa situa es solveda. -Esa despermete es simil aplicada a Sia Santia la Dalai Lama, la -Onorable Xamar Rinpotxe e Tai Situ Rinpotxe. Si te ave un demanda o si -te no es serta, envia me [un eposta](mailto:lucien@phundrak.com). diff --git a/content/lfn/keine-tashi.org b/content/lfn/keine-tashi.org new file mode 100644 index 0000000..29a2fe5 --- /dev/null +++ b/content/lfn/keine-tashi.org @@ -0,0 +1,182 @@ +#+title: BSUP01 Keine Tashi +#+setupfile: ../headers +#+language: lfn + +#+begin_export html +--- +title: BSUP01 Keine Tashi +--- +#+end_export + +* Presenta +KEINE Tashi es un carater e la nom de un colie de bancos de voses +developa per la program [[http://utau2008.web.fc2.com/][UTAU]], un program de sintese de vose per canta. +Me ia developa KEINE Tashi de 2012 a 2015 e me ia publici tre de sua +bancos de vose. La ce ia ave la plu de susede ia es sua banco de vose +/JPN Extend Power/. La 10 marto 2017, me ia anunsia ce me para tota mea +ativias liada a UTAU. + +#+begin_export html + +#+end_export + +* Carater e bancos de vose +On ave asi en elefen la informas liada a KEINE Tashi sur sua vea +pajinas ce le ia presenta. + +** Presenta +#+begin_export html + +Desinia de KEINE Tashi par Umi + +#+end_export + +- Nom de codigo :: BSUP01 恵音བཀྲ་ཤིས་ KEINE Tashi +- Nom individua :: Tashi (བཀྲ་ཤིས་), nom individua bod ce sinifia "augurida" +- Nom familial :: Keine (恵音), nom familial nion ce sinifia "sona + bondisada". On debe leje la nom como "keine", an si la leje ta debe + es "megumine". +- Model :: BSUP (Bödkay Shetang UTAU Project, franses: /Projet UTAU + de Chant Tibétain/, elefen: /Projeta UTAU de Canta Bod/) +- Numero :: 01 +- Seso :: om +- Aniversario (carater) :: 28 junio 1998 +- Primera Publici :: 14 otobre 2012 +- Pesa :: 70 kg / 154 lb +- Taie :: 182 cm / 5 ft 11 in +- Color de capeles :: negra +- Color de oios :: entre la brun e la negra +- Aspeta :: Tashi apone un varia moderna de un veste bod tradisional + de la rejion de Amdo (Jonguo: 安多 Ānduō) de color azul o blu. El + apone egal joalas de turcesa. +- Comable prefereda :: momo a la carne (raviolis bod) +- Ojeto suscrive :: un manoscrito bod +- Vose e creor :: [[https://phundrak.com][Phundrak]] (me) +- Ama :: medita, la caligrafia, vea libros e manuscritos (en jeneral, + me cuando me ia crea esa carater) +- No ama :: la egosia, mentis, vania +- Personalia :: Tashi es algun ce es multe calma e gustable. El gusta + vea libros e manuscritos, ma lo ce el gusta plu ca tota es medita. + El fami an nunca, par acel el pote mudi et medita durante multe dias + si el vole lo, asta el momento cuando el *nesesa* come. El coleri + multe difisil. + + Ma cuando coleri, sua coler deveni esplodente. Calmi el deveni alora + un taxe multa compleso. Ma es bizara ce la vitimes de sua furia ave + la cualia de sua vives deveni multe plu bon e se boni enorme. Se + pote ce esa personas ia nesesa oia realias ce los ia refusa oia? + +** Bancos de voses +*** JPN VCV +- Descarga :: + | Sufisa | Taie | Iperlia | + |--------+---------+---------| + | 7z | 25.7Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.7z][DL]] | + | tar.xz | 32.5Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.tar.xz][DL]] | + | zip | 38.0Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_VCV.zip][DL]] | +- Taie descompresada :: 47.1Mio +- Numero de fonemes :: 1264 (253 fixes audio) +- Tono media :: G#2 +- Estende vosal :: C2~D3 +- Presente de fixes FRQ :: partal +- Data de publici :: 14 otobre 2012 +- Codigo de la fonemes :: Romaji con aliases hiragana e CV en + romaji +- Linguas suportada :: nion +- Motores de sintese recomenda :: TIPS, VS4U + +*** JPN Extend Power +- Descarga :: ⁣ + + | Sufisa | Taie | Iperlia | + |--------+--------+---------| + | 7z | 1.1Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.7z][DL]] | + | tar.xz | 1.1Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.tar.xz][DL]] | + | zip | 1.2Gio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Power.zip][DL]] | + +- Taie descompresada :: 1.3Gio +- Numero de fonemes :: 3020 (546 fixes audio) +- Tono media :: C3 +- Estende vosal :: B1~D4 +- Presente de fixes FRQ :: partal +- Data de publici :: 28 junio 2013 +- Codigo de la fonemes :: Romaji (aliases hiragana) +- Linguas suportada :: nion +- Motores de sintese recomenda :: VS4U, world4utau + +*** JPN Extend Youth + +- Descarga :: ⁣ + + | Sufisa | Taie | Iperlia | + |--------+----------+---------| + | 7z | 237.7Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.7z][DL]] | + | tar.xz | 243.5Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.tar.xz][DL]] | + | zip | 268.7Mio | [[https://cdn.phundrak.com/files/KeineTashi/BSUP01_KEINE_Tashi_JPN_Extend_Youth.zip][DL]] | + +- Taie descompresada :: 301.1Mio +- Numero de fonemes :: 1954 (182 fixes audio) +- Tono media :: C4 +- Estende vosal :: F#3~A#4 +- Presente de fixes FRQ :: partal +- Data de publici :: 28 junio 2013 +- Codigo de la fonemes :: Romaji (aliases hiragana) +- Linguas suportada :: nion +- Motores de sintese recomenda :: fresamp, VS4U, world4utau + +*** JPN Extend Native +- State :: abandonada + +*** TIB CVVC +- State :: abandonada + +*** ENG + +#+begin_export html + +Desinia de KEINE Tashi EN + +#+end_export + +- State :: abandonada + +* Lisensa de usa +KEINE Tashi es publica con la lisensa [[https://creativecommons.org/licenses/by-nc-sa/4.0/][CC BY-SA-NC 4.0]]. Esa sinifia ce +tu pote: +- usa :: usa la bancos de voses en UTAU o tota otra program +- comparti :: copia e distribui la materia en cualce media o formato +- adata :: remisca, muta e crea partinte de la materia + +Si te respeta esa condisionas: +- Atribui :: te debe de atribui mea cuando te usa Tashi, inclui un + iperlia a la lisensa e indica si te ia muta alga cosa. Te debe + incida esa informas con tota media razonante, ma no de forma ce on + pote crede ce me promove o suporta tua usa de Tashi +- NoComersial :: te pote a no grado ave un usa comersial Tashi +- CompartiEgal :: si te fe un remisca, un modifia o si te crea + partinte de la materia de Tashi, te debe comparti lo con la mesma + state, per dise con la mesma lisensa ce me comparti Tashi asi. + +An con ce me no pote ajunta elementos a esa lisensa legal, me vole +ajunta un solisita personal: me prefere si te no ta crea cantas +relijial estra de cantas bod budiste o bon. An con tota, par causa de +la controversa consernante la identia de Sua Santia La Gialua Karmapa, +tota canta lia a sua person es nonpermeteda asta esa situa es solveda. +Esa despermete es simil aplicada a Sia Santia la Dalai Lama, la +Onorable Xamar Rinpotxe e Tai Situ Rinpotxe. Si te ave un demanda o si +te no es serta, envia me [[mailto:lucien@phundrak.com][un eposta]]. diff --git a/content/lfn/privacy.md b/content/lfn/privacy.org similarity index 70% rename from content/lfn/privacy.md rename to content/lfn/privacy.org index d81f9f3..a0c4708 100644 --- a/content/lfn/privacy.md +++ b/content/lfn/privacy.org @@ -1,13 +1,16 @@ -# Vive Privata -# Do es ospitada esa loca ueb? -Esa loca ueb es ospitada sur mea servador ueb personal, en la site de -Bron en Frans, como la majoria de mea locos ueb. -[`labs.phundrak.com`](https://labs.phundrak.com) e `mail.phundrak.com` -ambos es ospitada on servadores ueb ce me lua a Scaleway e OVH Frans -en ordina, e esa servadores simil es en Frans. +#+title: Vive Privata +#+setupfile: ../headers +#+language: lfn -# Cucis -## Ce es cucis +* Vive Privata +** Do es ospitada esa loca ueb? +Esa loca ueb es ospitada sur mea servador ueb personal, en la site de +Bron en Frans, como la majoria de mea locos ueb. [[https://labs.phundrak.com][=labs.phundrak.com=]] e +=mail.phundrak.com= ambos es ospitada on servadores ueb ce me lua a +Scaleway e OVH Frans en ordina, e esa servadores simil es en Frans. + +** Cucis +*** Ce es cucis Cucis es peti fixes registrada par un loca ueb sur tua computa o telefoneta cuando te lo visita. An si no tota la locas ueb usa lo, los es an con tota estrema comun. Los capasi esa locas ueb a funsiona @@ -22,9 +25,9 @@ An tal, esa loca ueb es protejeda par Cloudflare, esa compania ance pote ospita alga cucis afin lo recorda si tu surfador es un risca par me loca ueb o no. -## Como me pote controla la cucis sur mea computa? +*** Como me pote controla la cucis sur mea computa? Si te no vole ce Cloudflare o Matomo recorda cucis, un bon -anti-comersial como [uBlock Origin](https://ublockorigin.com/) ta pote +anti-comersial como [[https://ublockorigin.com/][uBlock Origin]] ta pote te proteje (es la plu eficas ce me conose). Matomo ance respecta la demanda “no trasa me” de surfadores. @@ -33,22 +36,22 @@ te dise como, lo ave tro ce esiste. Ma te pote xerca sur DuckDuckGo, Qwant o Startpage como supresa lo (me suposa ce si tu vole supresa lo, te vole evita Google). -## E la otra metodos afin de trasa? +*** E la otra metodos afin de trasa? Lo esista otra metodos plu sutil afin de trasa usores sur la interede, o an con epostas o cada contenida ueb, como pixeles spia (imajes estrema peti), cucis Flash o ojetos local compartida. Ma esa loca ueb no usa lo. -## Esa loca ueb usa comersiales intendeda? +*** Esa loca ueb usa comersiales intendeda? Lo no ave no comersiales. Si te lo vide asi, te ave un virus sur tua computa o surfador. -## Ave esa pajina frecuente refrescis? +*** Ave esa pajina frecuente refrescis? Me dona esa pajina un refresci aora e alora cuando lo debe a mostra cambias de funsiona de mea loca ueb, o si me trova eras. Te pote trove la ultima refresci de esa pajina a supra. -## Me ave otra demandas +*** Me ave otra demandas Te pote scrive me un eposta a la adirije de eposta -[lucien@phundrak.com](mailto:lucien@phundrak.com). +[[mailto:lucien@phundrak.com][lucien@phundrak.com]]. diff --git a/content/projects.md b/content/lfn/projects.org similarity index 62% rename from content/projects.md rename to content/lfn/projects.org index 31d628d..0f6ca2f 100644 --- a/content/projects.md +++ b/content/lfn/projects.org @@ -1,5 +1,10 @@ -# Projets Informatiques -## Projets GitHub épinglés +#+title: Projetas informatical +#+setupfile: ../headers +#+language: lfn + +* Projetas informatical +** Mea projetas GitHub spinida +#+begin_export html @@ -8,13 +13,18 @@ +#+end_export -## Projets GitHub les plus étoilés +** Mea projetas GitHub lo plu stelada +#+begin_export html +#+end_export -## Derniers dépôts de code actifs sur GitHub +** La plu nova projetas sur GitHub +#+begin_export html +#+end_export diff --git a/content/lfn/resume.md b/content/lfn/resume.org similarity index 68% rename from content/lfn/resume.md rename to content/lfn/resume.org index 4846371..2f07ef5 100644 --- a/content/lfn/resume.md +++ b/content/lfn/resume.org @@ -1,17 +1,21 @@ -# Resoma de carera -## Informas +#+title: Resoma de carera +#+setupfile: ../headers +#+language: lfn + +* Resoma de carera +** Informas Lucien Cartier-Tilet -## Esperia Profesal -### Aubay (2023 - ) +** Esperia Profesal +*** Aubay (2023 - ) - Stajia de la comensa de febrero a la comensa de agosto 2023 - Developa de loca ueb - Usa de Angular, Java Spring Boot e PostgreSQL -### VoxWave (2014 - 2018) +*** VoxWave (2014 - 2018) Compania spesialida en la developa de cantantes virtual en franses ce usa sintese vocal. La produi la plu selebra es ALYS. Plu de informa -[aci](./vocal-synthesis.md). +[[./vocal-synthesis.md][aci]]. - Cofundor - Programi de voses de sintese per la canta @@ -19,49 +23,48 @@ usa sintese vocal. La produi la plu selebra es ALYS. Plu de informa - Suporta de usadores - Instrui de nova empleadas per la programi de voses de sintese -## Educa -### Mestral 2 de Tecnolojia de la Ipermedia (Universia de Paris 8, 2021 - 2023) +** Educa +*** Mestral 2 de Tecnolojia de la Ipermedia (Universia de Paris 8, 2021 - 2023) Me ia recomensa la anio per causa de mea sania, ma me no ave tempo seguente. -### Mestral 1 de Informatica (Universia de Paris 8, 2020 - 2021) -### Lisensa de Informatica (Universia de Paris 8, 2016 - 2019) -### Engles Leteratural (Universia de Lyon 2, 2013-2014) +*** Mestral 1 de Informatica (Universia de Paris 8, 2020 - 2021) +*** Lisensa de Informatica (Universia de Paris 8, 2016 - 2019) +*** Engles Leteratural (Universia de Lyon 2, 2013-2014) Me ia studia la engles leteratural durante un anio e dui asta la crea -de [VoxWave](#voxwave-2014-2018). +de [[./resume.md#voxwave-2014-2018][VoxWave]]. -## Programi ueb -### Front-end +** Programi ueb +*** Front-end - Usa fidosa de Angular, Vue e Node.JS - Bon conose de HTML5, CSS3 (incluinte SASS, SCSS e LESS) e Javascript - Conoses de Python, Dart e Typescript - Aprende React e Next.js -### Backend -- Usa fidosa de Rust ([actix-web](https://actix.rs/) e - [Rocket](https://rocket.rs/)) e Java Spring Boot +*** Backend +- Usa fidosa de Rust ([[https://actix.rs/][actix-web]] e [[https://rocket.rs/][Rocket]]) e Java Spring Boot - Esperia en programi de backend con Django (Python) -- Esperia en comunica con banco de datos con - [Diesel](https://diesel.rs) (Rust) e Django, conose alga EmacSQL +- Esperia en comunica con banco de datos con [[https://diesel.rs][Diesel]] (Rust) e Django, + conose alga EmacSQL - Usa de PostgreSQL e MySQL -## Programi sistem +** Programi sistem - Esperia con Rust, C e EmacsLisp - Conoses de C++, Python, CommonLisp e shelles UNIX (bash, fish, eshell) - Conoses limitada de Prolog e Scheme -## Utiles de developa -### IDEs e editadores +** Utiles de developa +*** IDEs e editadores - Conoses esperta de Emacs, inclui con la incluis de LSP e Git - Bon conoses de Git (inclui sua interfas Magit per Emacs), VS Code e Eclipse - Conoses fundal de Vim, CLion, PyCharm e WebStorm -## CI/CD e desplia ueb +** CI/CD e desplia ueb - Esperia con la servadores ueb Nginx e Caddyserver - Bon conoses de Docker, Drone.io e GitHub Actions per despia ueb -## Sistemes de opera +** Sistemes de opera - Usa et manejablia de Linux (Arch Linux, Void Linux, Debian, Ubuntu, Alpine Linux) - Manjablia de servidores ueb e servidores de conserva (Arch Linux, @@ -69,18 +72,18 @@ de [VoxWave](#voxwave-2014-2018). - Conosas fundal de Guix System, NixOS e Windows (de XP a 10, con eseta de Vista) -## Program de ofisia +** Program de ofisia - Bon conosas con org-mode (Emacs) e LaTeX - Conosas con LibreOffice, Microsoft Office, WPS Office e OnlyOffice -## Audio -### Sintese vocal cantada +** Audio +*** Sintese vocal cantada - Developa e crea de bancos de voses per sintese vocal cantada per VOCALOID3, Alter/Ego, Chipspeech e UTAU - Usa de VOCALOID2 a VOCALOID4, Alter/Ego, Chpispeech, UTAU, CeVIO Creative Studio -## Injenia audio +** Injenia audio - program de musica: FL Studio - repara e puri audio: iZotope RX - mastering: T-RackS CS diff --git a/content/lfn/vocal-synthesis.md b/content/lfn/vocal-synthesis.md deleted file mode 100644 index a7c11d0..0000000 --- a/content/lfn/vocal-synthesis.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: Sintese vocal ---- -# Labora en sintese vocal -De 2011 a 2028, me ia labora esente un amator alora esente un profesal -en la domina de la sintese vocal. Plu eseta, me ia crea e usa bancos -de voses par la program UTAU e alora Alter/Ego xef. - -## UTAU -Me ia comensa a usa UTAU a la fin de 2011 con un banco de vose nion -findida sur mea vose, sin nom e perdeda de tempo longa. An si no me ia -conserva lo longua, xef par causa de la mal cualia de sua ajusta et -sua samples audio (me ia sample con un microfon de mal cualia), acel -ia educa me la fundas de la crea de bancos de voses per UTAU e labora -con fixes audio. - -La 14 otobre 2012, me ia publici mea du banco de vose, *BSUP01 KEINE -Tashi JPN VCV*, un banco de vose egal findida sur mea vose e con un -cualia de sua samples e de sua ajusta multe plu bon. Ma mea plu bon -banco vocal per UTAU ia es *BSUP01 KEINE Tashi Extend Power* ce ia ave -un vose plu forte cuando ia ave plu de esperia. - -Esa serie de bancos de voses simil inclui *BSUP01 KEINE Tashi TIB -CVVC* e *BSUP02 Djetsün*, la prima bancos de voses de la mundo ce ia -pote canta en bod (ma me ia publici an nunca los). - -Me ia crea en 2014 la banco de vose *ALYS 001 JPN*, *ALYS 001 FRA* e -*ALYS 002 FRA* esente prototipos de ALYS con UTAU. Esa bancos de voses -es conoseda como *ALYS4UTAU*. - -En ce cada esa bancos oji no plu es developa e sua supporta tecnica no -plu es garantiada, on pote encora descarga *BSUP01 KEINE Tashi* e -*ALYS*: -- **BSUP01 KEINE Tashi**: [BSUP01 KEINE Tashi](keine-tashi.md) -- **ALYS**: [Open-Sourcing - ALYS](https://blog.phundrak.com/open-sourcing-alys/) (en engles) - -## Alter/Ego -[Alter/Ego](https://www.plogue.com/products/alter-ego.html) es un -motor de sintese vocal crea par [Plogue Inc.](https://www.plogue.com). -ALYS ia es la prima banco de vose comersial, como la prima vose de -sintese profesal en franses crea per canta. - -Par causa de la arciteta e de la condui de Alter/Ego, cambias par la -senario de rejistra par ALYS (e plu tarda par LEORA) ia es nesesada. -Cuando on inclui la reali de la senario, la developa de ALYS per -Alter/Ego (simil conoseda como *ALYS4AE*) ia dura plu de un anio. La -developa de la prima refresci de ALYS ia dura nove menses completinte. - -On pote aora descarga *ALYS4AE* sin custa con un modulo de Alter/Ego -de 15 desembre 2021. An con tota, me no pote publici informas e la -metodo per compila la banco de vose de ALYS per Alter/Ego. Plu -informas [asi](https://blog.phundrak.com/open-sourcing-alys/). diff --git a/content/lfn/vocal-synthesis.org b/content/lfn/vocal-synthesis.org new file mode 100644 index 0000000..cdd0139 --- /dev/null +++ b/content/lfn/vocal-synthesis.org @@ -0,0 +1,56 @@ +#+title: Sintese vocal +#+setupfile: ../headers +#+language: lfn + +#+begin_export html +--- +title: Sintese vocal +--- +#+end_export + +* Labora en sintese vocal +De 2011 a 2028, me ia labora esente un amator alora esente un profesal +en la domina de la sintese vocal. Plu eseta, me ia crea e usa bancos +de voses par la program UTAU e alora Alter/Ego xef. + +** UTAU +Me ia comensa usa UTAU a la fin de 2011 con un banco de vose nion +findida sur mea vose, sin nom e perdeda de tempo longa. An si no me ia +conserva lo longua, xef par causa de la mal cualia de sua ajusta et +sua samples audio (me ia sample con un microfon de mal cualia), acel +ia educa me la fundas de la crea de bancos de voses per UTAU e labora +con fixes audio. + +La 14 otobre 2012, me ia publici mea du banco de vose, /BSUP01 KEINE +Tashi JPN VCV/, un banco de vose egal findida sur mea vose e con un +cualia de sua samples e de sua ajusta multe plu bon. Ma mea plu bon +banco vocal per UTAU ia es /BSUP01 KEINE Tashi Extend Power/ ce ia ave +un vose plu forte cuando ia ave plu de esperia. + +Esa serie de bancos de voses simil inclui /BSUP01 KEINE Tashi TIB CVVC/ +e /BSUP02 Djetsün/, la prima bancos de voses de la mundo ce ia pote +canta en bod (ma me ia publici an nunca los). + +Me ia crea en 2014 la banco de vose /ALYS 001 JPN/, /ALYS 001 FRA/ e /ALYS +002 FRA/ esente prototipos de ALYS con UTAU. Esa bancos de voses es +conoseda como /ALYS4UTAU/. + +En ce cada esa bancos oji no plu es developa e sua supporta tecnica no +plu es garantiada, on pote encora descarga /BSUP01 KEINE Tashi/ e /ALYS/: +- BSUP01 KEINE Tashi :: [[./keine-tashi.md][BSUP01 KEINE Tashi]] +- ALYS :: [[https://blog.phundrak.com/open-sourcing-alys/][Open-Sourcing ALYS]] (en engles) + +** Alter/Ego +[[https://www.plogue.com/products/alter-ego.html][Alter/Ego]] es un motor de sintese vocal crea par [[https://www.plogue.com][Plogue Inc.]]. ALYS ia +es la prima banco de vose comersial, como la prima vose de sintese +profesal en franses crea per canta. + +Par causa de la arciteta e de la condui de Alter/Ego, cambias par la +senario de rejistra par ALYS (e plu tarda par LEORA) ia es nesesada. +Cuando on inclui la reali de la senario, la developa de ALYS per +Alter/Ego (simil conoseda como /ALYS4AE/) ia dura plu de un anio. La +developa de la prima refresci de ALYS ia dura nove menses completinte. + +On pote aora descarga /ALYS4AE/ sin custa con un modulo de Alter/Ego de +15 desembre 2021. An con tota, me no pote publici informas e la metodo +per compila la banco de vose de ALYS per Alter/Ego. Plu informas [[https://blog.phundrak.com/open-sourcing-alys/][asi]]. diff --git a/content/privacy.md b/content/privacy.org similarity index 79% rename from content/privacy.md rename to content/privacy.org index 945d3dd..bc6be85 100644 --- a/content/privacy.md +++ b/content/privacy.org @@ -1,13 +1,17 @@ -# Vie Privée -## Où est hébergé le site ? +#+title: Vie Privée +#+setupfile: ./headers +#+language: fr + +* Vie Privée +** Où est hébergé le site ? Ce site est hébergé sur mon serveur personnel, situé dans la ville de Bron en France, comme la majorité de mes sites. Deux autres sites, -`labs.phundrak.com` et `mail.phundrak.com`, sont hébergé sur d’autres +=labs.phundrak.com= et =mail.phundrak.com=, sont hébergé sur d’autres serveurs loués à Scaleway et à OVH France respectivement, et les serveurs se situent également en France. -## Cookies -### Que sont les cookies ? +** Cookies +*** Que sont les cookies ? Les cookies sont des petits fichiers sauvegardés par un site web sur votre ordinateur ou votre téléphone portable lorsque vous visitez un site. Bien que tous les sites n’en fassent pas forcément usage, ils @@ -24,11 +28,11 @@ Cependant, ce site étant protégé par Cloudflare, ce dernier pourra que votre navigateur ne présente pas de risque ou bien pour enregistrer le trafic sur le site. -### Comment puis-je contrôler les cookies sur mon ordinateur ? +*** Comment puis-je contrôler les cookies sur mon ordinateur ? Si vous ne souhaitez pas que Cloudflare enregistre ces dernières activités, un bon anti-pub devrait faire l’affaire. Je recommande -personnellement [uBlock Origin](https://ublockorigin.com/), l’un des -bloqueurs de pub les plus efficaces que je connaisse. +personnellement [[https://ublockorigin.com/][uBlock Origin]], l’un des bloqueurs de pub les plus +efficaces que je connaisse. Vous pouvez également supprimer manuellement les cookies de votre navigateur, mais étant donné le nombre de navigateurs existants, il @@ -37,7 +41,7 @@ Qwant ou Startpage comment faire pour votre navigateur actuel (si vous vous inquiétez de l’utilisation des cookies, je suppose que vous voudrez éviter Google). -### Quid des autres méthodes de tracking ? +*** Quid des autres méthodes de tracking ? Il existe d’autres méthodes plus subtiles qui permettent de traquer quelqu’un sur internet, ou même via des mails ou tout contenu web rendu à l’écran, comme pixels espions (des images extrêmement @@ -46,13 +50,11 @@ des objets locaux partagés. Ce site n’en utilise absolument pas. -## Est-ce qu’il y a de la pub ciblée sur ce site ? - +** Est-ce qu’il y a de la pub ciblée sur ce site ? Il n’y a tout simplement aucune pub sur ce site. Si vous en voyez, vous avez sans doute un virus installé sur votre ordinateur. -## Est-ce que cette page est souvent mise à jour ? - +** Est-ce que cette page est souvent mise à jour ? Je peux la mettre à jour de temps en temps afin de refléter des changements de fonctionnement du site, ou si je remarque une erreur sur la page. Il se peut aussi que j’ajoute un jour un tracking des @@ -61,6 +63,6 @@ respectant la vie privée des utilisateurs et qui est tout à fait bloquable. La date de la dernière mise à jour de cette page peut être trouvée à son tout début. -## J’ai d’autres questions +** J’ai d’autres questions Et je serai heureux d’y répondre par mail. Vous pouvez me contacter -via l’adresse mail [lucien@phundrak.com](mailto:lucien@phundrak.com). +via l’adresse mail [[mailto:lucien@phundrak.com][lucien@phundrak.com]]. diff --git a/content/lfn/projects.md b/content/projects.org similarity index 61% rename from content/lfn/projects.md rename to content/projects.org index 9c28e2f..2c8a151 100644 --- a/content/lfn/projects.md +++ b/content/projects.org @@ -1,5 +1,10 @@ -# Projetas informatical -## Mea projetas GitHub spinida +#+title: Projets informatiques +#+setupfile: ./headers +#+language: fr + +* Projets Informatiques +** Projets GitHub épinglés +#+begin_export html @@ -8,13 +13,18 @@ +#+end_export -## Mea projetas GitHub lo plu stelada +** Projets GitHub les plus étoilés +#+begin_export html +#+end_export -## La plu nova projetas sur GitHub +** Derniers dépôts de code actifs sur GitHub +#+begin_export html +#+end_export diff --git a/content/resume.md b/content/resume.org similarity index 67% rename from content/resume.md rename to content/resume.org index c13679e..012e841 100644 --- a/content/resume.md +++ b/content/resume.org @@ -1,19 +1,24 @@ +#+title: À Propos +#+setupfile: ./headers +#+language: fr + +#+begin_export html --- title: CV --- +#+end_export -# Curriculum Vitae -## Expériences professionnelles -### Aubay (2023 - ) +* Curriculum Vitae +** Expériences professionnelles +*** Aubay (2023 - ) - Stage de début février à début août 2023 - Développement de site web - Utilisation d’Angular, Java Spring Boot et PostgreSQL -### VoxWave (2014 - 2018) +*** VoxWave (2014 - 2018) Startup spécialisée dans le développement de chanteurs virtuels francophones utilisant de la synthèse vocale. Le produit le plus connu -est la chanteuse virtuelle ALYS. Plus d’informations -[ici](./vocal-synthesis.md). +est la chanteuse virtuelle ALYS. Plus d’informations [[./vocal-synthesis.md][ici]]. - Co-fondateur - Programmation de voix de synthèse pour le chant @@ -21,53 +26,52 @@ est la chanteuse virtuelle ALYS. Plus d’informations - Support utilisateur - Formation de recrues au développement de voix de synthèse -## Éducation -### Master 2 Technologies de l’Hypermédia (Université Paris 8, 2021 - 2023) +** Éducation +*** Master 2 Technologies de l’Hypermédia (Université Paris 8, 2021 - 2023) Redoublement pour causes de santé sans séquelles. -### Master 1 Informatique (Université Paris 8, 2020 - 2021) -### Licence Informatique (Université Paris 8, 2016 - 2019) -### Anglais LLCE (Université Lyon 2, 2013 - 2014, interrompu) +*** Master 1 Informatique (Université Paris 8, 2020 - 2021) +*** Licence Informatique (Université Paris 8, 2016 - 2019) +*** Anglais LLCE (Université Lyon 2, 2013 - 2014, interrompu) Un an et demi d’études de l’anglais littéraire en licence d’anglais -LLCE. Études interrompues suite à la création de -[VoxWave](#voxwave-2014-2018). +LLCE. Études interrompues suite à la création de [[./resume.md#voxwave-2014-2018][VoxWave]]. -## Programmation Web -### Frontend +** Programmation Web +*** Frontend - Utilisation régulière de Angular, Vue et Node.js - Bonnes connaissances en HTML5, CSS3 (y compris SASS, SCSS et LESS) et JavaScript - Connaissances en Python, Dart et TypeScript - Apprentissage de React et Next.js -### Backend -- Utilisation régulière de Rust ([actix-web](https://actix.rs/) et - [Rocket](https://rocket.rs/)) et Java Spring Boot +*** Backend +- Utilisation régulière de Rust ([[https://actix.rs/][actix-web]] et [[https://rocket.rs/][Rocket]]) et Java Spring + Boot - De l’expérience en développement backend avec Django (Python) - De l’expérience en communication avec des bases de données via - Django et [Diesel](https://diesel.rs). Connaissances de base avec EmacSQL. + Django et [[https://diesel.rs][Diesel]]. Connaissances de base avec EmacSQL. - Utilisation de MySQL et PostgreSQL. -## Programmation Système +** Programmation Système - De l’expérience avec Rust, C et EmacsLisp - Connaissances en C++, Python, CommonLisp et les shells UNIX (bash, fish, Eshell) - Connaissances limitées en Prolog et Scheme -## Outils de développement -### IDEs et éditeurs de texte +** Outils de développement +*** IDEs et éditeurs de texte - Utilisateur avancé d’Emacs, y compris avec ses intégrations pour LSP et Git - Bonnes connaissances de Git (y compris avec son interface Magit pour Emacs), VS Code et Eclipse - Connaissances basiques de Vim, CLion, PyCharm et WebStorm -### CI/CD et déploiement sur le web +*** CI/CD et déploiement sur le web - De l’expérience avec les serveurs web Nginx et Caddyserver - Bonnes connaissances de Docker, Drone.io et GitHub Actions pour du déploiement -## Systèmes d’exploitation +** Systèmes d’exploitation - Utilisation et administration de Linux (Arch Linux, Void Linux, Debian, Ubuntu, Alpine Linux) - Administration de serveurs web et serveurs de stockage (Arch Linux, @@ -75,19 +79,18 @@ LLCE. Études interrompues suite à la création de - Connaissances élémentaires de Guix System, NixOS et Windows de XP à 10 (excepté Vista) -## Bureautique +** Bureautique - Bonnes connaissances avec orgmode et LaTeX - Connaissances avec Libre Office, Microsoft Office, WPS Office et OnlyOffice -## Audio - -### Synthèse de voix chantée +** Audio +*** Synthèse de voix chantée - Développement et création de banques vocales de synthèse vocale chantée pour VOCALOID3, Alter/Ego, Chipspeech et UTAU - Utilisation de VOCALOID2 à 4, Alter/Ego, Chipspeech, UTAU, CeVIO Creative Studio -### Ingénierie audio +*** Ingénierie audio - Logiciel de musique : FL Studio - Réparation et nettoyage audio : iZotope RX - Mastering : T-RackS CS diff --git a/content/vocal-synthesis.md b/content/vocal-synthesis.org similarity index 54% rename from content/vocal-synthesis.md rename to content/vocal-synthesis.org index 8891dac..7c85a03 100644 --- a/content/vocal-synthesis.md +++ b/content/vocal-synthesis.org @@ -1,16 +1,20 @@ +#+title: Synthèse vocale +#+setupfile: ./headers +#+language: fr + +#+begin_export html --- title: Synthèse vocale --- +#+end_export -# Travaux en synthèse vocale - +* Travaux en synthèse vocale De 2011 à 2018, j’ai travaillé autant en tant qu’amateur puis en tant que professionnel dans le domaine de la synthèse vocale chantée. Plus précisément, je créais et utilisait des banques vocales pour le logiciel UTAU puis Alter/Ego principalement. -## UTAU - +** UTAU J’ai commencé à travailler avec UTAU durant la fin de 2011 avec une banque vocale japonaise basée sur ma voix, anonyme et perdue depuis. Bien que je ne la maintins pas longtemps, principalement dû à la @@ -19,39 +23,36 @@ source (je l’enregistrai avec un micro de bureau de mauvaise qualité), cela m’enseigna les bases de la création de banques vocales pour UTAU et du travail avec des fichiers audio. -Le 14 octobre 2012, je publiai ma seconde banque vocale, *BSUP01 KEINE -Tashi JPN VCV*, une banque vocale également basée sur ma voix et d’une +Le 14 octobre 2012, je publiai ma seconde banque vocale, /BSUP01 KEINE +Tashi JPN VCV/, une banque vocale également basée sur ma voix et d’une qualité bien supérieure du fait du matériel d’enregistrement professionnel et de la méthode d’enregistrement très différente à celle utilisé à l’origine. Bien que sa configuration n’était rien d’extraordinaire pour l’époque, il s’agissait tout de même d’un gain -de qualité net. Ma meilleure banque vocale fut *BSUP01 KEINE Tashi JPN -Extend Power*, une voix puissante créée dans des circonstances +de qualité net. Ma meilleure banque vocale fut /BSUP01 KEINE Tashi JPN +Extend Power/, une voix puissante créée dans des circonstances similaires, mais avec à nouveau un meilleur savoir-faire. Cette série de banques vocales basées sur ma voix inclut également -*BSUP01 KEINE Tashi TIB CVVC* ainsi qu’une autre banque vocale basée -sur une autre voix, celle de *BSUP02 Drolma TIB*, les deux premières -banques vocales tibétaines optimisées pour la synthèse de chant au -monde. +/BSUP01 KEINE Tashi TIB CVVC/ ainsi qu’une autre banque vocale basée sur +une autre voix, celle de /BSUP02 Drolma TIB/, les deux premières banques +vocales tibétaines optimisées pour la synthèse de chant au monde. -Je créai plus tard *ALYS 001 JPN*, *ALYS 001 FRA* et *ALYS 002 FRA* en -tant que prototypes d’ALYS sous UTAU. Ces banques vocales furent -connues plus tard sous le nom de *ALYS4UTAU*. +Je créai plus tard /ALYS 001 JPN/, /ALYS 001 FRA/ et /ALYS 002 FRA/ en tant +que prototypes d’ALYS sous UTAU. Ces banques vocales furent connues +plus tard sous le nom de /ALYS4UTAU/. Tandis que chacune de ces banques vocales ne sont plus en -développement et leur support technique n’est plus assuré, *BSUP01 -KEINE Tashi* et *ALYS* sont toujours disponibles au téléchargement. -- **BSUP01 KEINE Tashi**: [BSUP01 KEINE Tashi](keine-tashi.md) -- **ALYS for UTAU**: [Open-Sourcing - ALYS](https://blog.phundrak.com/open-sourcing-alys/) (en anglais) +développement et leur support technique n’est plus assuré, /BSUP01 +KEINE Tashi/ et /ALYS/ sont toujours disponibles au téléchargement. +- BSUP01 KEINE Tashi :: [[./keine-tashi.md][BSUP01 KEINE Tashi]] +- ALYS for UTAU :: [[https://blog.phundrak.com/open-sourcing-alys/][Open-Sourcing ALYS]] (en anglais) -## Alter/Ego -[Alter/Ego](https://www.plogue.com/products/alter-ego.html) est un -moteur de synthèse vocale créé par [Plogue -Inc.](https://www.plogue.com/). ALYS fut la première voix de synthèse -commerciale créée pour ce moteur, ainsi que la première voix de -synthèse professionnelle francophone créée pour le chant. +** Alter/Ego +[[https://www.plogue.com/products/alter-ego.html][Alter/Ego]] est un moteur de synthèse vocale créé par [[https://www.plogue.com/][Plogue Inc.]]. ALYS +fut la première voix de synthèse commerciale créée pour ce moteur, +ainsi que la première voix de synthèse professionnelle francophone +créée pour le chant. Du fait de l’architecture et du comportement d’Alter/Ego, des changements importants ont dû être apportés aux scripts @@ -60,8 +61,8 @@ la réalisation du script d’enregistrement, le développement initial d’ALYS prit plus d’un an. Le développement de la première mise à jour majeure d’ALYS prit neuf mois supplémentaires. -*ALYS for Alter/Ego* est désormais disponible gratuitement tant que +/ALYS for Alter/Ego/ est désormais disponible gratuitement tant que module pour Alter/Ego depuis le 15 décembre 2021. Cependant, les informations et la méthode nécessaires pour compiler sa banque vocale pour Alter/Ego ne peuvent pas être rendus publique. Plus -d’informations [ici](https://blog.phundrak.com/open-sourcing-alys/). +d’informations [[https://blog.phundrak.com/open-sourcing-alys/][ici]].