https://uberduck.ai/ logo
Join Discord
Powered by
# machine-learning
  • p

    pi

    05/01/2021, 12:36 AM
    if you only try to learn as little as possible you cant fix your problems
  • u

    user

    05/01/2021, 12:37 AM
    That's fair.
  • u

    user

    05/01/2021, 12:37 AM
    So, how do I make sure I do things right with the prompt you gave me?
  • u

    user

    05/01/2021, 12:37 AM
    Because I think I'd have to put custom stuff in the command line.
  • p

    pi

    05/01/2021, 12:39 AM
    https://virtualizationreview.com/articles/2017/01/27/using-the-windows-subsystem-for-linux.aspx
  • p

    pi

    05/01/2021, 12:39 AM
    this looks like a good tutorial for beginners with WSL and bash on windows
  • u

    user

    05/01/2021, 12:40 AM
    Could you simply show me the steps for your thing?
  • p

    pi

    05/01/2021, 12:40 AM
    you won't learn if I do that
  • u

    user

    05/01/2021, 12:42 AM
    Then just... tell me what to implement. I saw the site you gave me... I can't make heads or tails of it, and no equivalents of the commands in your thing seem to be on the site... I'm overwhelmed.
  • p

    pi

    05/01/2021, 12:43 AM
    as I said: It's not trivial
  • p

    pi

    05/01/2021, 12:44 AM
    I couldn't read this whole page in the 4 minutes it took you to post that you dont understand it
  • u

    user

    05/01/2021, 12:46 AM
    You're asking me to comprehend a computer language of sorts, just to figure out one measly code you wrote.
  • p

    pi

    05/01/2021, 12:46 AM
    I'm really not sure what you want: If you want to understand things you have to work for it
  • p

    pi

    05/01/2021, 12:46 AM
    🤷
  • p

    pi

    05/01/2021, 12:47 AM
    otherwise you have to find other ways to convert files
  • u

    user

    05/01/2021, 1:28 AM
    Alright then... in that case, what's the code you used for the files I gave you?
  • p

    pi

    05/01/2021, 1:29 AM
    I sent it here
  • u

    user

    05/01/2021, 1:30 AM
    no, I mean without any blanks
  • u

    user

    05/01/2021, 1:30 AM
    The exact one.
  • u

    user

    05/01/2021, 1:30 AM
    I'm gonna fill those parts with the parts needed for my thing
  • p

    pi

    05/01/2021, 1:31 AM
    for f in *.wav; do ffmpeg -i "$f" -ac 1 -acodec pcm_s16le -ar 22050 out/"$f" ; done
  • p

    pi

    05/01/2021, 1:32 AM
    that's the exact command I used
  • p

    pi

    05/01/2021, 1:32 AM
    as previously stated
  • u

    user

    05/01/2021, 1:32 AM
    Okay then, what about the *.wav part?
  • p

    pi

    05/01/2021, 1:32 AM
    a regex
  • u

    user

    05/01/2021, 1:33 AM
    I see, then how did you specify where it was to make those wavs into the converted versions, if that's the exact code?
  • u

    user

    05/01/2021, 1:33 AM
    That's the main part I can't seem to grasp
  • p

    pi

    05/01/2021, 1:34 AM
    nowhere
  • p

    pi

    05/01/2021, 1:34 AM
    the command does that
  • p

    pi

    05/01/2021, 1:35 AM
    and here it's difficult without understanding the background
1...313233...1068Latest