From 0d2dabc3b8b795c717d46cc7605303093de8fdd0 Mon Sep 17 00:00:00 2001 From: sdbs Terra Date: Wed, 8 Jun 2022 11:32:24 +0200 Subject: [PATCH] Automatic update, changed: incubation.audio.sample.managment.md, tech.ffmpeg.md, tools.tts.md --- pages/audio.spatial.md | 17 +++++++++++++++++ pages/concepts.bionicreading.md | 19 +++++++++++++++++++ pages/incubation.audio.sample.managment.md | 18 +++++++++++++++++- pages/tech.ffmpeg.md | 5 ++++- pages/tools.tts.md | 14 +++++++++++++- 5 files changed, 70 insertions(+), 3 deletions(-) create mode 100644 pages/audio.spatial.md create mode 100644 pages/concepts.bionicreading.md diff --git a/pages/audio.spatial.md b/pages/audio.spatial.md new file mode 100644 index 0000000..d9aec22 --- /dev/null +++ b/pages/audio.spatial.md @@ -0,0 +1,17 @@ +lorenlepton - ok... + +so I wanna get into spatial audio. not now, but it would be nice to do it in the future with other mixes & recordings + +I *loved* mixing in 5.1 & even 7.1 in studios before. so this is really nice + +here are some free tools to do just that + +https://leomccormack.github.io/sparta-site/​ + +https://envelop.us/page/tools​ + +https://www.blueripplesound.com/pro_audio​ + +https://plugins.iem.at​ + +#audio #music #sound #boost #share #audioproduction #spatialaudio #spatial​ \ No newline at end of file diff --git a/pages/concepts.bionicreading.md b/pages/concepts.bionicreading.md new file mode 100644 index 0000000..bf942ea --- /dev/null +++ b/pages/concepts.bionicreading.md @@ -0,0 +1,19 @@ +0lvr@queer.party - #accessibility post i found on tumblr: + +some of you may've heard about that fancy "bionic reading" typefont thats supposed to be easier for #neurodivergent people to read (if you're unfamiliar, it bolds the first few letters of each word to make it easier to follow) + +well guess what, its locked behind a $500 a month API to write in because fuck you! + +introducing, Not Bionic Reading! it is literally just the bionic reading typefont but for free. god bless neocities + +https://not-br.neocities.org/​ + +humanetech - Bionic reading. This is cool. It definitely works for me. + +"Did you know that your brain reads faster than your eye? We humans store learned words and so just a few letters are enough to recognize whole words." + +"In a digital world dominated by shallow forms of reading, Bionic Reading aims to encourage a more in-depth reading and understanding of written content" + +https://bionic-reading.com/​ + +HUGE minus: Patents and trademarks these folks have filed on this stuff!! That really sucks big time. \ No newline at end of file diff --git a/pages/incubation.audio.sample.managment.md b/pages/incubation.audio.sample.managment.md index ee6ad92..28cf41f 100644 --- a/pages/incubation.audio.sample.managment.md +++ b/pages/incubation.audio.sample.managment.md @@ -31,4 +31,20 @@ - sample rate converter - https://www.voxengo.com/product/r8brain/ ------------------------------------ -[[concepts.Digital Asset Managment]] \ No newline at end of file +[[concepts.Digital Asset Managment]] + +tyldurd@framapiaf.org - Waves Cosmos: a free sample finder. It uses machine learning (AI, they say :-p) to auto-tag samples based on audio content. Really cool! + +#music_production #audio #sampling #daw​ + +paul@post.lurk.org - I've been using #novembeat as an opportunity to actually try and use my experimental zettelkasten for managing my sample library. Each sample I've used has been tagged and annotated with timestamped observations in my zet. To date, my zet tells me I've done this process to 80 unique samples in my novembeats. + +The zet is same technology that powers my static HTML wiki, so there a little bit of a wiki component too! I will be posting those bits to my website. The samples, for practical storage and legal reasons, can't be included. But things are definitely starting to come together! + +#personalwiki #zettelkasten #sampling​ + +paul@post.lurk.org - I've been using #novembeat as an opportunity to actually try and use my experimental zettelkasten for managing my sample library. Each sample I've used has been tagged and annotated with timestamped observations in my zet. To date, my zet tells me I've done this process to 80 unique samples in my novembeats. + +The zet is same technology that powers my static HTML wiki, so there a little bit of a wiki component too! I will be posting those bits to my website. The samples, for practical storage and legal reasons, can't be included. But things are definitely starting to come together! + +#personalwiki #zettelkasten #sampling​ \ No newline at end of file diff --git a/pages/tech.ffmpeg.md b/pages/tech.ffmpeg.md index f0291d5..d950ab1 100644 --- a/pages/tech.ffmpeg.md +++ b/pages/tech.ffmpeg.md @@ -3,5 +3,8 @@ [[inform.ffmpeg]] +### mp4 --> to wav +`for i in *.mp4; do ffmpeg -i "$i" "${i%.*}.wav"; done` -`for i in *.mp4; do ffmpeg -i "$i" "${i%.*}.wav"; done` \ No newline at end of file +### amv video +ffmpeg -i INPUT -ac 1 -ar 22050 -r 15 -block_size 1470 -strict -1 -vf "crop=160:120[:240:0]" OUTPUT \ No newline at end of file diff --git a/pages/tools.tts.md b/pages/tools.tts.md index 3a001cb..801e877 100644 --- a/pages/tools.tts.md +++ b/pages/tools.tts.md @@ -26,4 +26,16 @@ https://emvoiceapp.com/ - https://adamloving.com/2021/01/08/text-to-singing/ - https://ai.googleblog.com/2017/12/tacotron-2-generating-human-like-speech.html -https://www.automated-systems.com/moonbase-alpha-best-text-to-speech-text-to-speech-programs/ \ No newline at end of file +https://www.automated-systems.com/moonbase-alpha-best-text-to-speech-text-to-speech-programs/ + +boilingsteam@mastodon.cloud - Mozilla Text to Speech (free to use, with pretrained models for 20 languages): https://github.com/mozilla/TTS #linux #mozilla #tts #speech #text​ + +adnan360@mas.to - Just learned about #Flite #TTS, which is similar to #Festival but written in C and supposed to be much faster. + +http://www.festvox.org/flite/​ + +Also has voices for INDIC languages, such as Bengali, Gujrati, Hindi, Marathi, Tamil, Telegu, Punjabi: http://www.festvox.org/flite/packed/flite-2.1/voices/​ + +en@jlelse.blog - Text-to-speech is becoming more popular + +https://jlelse.blog/thoughts/2022/03/tts​ \ No newline at end of file