mirror of
https://git.sdbs.cz/sdbs/digital-garden-anabasis.git
synced 2025-01-22 11:05:46 +01:00
Automatic update, changed: incubation.audio.sample.managment.md, tech.ffmpeg.md, tools.tts.md
This commit is contained in:
parent
fd8d1aa40f
commit
0d2dabc3b8
5 changed files with 70 additions and 3 deletions
17
pages/audio.spatial.md
Normal file
17
pages/audio.spatial.md
Normal file
|
@ -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
|
19
pages/concepts.bionicreading.md
Normal file
19
pages/concepts.bionicreading.md
Normal file
|
@ -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.
|
|
@ -32,3 +32,19 @@
|
|||
- https://www.voxengo.com/product/r8brain/
|
||||
------------------------------------
|
||||
[[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
|
|
@ -3,5 +3,8 @@
|
|||
|
||||
[[inform.ffmpeg]]
|
||||
|
||||
|
||||
### mp4 --> to wav
|
||||
`for i in *.mp4; do ffmpeg -i "$i" "${i%.*}.wav"; done`
|
||||
|
||||
### amv video
|
||||
ffmpeg -i INPUT -ac 1 -ar 22050 -r 15 -block_size 1470 -strict -1 -vf "crop=160:120[:240:0]" OUTPUT
|
|
@ -27,3 +27,15 @@ https://emvoiceapp.com/
|
|||
- 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/
|
||||
|
||||
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
|
Loading…
Add table
Reference in a new issue