How to Download ChatGPT's Text-to-Speech Audio Output

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 165

  • @joseluisfreire8966
    @joseluisfreire8966 7 місяців тому +80

    If you have a windows OS, copy URL as powershell, and change last command to "-o file.aac" (without cotes) your file will be record at c:\windows\system32 by default.
    This was the only way that worked for me
    Tanks a lot.

    • @HenriqueFerrolho
      @HenriqueFerrolho  7 місяців тому +4

      Thanks! I don't have a Windows machine to try it out...

    • @mithu2cool
      @mithu2cool 7 місяців тому

      Hello @joseluisfreire8966 I copied the URL as powershell. When I paste it in the powershell console, and type a new line with "-0 file.aac" nothing happens.

    • @robertojarzembowski
      @robertojarzembowski 6 місяців тому +4

      I added this -o "file.aac", and it actually generates the file not in system32 but in the same folder where I am in powershell console. But it works fine, thank you.

    • @joseluisfreire8966
      @joseluisfreire8966 6 місяців тому

      @@robertojarzembowski you are right! thank you too.

    • @joseluisfreire8966
      @joseluisfreire8966 6 місяців тому +2

      ​@@mithu2cool The command is "-o" without cotes not -0 (not minus zero)

  • @g1duk
    @g1duk 4 місяці тому +44

    Thank you for an amazing tutorial
    here is a tip for Windows user:
    1. Do everything the same in Chrome, but when you copying the Network element, copy it as "Copy as PowerShell"
    2. Run PowerShell as an admin
    3. Paste the Copied elements into the PowerShell, BUT DO NOT RUN IT YET
    4. In the last line put (-outfile "C:\YOUR_path\YOUR_name.aac") without brackets, quotation marks are necessary for the full path, and don't forget to put the name and file type and the end.

    • @tanvumedia
      @tanvumedia 4 місяці тому +1

      nó trả về lỗi:
      >> } -outfile "D:\test.acc"
      Invoke-WebRequest : The remote server returned an error: (403) Forbidden.
      At line:1 char:1...

    • @kids.academiabsb
      @kids.academiabsb 4 місяці тому

      I still couldn't do it. When I past what I copied as a powershell it gives me a response even before I press enter. Could you help me?

    • @rodrigorevilla2604
      @rodrigorevilla2604 3 місяці тому

      it did work for me as well, thanks. Amazing tutorial tho! I couldn't read the file in Premier Pro, so I converted it into .mp3 to use it.

    • @DomeArmin
      @DomeArmin 3 місяці тому

      Bro, You are a lifesaver!! ⭐
      Many thanks! 🙏

    • @duminduthushan5289
      @duminduthushan5289 2 місяці тому

      It worked. thank you ❤

  • @CommentShowWithDave
    @CommentShowWithDave 2 дні тому +1

    If you have to listen to the whole read aloud, you can simply use audio recording tools like audacity. Anyway a great tut

  • @HenriqueFerrolho
    @HenriqueFerrolho  8 місяців тому +9

    *Notice for PhD students, particularly for non-native English speakers*
    If you are preparing a video of your research work to complement a paper submission, I know it can be tempting to skip the recording of a transcript and just use a text-to-speech tool for creating that audio; however, I strongly suggest you spare the time to do it. Your accent may not be perfect and there may be stuttering, but it will add some character to the video - your character - and it's your research work, so you should own it. Your narrations will improve over time, and it will be good practising for in-person presentations, either within your research institute or at an actual conference.

    • @SamuIise
      @SamuIise 5 місяців тому

      Thanks for the video guide, and great advice with still recording your own voice for videos!
      It always (in my opinion anyway), sounds more personable and respectable (if those are the right words), if a video presentation has the author's own narration.

    • @3ky3ky
      @3ky3ky 4 місяці тому

      If you use ChatGPT premium the voice is very nice.

  • @karinakruma9449
    @karinakruma9449 3 місяці тому +3

    Was ist Terminal? Verstehe nicht, wo ich nach cURL cmd gehen muss?

  • @javierga
    @javierga 29 днів тому

    I recommend using quicktime player to record the internal audio. This will requiere blackhole or similar driver to capture the internal audio, but is super easy to setup.

  • @mariuszandrzejewski655
    @mariuszandrzejewski655 Місяць тому +7

    Unfortunately, this no longer works. To add to my previous comment, it now downloads an HTML file with an embedded player that doesn't play anything.
    Update: To retrieve the audio file, I have to switch back to the ChatGPT window, right-click the URL in the Network tab of DevTools, and select Copy → Copy as fetch. Then, I can use Node.js with a script that calls the given fetch function with appropriate arguments to save the audio sample to a file (I'm on Debian). In short, I use Node.js instead of curl because the latter doesn't work. And yes, I have curl in the latest version, and it should work.

    • @BruceJim76
      @BruceJim76 Місяць тому

      I don't understand about code, hope you will make a video tutorial. thank you!

  • @AlefBaptista-k9w
    @AlefBaptista-k9w 5 днів тому

    Can I download this file to a specific folder already? Where does my file goes? I could find it in the search but couldn't find the actual file original download folder.

  • @KryzysX
    @KryzysX 4 місяці тому +1

    Help, I'm using a different browser, can't find the option

  • @themobilizer
    @themobilizer 4 місяці тому +1

    Oh yeah, they have blocked it now. File comes back empty like 22k.

  • @Adam-franka
    @Adam-franka 4 місяці тому

    An absolute Legend. Liked and Subbed, Thank you

  • @simondemeulemeester7397
    @simondemeulemeester7397 3 місяці тому +1

    great video, but how can I have the same Terminal panel as you when you open it ?

  • @margallanews8239
    @margallanews8239 12 годин тому

    hi, I download file successfully but not show in c:\windows\system32.plz guide

  •  Місяць тому

    It worked! One of helpful tutorial video 💪🏽Very appreciated

  • @VincentNoot
    @VincentNoot 3 місяці тому +2

    It keeps saying the file is corrupted.

  • @NatadTech
    @NatadTech Місяць тому +2

    For Windows User:
    1. Do everything the same in Chrome, but when you're copying the Network element, copy it as "Copy as PowerShell"
    2. Run PowerShell as an admin
    3. Paste the Copied elements into the PowerShell, BUT DO NOT RUN IT YET
    4. In the last line put outside the bracket -outfile "C:\Users\Username\Downloads\output1.aac") quotation marks are necessary for the full path.

  • @GustavoSimas
    @GustavoSimas 7 місяців тому

    Thank you so much! And is it possible to download in another format instead of .aac?

    • @HenriqueFerrolho
      @HenriqueFerrolho  7 місяців тому +1

      I have not tried, but maybe... You can also use a conversion tool, like ffmpeg.

  • @neoqueto
    @neoqueto Місяць тому +1

    Right click, "copy response", paste into address bar, download, done.
    With your method it could only download a mangled 16.7 KB file for me, no matter if PowerShell or bash.

    • @nelletinkerhub
      @nelletinkerhub Місяць тому

      this actually worked. thanks a lot @neoqueto

    • @1tom944
      @1tom944 21 день тому

      this works fine. only catch is i only got a 50-second audio at a time. but since my audio is only 2 minutes long, this method is good enough for me, thank you.

  • @TravelTipsGR
    @TravelTipsGR 8 місяців тому +3

    Thank you for this video. I got this "error". .."'-H' is not recognized as an internal or external command,
    operable program or batch file." 😲windows here!

    • @HenriqueFerrolho
      @HenriqueFerrolho  8 місяців тому

      Can you copy and paste the entire error message?

    • @TravelTipsGR
      @TravelTipsGR 8 місяців тому +1

      @@HenriqueFerrolho Hi. Note, in windows there is Copy as cURL (cmd) and Copy as cURL (bash). I use the second. What I get is:
      '-H' is not recognized as an internal or external command,
      operable program or batch file..
      it does not work with cmd either. What i get is ...
      Warning: Binary output can mess up your terminal. Use "--output -" to tell
      Warning: curl to output it to your terminal anyway, or consider "--output
      Warning: " to save to a file.
      'expire' is not recognized as an internal or external command,
      operable program or batch file.
      I guess i must be doing something wrong

    • @HenriqueFerrolho
      @HenriqueFerrolho  8 місяців тому

      @@TravelTipsGR Please try again with the 'Copy as cURL (cmd)' option. From the error message you are getting, it seems that you have not manually written "--output audio.aac" to the end of the command before running it. In the video above, I do this step at around t=3:29.

    • @csabakranauer3290
      @csabakranauer3290 6 місяців тому +1

      I copied it as "Copy as PowerShell" and copied to to powershell then it worked

    • @mikedodger7898
      @mikedodger7898 5 місяців тому

      @@csabakranauer3290 Thank you. That was my problem also. Now it works great!

  • @stufigol
    @stufigol Місяць тому

    one
    Macbook 1 the downloaded aac file does not work. On MacBook 2 it would work if I download the file from Mac2. The file downloaded on Mac 1 also does not work on Mac 2. what's the issue you think?

  • @SkepticalChris
    @SkepticalChris 8 днів тому

    I prefer to simply use Audacity, download the audio directly from your PC while playing it then export the file as Mp3.

  • @showhow6827
    @showhow6827 5 місяців тому

    This is really helpful, great work, thanks

  • @willc8203
    @willc8203 5 місяців тому

    Excellent video - thanks Henrique

  • @dariocose
    @dariocose 5 місяців тому

    fantastic tutorial, it will be very useful for me.
    thank you very much

  • @leospektor1
    @leospektor1 4 місяці тому

    Amazing explanation. Thanks

  • @eltonleao3979
    @eltonleao3979 3 місяці тому +1

    Perfect! Tks bro🥳

  • @insanmahad
    @insanmahad 6 місяців тому +1

    Thanks bro, very helpful 🎉

  • @HugoAlvarez-v3u
    @HugoAlvarez-v3u 8 місяців тому +1

    bro, i tried it but is is always like this: curl: (18) transfer closed with outstanding read data remaining
    'expire' is not recognized as an internal or external command,
    operable program or batch file.
    What doe this mean?

    • @Alex-zb1de
      @Alex-zb1de 8 місяців тому

      same here. does anyone actually successfully download?

    • @HenriqueFerrolho
      @HenriqueFerrolho  8 місяців тому

      Can you share an example of a prompt that fails?

    • @yuumiplayer420
      @yuumiplayer420 8 місяців тому

      you can save it in a .bat file (copy as curl (cmd) + --ouput whatever.aac) and run it and it downloads

    • @iniduniabinatang5964
      @iniduniabinatang5964 8 місяців тому

      @@yuumiplayer420 it doesnt work for me

    • @yuumiplayer420
      @yuumiplayer420 8 місяців тому

      @@iniduniabinatang5964 do you have curl installed and added to path in enviroment variables

  • @Triviafakta
    @Triviafakta 5 місяців тому

    Sis, I want to ask, if I use the read aloud feature on my smartphone and then I record my audio and then use it as a narration in my UA-cam video, Is that against the rules?, Is that allowed?, Thank you

  • @phcenglish
    @phcenglish 5 місяців тому +1

    very helpful thank you

  • @s_phongo
    @s_phongo 6 місяців тому

    amazing content man. thank you

  • @nickystudio
    @nickystudio 8 місяців тому +2

    Very nice 🙏🏾

  • @TaylorSwiftandAdele
    @TaylorSwiftandAdele 5 місяців тому +2

    Warning: Binary output can mess up your terminal. Use "--output -" to tell
    Warning: curl to output it to your terminal anyway, or consider "--output
    Warning: " to save to a file.
    'expire' is not recognized as an internal or external command,
    operable program or batch file.

    • @yadnar
      @yadnar 4 місяці тому

      did you solved>? I did not yet!!!!

    • @TaylorSwiftandAdele
      @TaylorSwiftandAdele 4 місяці тому

      @@yadnar NO

    • @rafaellaurenti6026
      @rafaellaurenti6026 4 місяці тому

      I get the same error

    • @TaylorSwiftandAdele
      @TaylorSwiftandAdele 4 місяці тому

      @@yadnar @rafaellaurenti6026 I used windows 10 PowerShell ( type terminal in the search box) , copy URL as PowerShell, and change last command to -o file.aac

    • @Abdel-DFK
      @Abdel-DFK 3 місяці тому

      Just use chatgpt and follow the steps, it can guide you to final results

  • @stavrosian
    @stavrosian 4 місяці тому

    I can also use "Save response as" in Firefox and it downloads it.

  • @streamofcourageous
    @streamofcourageous 8 місяців тому +3

    please tutorial for windows

    • @HenriqueFerrolho
      @HenriqueFerrolho  8 місяців тому +1

      I will not make a tutorial for Windows, but you should be able to use the same procedure shown in this video to download the audio on Windows. If you are having trouble setting up cURL on Windows, you can check how to do it in this other video tutorial: ua-cam.com/video/cl186ePedMg/v-deo.html

    • @sebastianhealth1970
      @sebastianhealth1970 8 місяців тому

      @@HenriqueFerrolho thx worked easily

  • @LuisCastro-dm2nc
    @LuisCastro-dm2nc Місяць тому

    you can also ask to chat gpt to download the last text to speech message and it will create a link for you.

  • @megasage
    @megasage 3 місяці тому

    Useful. Thanks !

  • @wrecluse
    @wrecluse 7 місяців тому

    I follow your steps but it just downloads an empty file - always 23 kb and it has no audio? When I open the file that is downloaded in textedit - Enable JavaScript and cookies to continue

    • @HenriqueFerrolho
      @HenriqueFerrolho  7 місяців тому

      Hmm, that is weird... Are you still having this issue?

    • @abdulrafaybajwa1494
      @abdulrafaybajwa1494 6 місяців тому

      whatever you download there is this 24kb file that does not contain audio content instead it is sm HTMl code

    • @LeopoldoTejada
      @LeopoldoTejada 5 місяців тому +1

      I had the same problem but solved it. If you are in Linux, make sure your command line is not executing in a conda environment. If it says (base) or something like that at the beginning of the line, then conda deactivate and execute again.

    • @burhanrashidhussein6037
      @burhanrashidhussein6037 4 місяці тому

      @@LeopoldoTejada Thanks, I was alway having an empty.aac file. Since I have conda installed, deactivating conda environment resolved the problem, super!

  • @NguyenNgan-ey3jd
    @NguyenNgan-ey3jd 4 місяці тому

    why cannt i download aac file. i downloaded but the crack file.

  • @germankrasnikov
    @germankrasnikov 5 місяців тому +4

    Try this AudioTTS - Simple Text to Speech Downloader

  • @sebastiankost7516
    @sebastiankost7516 25 днів тому

    Thank you so much :)

  • @zooluwarrior
    @zooluwarrior 5 місяців тому

    Thank you abnormaly much.

  • @manhuctran7117
    @manhuctran7117 5 місяців тому

    how do i get the audio button???
    please intruct me

  • @Sandeepsingh-fl2hs
    @Sandeepsingh-fl2hs 4 місяці тому

    Save this man ....❤

  • @IzaqueBernardo-gi6ch
    @IzaqueBernardo-gi6ch Місяць тому

    Thanks a lot.

  • @brunofelixf
    @brunofelixf 3 місяці тому

    Thank you!!

  • @hamidallah
    @hamidallah Місяць тому

    thank you sir

  • @raveeadam369
    @raveeadam369 7 місяців тому +1

    thankyou very helpful

  • @charlieecharliee
    @charlieecharliee 6 місяців тому

    Warning: Binary output can mess up your terminal. Use "--output -" to tell
    Warning: curl to output it to your terminal anyway, or consider "--output
    Warning: " to save to a file.
    'expire' is not recognized as an internal or external command,
    operable program or batch file. and nothing happend ;< . I done this on Windows Cmd

  • @nochannelheres
    @nochannelheres 8 місяців тому +1

    worked well thanks in windows, just follo same steps and click in the cURL cmd
    Thanks

    • @rafaellaurenti6026
      @rafaellaurenti6026 4 місяці тому +1

      it gives me this error
      Warning: Binary output can mess up your terminal. Use "--output -" to tell
      Warning: curl to output it to your terminal anyway, or consider "--output
      Warning: " to save to a file.
      'expire' is not recognized as an internal or external command,
      operable program or batch file.
      any solution?

  • @quantensignatur
    @quantensignatur 7 місяців тому

    At IPv4 and IPv6 i become "could not resolve host"

  • @HikenPortuguese
    @HikenPortuguese 3 місяці тому

    Thank you sir

  • @İzzetKurbanov
    @İzzetKurbanov 2 місяці тому +2

    Try this AudioTTS - Simple Text to Speech Downloader chrome plugin

  • @kujo457
    @kujo457 7 місяців тому

    Thank you, I can do this on window powershell.

  • @DaBo1
    @DaBo1 6 місяців тому

    i have curl installed on windows but is not downloading the aac
    More? -H "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" --output test.aac
    Warning: Binary output can mess up your terminal. Use "--output -" to tell
    Warning: curl to output it to your terminal anyway, or consider "--output
    Warning: " to save to a file.
    'expire' is not recognized as an internal or external command,
    operable program or batch file.

    • @DefamsTV
      @DefamsTV 6 місяців тому

      Try audiotts instead

  • @robertachaleana
    @robertachaleana Місяць тому

    thanks!

  • @MohamadKlsli
    @MohamadKlsli 6 місяців тому

    thanks a lot❤

  • @iknowniknown6945
    @iknowniknown6945 6 місяців тому

    Thanks! Bro!

  • @CarloCali
    @CarloCali 5 днів тому

    awesome

  • @Daniel-qo9uv
    @Daniel-qo9uv 7 місяців тому

    Thanks it's working

    • @Daniel-qo9uv
      @Daniel-qo9uv 7 місяців тому

      now convertio can conver it from acc to mp3

  • @davestorm6718
    @davestorm6718 6 місяців тому

    This doesn't work at all - I think they blocked this ability on purpose!!! I can type in exactly what you did, but it just gives me the following lame response:
    It seems the script took too long to execute due to the extensive list of available voices and the length of the text. To ensure the code runs efficiently, I'll simplify it and select a more natural-sounding voice available on most systems.
    Here's a streamlined script for you to run on your local machine:
    Then it spits out a python script

  • @tiramsiuc685
    @tiramsiuc685 5 місяців тому

    Couldn't connect to server

  • @vendetta-vi
    @vendetta-vi 7 місяців тому

    Thanks bro

  • @user-hb3yy7fl4s
    @user-hb3yy7fl4s 6 місяців тому

    I dont have iterm

  • @thepenguinmedia
    @thepenguinmedia 6 місяців тому +1

    Screen record and convert bro. Easy

    • @marthyramos1342
      @marthyramos1342 2 місяці тому

      Lol. If the audio file is 10 minutes long then you wasted 9 mins and 30 secs

  • @hamzaboudhar6199
    @hamzaboudhar6199 7 місяців тому

    I don't have the audio button :/

    • @samantua
      @samantua 4 місяці тому

      It is available on Plus account (paid ChatGPT version)

  • @Monasun-media
    @Monasun-media 5 місяців тому

    thank

  • @tuekhac992
    @tuekhac992 6 місяців тому

    thks

  • @pp90djask2idjk
    @pp90djask2idjk 7 місяців тому +2

    Smart. Please develop a chrome extension based on this idea.

    • @DefamsTV
      @DefamsTV 6 місяців тому +2

      I made one named audiotts 🥰

    • @BibleQuizz3s
      @BibleQuizz3s 6 місяців тому

      @@DefamsTVIs it for public use ?

    • @DefamsTV
      @DefamsTV 6 місяців тому

      @@BibleQuizz3s yes

    • @russianozi-2023
      @russianozi-2023 6 місяців тому +1

      @@DefamsTV HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAH

    • @DefamsTV
      @DefamsTV 6 місяців тому

      @@russianozi-2023 what?

  • @rekiallard77
    @rekiallard77 4 місяці тому

    Amazing, tapi aku belum coba berhasil atau enggak.

  • @dogc333
    @dogc333 4 місяці тому

    this is way harder than just recording it

  • @VelocitySnippets
    @VelocitySnippets 8 місяців тому +1

    Very lengthy method

    • @HenriqueFerrolho
      @HenriqueFerrolho  8 місяців тому +1

      Do you know another method that is faster?

    • @zalosanchez9325
      @zalosanchez9325 7 місяців тому

      ​@@HenriqueFerrolho I shared my method in the thread ⬆

    • @DefamsTV
      @DefamsTV 7 місяців тому

      ​@@HenriqueFerrolhouse audiotts chrome extension. Simply a click and free ❤

  • @yiliu8679
    @yiliu8679 7 місяців тому

    Sorry please tell me “~ cd /Downloads/chatgpt
    ~/Downloads/chatgpt” how to type these things?

    • @HenriqueFerrolho
      @HenriqueFerrolho  7 місяців тому

      I have typed these things on a terminal in macOS. You can use CMD or PowerShell if you are using Windows. `cd` means "change directory" and the path is a path to any existing folder in your workspace. Hope that helps!

  • @xinx.3180
    @xinx.3180 6 місяців тому

    the termininal only goes: Last login: Mon May 13 13:06:07 on ttys000
    mac@MACdeMBP ~ %

    • @xinx.3180
      @xinx.3180 6 місяців тому

      😭

    • @Greg_pssn
      @Greg_pssn 6 місяців тому

      @@xinx.3180 same, did you find the issue?

  • @PandaGirlOwO
    @PandaGirlOwO 23 дні тому

    Thank you so much

  • @hjzaan6806
    @hjzaan6806 4 місяці тому

    thank you very much!!!!