Skip to content

Instantly share code, notes, and snippets.

@jstasiak
jstasiak / README.rst
Last active February 13, 2019 12:21
Wstępne cięcie audio do audiobooka/słuchowiska

Po kolei:

  1. Odpalamy Audacity i zmieniamy "Default view mode" na "Waveform DB" w preferencjach (https://manual.audacityteam.org/man/tracks_preferences.html) – to pozwoli mieć bardziej odpowiednią do cięcia reprezentację wizualną dźwięki: dźwięk dwa razy bardziej "wysoki" graficznie = dźwięk dwa razy głośniejszy dla ludzkiego ucha.

  2. Jeżeli mamy nagranie w postaci projektu Audacity (plik .aup z towarzyszącym mu katalogiem) – otwieramy go po prostu. Jeżeli mamy plik .wav, to przeciągamy go do otwartego okna Audacity z pustym projektem bądź używamy menu Audacity, żeby znaleźć i otworzyć plik. Być może da się kliknąć na plik w eksploratorze i wybrać "Otwórz w...". Wymagane jest Audacity. Jeżeli przy imporcie pojawi się taki dialog, to należy zaznaczyć pierwszą opcję (najlepiej zaznaczyć też, żeby nie pytało w przyszłości):

    https://manual.audacityteam.org/m/images/d/db/preferences_warnings_uncompressed_set_directly_w10.png

    Po imporcie okno robocze powinno wyglądać tak:

@jstasiak
jstasiak / gist:5b1ccaf0c8ae76370a12ca076f41723b
Created April 28, 2017 23:20
Andy Morris feat Dan Rowe - Conditioned - some keywords to aid search engines
I was looking for this song by putting "condition not to see you", "condition not to love you" etc. in search engines and that apparently doesn't work that well because I couldn't find the song. Putting the incorrect phrases here (+ lyrics below) in case someone has the same problem.
Lyrics from http://testicanzoni.mtv.it/testi-Andy-Morris-feat.-Dan-Rowe_27853463/testo-Conditioned-(club-edit-mix)-40038482:
Captured your smile in a photograph before you ever knew how much you meant to me I leave it hanging on the wall
Painted your smile from memories I stored you'll never know how much you meant to me I keep it locked behind the door
I wish that I could change I wish that I could dare to reveal all my inner thoughts about you
I wish that you could know about how much I've grown since the day that you left without reason
class A {
public string skladowaA = "a";
}
class B:A {
public string skladowaB = "b";
}
void funkcja() {