Software for manual audio transcription (speech, interviews etc.)












14















Is there any software that supports you to manually transcribe content from audio files (like ogg, mp3) to text?










share|improve this question





























    14















    Is there any software that supports you to manually transcribe content from audio files (like ogg, mp3) to text?










    share|improve this question



























      14












      14








      14


      3






      Is there any software that supports you to manually transcribe content from audio files (like ogg, mp3) to text?










      share|improve this question
















      Is there any software that supports you to manually transcribe content from audio files (like ogg, mp3) to text?







      software-recommendation






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 8 '12 at 21:03







      Mrmfldmn

















      asked Nov 8 '12 at 20:29









      MrmfldmnMrmfldmn

      5081513




      5081513






















          10 Answers
          10






          active

          oldest

          votes


















          15














          When you have to transcribe, i.e. type, content that comes from an audio file, you want to




          • be able to control audio (stop, pause, play) via the keyboard while typing the text (so you do not have to leave the text editor and switch to an audio application to do just that).

          • You might also want to adjust the audio speed (to speed up slow speech and slow down too fast speech).

          • You want the audio position to be a little bit rewinded when you continue audio playback, just to be sure you didn't miss anything.


          I found that a software called transcribe (launchpad) provides the solution I was looking for.



          You type the text in a text editor while transcribe plays the audio file in another window. To pause or continue audio playback, you use any keyboard shortcut that you configured system-wide for audio in the system settings. I use F7 to pause, F8 to continue.



          *transcribe* playing back audio while *gedit* is used to transcribe speech to text



          To install transcribe:



          First, you have to add a PPA:



          sudo add-apt-repository ppa:frederik-elwert/transcribe
          sudo apt-get update


          Then you can install it:



          sudo apt-get install transcribe





          share|improve this answer





















          • 1





            Failed to fetch http://ppa.launchpad.net/frederik-elwert/transcribe/ubuntu/dists/wily/main/binary-amd64/Packages ...

            – Philippe Gachoud
            Feb 22 '16 at 9:38



















          5














          I needed a cross-platform solution to use in my laptop (linux) and in my office pc (win xp) and decided to make my own:



          It's called "Poor Man's Translator" and can be found here.






          share|improve this answer


























          • Please include the gist of the solution here.

            – jobin
            Nov 15 '13 at 18:31











          • The software is now hosted at codeplex and was renamed to Poor's Man Transcriber (pmTrans): pmtrans.codeplex.com

            – erik
            Jun 25 '15 at 13:47



















          2














          List of transcription programs



          There is this comprehensive list of transcription software:



          Name              Main category Second category Platform              License form
          ----------------------------------------------------------------------------------
          Anvil Transcription Linux, Mac Open Source
          casualtranscriber Transcription Mac Freeware
          EasyTranscript Transcription Linux, Mac, Win Open Source
          ELAN Transcription Linux, Mac, Win Open Source
          EXMARaLDA Transcription Linux, Mac, Win Open Source
          Express Scribe Transcription Mac Commercial
          F4/F5 Transcription Mac, Win Commercial
          f4analyse QDA Transcription Linux, Mac, Win Commercial
          Feldpartitur Transcription QDA Web Commercial
          Folker Transcription Win Free
          HyperTranscribe Transcription Mac Commercial
          inqscribe Transcription Mac, Win Commercial
          MEPA QDA Transcription Win Freeware
          Multitool Transcription Mac, Win Open Source
          pmTrans Transcription Linux, Mac, Win Open Source
          Praat Transcription Linux, Mac, Unix, Win Open Source
          Sonal QDA Transcription Win Freeware
          SoundScriber Transcription Win Open Source
          Transana QDA Transcription Mac, Win Commercial
          Transcribe Transcription Linux Open Source
          TranscriberAG Transcription Linux, Mac, Win Open Source
          Transcriva Transcription Mac Commercial
          trAVis Transcription Web Free
          xtrans Transcription Linux, Win Open Source


          And another list on the German Ubuntu wiki with instructions on how to use Audacious and VLC with global hotkeys together with a text editor of your choice.





          Personally I use smplayer (a graphical front-end for mplayer), where you can press a keyboard key to change the speed of playback, move back and forward easily in three different steps (default is 10 seconds, 1 minute and 10 minutes I think, which could be easily changed to e.g. 2 sec, 5 sec and 30 sec).



          The player is cross-plattform and free software (GPL).



          As editor I use vim with spellchecking.






          share|improve this answer

































            1















            Playitslowly Install playitslowly



            This nice and lightweight software aims at changing playback speed of recorded files but also has nice features useful for transcription. For more details and a screenshot see:




            • Player to set short-keys for 1-second ahead/back jump?






            share|improve this answer

































              1














              Try TranscriberAG. It needs compiling and the process may not be easy, but you can try with this non official version or post a message to the project mailing list to get help.



              As already mentioned, a second option is Evidence Bucket, with less features but very easy to start (it's written in Java). It can be used with an external word processor too, because it has global keyboard shortcuts.



              A third option could be to install Wine and, if needed, PlayOnLinux and use the free versions of Windows software like Inqscribe, Express Scribe, etc.






              share|improve this answer

































                1














                Automatic voice recognition software normally reduces the manual transcription needs. But Automatic voice recognition technology is not still matured to produce accurate transcription for non-American accents, or with people speaking quickly or multiple speakers audio files. If you have more than one voice it is almost impossible to get a good transcript. Add to that any background noise or a weak recording and you can pretty much forget it.



                So, after automatic transcription, you have to massage this transcription into the final form. Some of the massages are



                Correct incorrectly transcribed words/phrases.
                Correct punctuation/sentence breaks.
                Define paragraph breaks.



                For automatic transcription, you can refer



                http://audacity.sourceforge.net/






                share|improve this answer

































                  0














                  ExpressScribe is pretty good and the free version works fine. It's for Windows but works well in Wine.



                  http://www.nch.com.au/scribe/






                  share|improve this answer
























                  • There's a free Linux version but it showed some bugs on my computer, for example when moving through the timeline. A couple of times it crashed on startup.

                    – Andrew
                    Aug 25 '14 at 22:59



















                  0














                  After getting frustrated with all the Linux community had to offer, in the way of transcription, I went on the path to copy Express Scribe. This is self-promotional, so if you like my software, I did it :). My program runs in the background. It's a simple window displaying "Hello World", but it operates like Express Scribe in that it listens for key combinations from you and controls your audio accordingly. You're free to use whatever document program you desire.



                  Controls:



                  F2 is play/pause.
                  F4 is rewind 3 seconds.



                  I may advance the program further, if there is enough outcry but at this time, I have no need to do so.



                  You will need to install Python3 and Pyglet (minimum). If you want to deal with encrypted and compressed formats, you need to install Avbin.



                  The project can be found here: https://github.com/ki4jgt/Transkripshun






                  share|improve this answer































                    0














                    Try Parlatype, rewind on pause and much more



                    enter image description here



                    http://gkarsay.github.io/parlatype/






                    share|improve this answer































                      0














                      I tried many of the above suggestions and ended up with audacity



                      Use it like this to manually annotate a audio file with text:




                      1. Open your audio file

                      2. Hit (p) to pause track when you hear something you like to annotate with text

                      3. Hit Ctrl+m to add annotation at point and enter annotation text

                      4. Hit enter to finalize text annotation

                      5. Hit (p) to continue listening to track

                      6. Repeat 2-5 until your audio file is annotated


                      Make sure Sync-Lock-Tracks is enabeled.



                      Jump between annotations with Alt+left / right arrow






                      share|improve this answer
























                        protected by Community Jan 19 '17 at 13:34



                        Thank you for your interest in this question.
                        Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                        Would you like to answer one of these unanswered questions instead?














                        10 Answers
                        10






                        active

                        oldest

                        votes








                        10 Answers
                        10






                        active

                        oldest

                        votes









                        active

                        oldest

                        votes






                        active

                        oldest

                        votes









                        15














                        When you have to transcribe, i.e. type, content that comes from an audio file, you want to




                        • be able to control audio (stop, pause, play) via the keyboard while typing the text (so you do not have to leave the text editor and switch to an audio application to do just that).

                        • You might also want to adjust the audio speed (to speed up slow speech and slow down too fast speech).

                        • You want the audio position to be a little bit rewinded when you continue audio playback, just to be sure you didn't miss anything.


                        I found that a software called transcribe (launchpad) provides the solution I was looking for.



                        You type the text in a text editor while transcribe plays the audio file in another window. To pause or continue audio playback, you use any keyboard shortcut that you configured system-wide for audio in the system settings. I use F7 to pause, F8 to continue.



                        *transcribe* playing back audio while *gedit* is used to transcribe speech to text



                        To install transcribe:



                        First, you have to add a PPA:



                        sudo add-apt-repository ppa:frederik-elwert/transcribe
                        sudo apt-get update


                        Then you can install it:



                        sudo apt-get install transcribe





                        share|improve this answer





















                        • 1





                          Failed to fetch http://ppa.launchpad.net/frederik-elwert/transcribe/ubuntu/dists/wily/main/binary-amd64/Packages ...

                          – Philippe Gachoud
                          Feb 22 '16 at 9:38
















                        15














                        When you have to transcribe, i.e. type, content that comes from an audio file, you want to




                        • be able to control audio (stop, pause, play) via the keyboard while typing the text (so you do not have to leave the text editor and switch to an audio application to do just that).

                        • You might also want to adjust the audio speed (to speed up slow speech and slow down too fast speech).

                        • You want the audio position to be a little bit rewinded when you continue audio playback, just to be sure you didn't miss anything.


                        I found that a software called transcribe (launchpad) provides the solution I was looking for.



                        You type the text in a text editor while transcribe plays the audio file in another window. To pause or continue audio playback, you use any keyboard shortcut that you configured system-wide for audio in the system settings. I use F7 to pause, F8 to continue.



                        *transcribe* playing back audio while *gedit* is used to transcribe speech to text



                        To install transcribe:



                        First, you have to add a PPA:



                        sudo add-apt-repository ppa:frederik-elwert/transcribe
                        sudo apt-get update


                        Then you can install it:



                        sudo apt-get install transcribe





                        share|improve this answer





















                        • 1





                          Failed to fetch http://ppa.launchpad.net/frederik-elwert/transcribe/ubuntu/dists/wily/main/binary-amd64/Packages ...

                          – Philippe Gachoud
                          Feb 22 '16 at 9:38














                        15












                        15








                        15







                        When you have to transcribe, i.e. type, content that comes from an audio file, you want to




                        • be able to control audio (stop, pause, play) via the keyboard while typing the text (so you do not have to leave the text editor and switch to an audio application to do just that).

                        • You might also want to adjust the audio speed (to speed up slow speech and slow down too fast speech).

                        • You want the audio position to be a little bit rewinded when you continue audio playback, just to be sure you didn't miss anything.


                        I found that a software called transcribe (launchpad) provides the solution I was looking for.



                        You type the text in a text editor while transcribe plays the audio file in another window. To pause or continue audio playback, you use any keyboard shortcut that you configured system-wide for audio in the system settings. I use F7 to pause, F8 to continue.



                        *transcribe* playing back audio while *gedit* is used to transcribe speech to text



                        To install transcribe:



                        First, you have to add a PPA:



                        sudo add-apt-repository ppa:frederik-elwert/transcribe
                        sudo apt-get update


                        Then you can install it:



                        sudo apt-get install transcribe





                        share|improve this answer















                        When you have to transcribe, i.e. type, content that comes from an audio file, you want to




                        • be able to control audio (stop, pause, play) via the keyboard while typing the text (so you do not have to leave the text editor and switch to an audio application to do just that).

                        • You might also want to adjust the audio speed (to speed up slow speech and slow down too fast speech).

                        • You want the audio position to be a little bit rewinded when you continue audio playback, just to be sure you didn't miss anything.


                        I found that a software called transcribe (launchpad) provides the solution I was looking for.



                        You type the text in a text editor while transcribe plays the audio file in another window. To pause or continue audio playback, you use any keyboard shortcut that you configured system-wide for audio in the system settings. I use F7 to pause, F8 to continue.



                        *transcribe* playing back audio while *gedit* is used to transcribe speech to text



                        To install transcribe:



                        First, you have to add a PPA:



                        sudo add-apt-repository ppa:frederik-elwert/transcribe
                        sudo apt-get update


                        Then you can install it:



                        sudo apt-get install transcribe






                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited Nov 9 '12 at 8:06

























                        answered Nov 8 '12 at 20:50









                        MrmfldmnMrmfldmn

                        5081513




                        5081513








                        • 1





                          Failed to fetch http://ppa.launchpad.net/frederik-elwert/transcribe/ubuntu/dists/wily/main/binary-amd64/Packages ...

                          – Philippe Gachoud
                          Feb 22 '16 at 9:38














                        • 1





                          Failed to fetch http://ppa.launchpad.net/frederik-elwert/transcribe/ubuntu/dists/wily/main/binary-amd64/Packages ...

                          – Philippe Gachoud
                          Feb 22 '16 at 9:38








                        1




                        1





                        Failed to fetch http://ppa.launchpad.net/frederik-elwert/transcribe/ubuntu/dists/wily/main/binary-amd64/Packages ...

                        – Philippe Gachoud
                        Feb 22 '16 at 9:38





                        Failed to fetch http://ppa.launchpad.net/frederik-elwert/transcribe/ubuntu/dists/wily/main/binary-amd64/Packages ...

                        – Philippe Gachoud
                        Feb 22 '16 at 9:38













                        5














                        I needed a cross-platform solution to use in my laptop (linux) and in my office pc (win xp) and decided to make my own:



                        It's called "Poor Man's Translator" and can be found here.






                        share|improve this answer


























                        • Please include the gist of the solution here.

                          – jobin
                          Nov 15 '13 at 18:31











                        • The software is now hosted at codeplex and was renamed to Poor's Man Transcriber (pmTrans): pmtrans.codeplex.com

                          – erik
                          Jun 25 '15 at 13:47
















                        5














                        I needed a cross-platform solution to use in my laptop (linux) and in my office pc (win xp) and decided to make my own:



                        It's called "Poor Man's Translator" and can be found here.






                        share|improve this answer


























                        • Please include the gist of the solution here.

                          – jobin
                          Nov 15 '13 at 18:31











                        • The software is now hosted at codeplex and was renamed to Poor's Man Transcriber (pmTrans): pmtrans.codeplex.com

                          – erik
                          Jun 25 '15 at 13:47














                        5












                        5








                        5







                        I needed a cross-platform solution to use in my laptop (linux) and in my office pc (win xp) and decided to make my own:



                        It's called "Poor Man's Translator" and can be found here.






                        share|improve this answer















                        I needed a cross-platform solution to use in my laptop (linux) and in my office pc (win xp) and decided to make my own:



                        It's called "Poor Man's Translator" and can be found here.







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited Oct 2 '15 at 1:18









                        Fabby

                        27.1k1360161




                        27.1k1360161










                        answered Nov 15 '13 at 18:11









                        JuanJuan

                        5111




                        5111













                        • Please include the gist of the solution here.

                          – jobin
                          Nov 15 '13 at 18:31











                        • The software is now hosted at codeplex and was renamed to Poor's Man Transcriber (pmTrans): pmtrans.codeplex.com

                          – erik
                          Jun 25 '15 at 13:47



















                        • Please include the gist of the solution here.

                          – jobin
                          Nov 15 '13 at 18:31











                        • The software is now hosted at codeplex and was renamed to Poor's Man Transcriber (pmTrans): pmtrans.codeplex.com

                          – erik
                          Jun 25 '15 at 13:47

















                        Please include the gist of the solution here.

                        – jobin
                        Nov 15 '13 at 18:31





                        Please include the gist of the solution here.

                        – jobin
                        Nov 15 '13 at 18:31













                        The software is now hosted at codeplex and was renamed to Poor's Man Transcriber (pmTrans): pmtrans.codeplex.com

                        – erik
                        Jun 25 '15 at 13:47





                        The software is now hosted at codeplex and was renamed to Poor's Man Transcriber (pmTrans): pmtrans.codeplex.com

                        – erik
                        Jun 25 '15 at 13:47











                        2














                        List of transcription programs



                        There is this comprehensive list of transcription software:



                        Name              Main category Second category Platform              License form
                        ----------------------------------------------------------------------------------
                        Anvil Transcription Linux, Mac Open Source
                        casualtranscriber Transcription Mac Freeware
                        EasyTranscript Transcription Linux, Mac, Win Open Source
                        ELAN Transcription Linux, Mac, Win Open Source
                        EXMARaLDA Transcription Linux, Mac, Win Open Source
                        Express Scribe Transcription Mac Commercial
                        F4/F5 Transcription Mac, Win Commercial
                        f4analyse QDA Transcription Linux, Mac, Win Commercial
                        Feldpartitur Transcription QDA Web Commercial
                        Folker Transcription Win Free
                        HyperTranscribe Transcription Mac Commercial
                        inqscribe Transcription Mac, Win Commercial
                        MEPA QDA Transcription Win Freeware
                        Multitool Transcription Mac, Win Open Source
                        pmTrans Transcription Linux, Mac, Win Open Source
                        Praat Transcription Linux, Mac, Unix, Win Open Source
                        Sonal QDA Transcription Win Freeware
                        SoundScriber Transcription Win Open Source
                        Transana QDA Transcription Mac, Win Commercial
                        Transcribe Transcription Linux Open Source
                        TranscriberAG Transcription Linux, Mac, Win Open Source
                        Transcriva Transcription Mac Commercial
                        trAVis Transcription Web Free
                        xtrans Transcription Linux, Win Open Source


                        And another list on the German Ubuntu wiki with instructions on how to use Audacious and VLC with global hotkeys together with a text editor of your choice.





                        Personally I use smplayer (a graphical front-end for mplayer), where you can press a keyboard key to change the speed of playback, move back and forward easily in three different steps (default is 10 seconds, 1 minute and 10 minutes I think, which could be easily changed to e.g. 2 sec, 5 sec and 30 sec).



                        The player is cross-plattform and free software (GPL).



                        As editor I use vim with spellchecking.






                        share|improve this answer






























                          2














                          List of transcription programs



                          There is this comprehensive list of transcription software:



                          Name              Main category Second category Platform              License form
                          ----------------------------------------------------------------------------------
                          Anvil Transcription Linux, Mac Open Source
                          casualtranscriber Transcription Mac Freeware
                          EasyTranscript Transcription Linux, Mac, Win Open Source
                          ELAN Transcription Linux, Mac, Win Open Source
                          EXMARaLDA Transcription Linux, Mac, Win Open Source
                          Express Scribe Transcription Mac Commercial
                          F4/F5 Transcription Mac, Win Commercial
                          f4analyse QDA Transcription Linux, Mac, Win Commercial
                          Feldpartitur Transcription QDA Web Commercial
                          Folker Transcription Win Free
                          HyperTranscribe Transcription Mac Commercial
                          inqscribe Transcription Mac, Win Commercial
                          MEPA QDA Transcription Win Freeware
                          Multitool Transcription Mac, Win Open Source
                          pmTrans Transcription Linux, Mac, Win Open Source
                          Praat Transcription Linux, Mac, Unix, Win Open Source
                          Sonal QDA Transcription Win Freeware
                          SoundScriber Transcription Win Open Source
                          Transana QDA Transcription Mac, Win Commercial
                          Transcribe Transcription Linux Open Source
                          TranscriberAG Transcription Linux, Mac, Win Open Source
                          Transcriva Transcription Mac Commercial
                          trAVis Transcription Web Free
                          xtrans Transcription Linux, Win Open Source


                          And another list on the German Ubuntu wiki with instructions on how to use Audacious and VLC with global hotkeys together with a text editor of your choice.





                          Personally I use smplayer (a graphical front-end for mplayer), where you can press a keyboard key to change the speed of playback, move back and forward easily in three different steps (default is 10 seconds, 1 minute and 10 minutes I think, which could be easily changed to e.g. 2 sec, 5 sec and 30 sec).



                          The player is cross-plattform and free software (GPL).



                          As editor I use vim with spellchecking.






                          share|improve this answer




























                            2












                            2








                            2







                            List of transcription programs



                            There is this comprehensive list of transcription software:



                            Name              Main category Second category Platform              License form
                            ----------------------------------------------------------------------------------
                            Anvil Transcription Linux, Mac Open Source
                            casualtranscriber Transcription Mac Freeware
                            EasyTranscript Transcription Linux, Mac, Win Open Source
                            ELAN Transcription Linux, Mac, Win Open Source
                            EXMARaLDA Transcription Linux, Mac, Win Open Source
                            Express Scribe Transcription Mac Commercial
                            F4/F5 Transcription Mac, Win Commercial
                            f4analyse QDA Transcription Linux, Mac, Win Commercial
                            Feldpartitur Transcription QDA Web Commercial
                            Folker Transcription Win Free
                            HyperTranscribe Transcription Mac Commercial
                            inqscribe Transcription Mac, Win Commercial
                            MEPA QDA Transcription Win Freeware
                            Multitool Transcription Mac, Win Open Source
                            pmTrans Transcription Linux, Mac, Win Open Source
                            Praat Transcription Linux, Mac, Unix, Win Open Source
                            Sonal QDA Transcription Win Freeware
                            SoundScriber Transcription Win Open Source
                            Transana QDA Transcription Mac, Win Commercial
                            Transcribe Transcription Linux Open Source
                            TranscriberAG Transcription Linux, Mac, Win Open Source
                            Transcriva Transcription Mac Commercial
                            trAVis Transcription Web Free
                            xtrans Transcription Linux, Win Open Source


                            And another list on the German Ubuntu wiki with instructions on how to use Audacious and VLC with global hotkeys together with a text editor of your choice.





                            Personally I use smplayer (a graphical front-end for mplayer), where you can press a keyboard key to change the speed of playback, move back and forward easily in three different steps (default is 10 seconds, 1 minute and 10 minutes I think, which could be easily changed to e.g. 2 sec, 5 sec and 30 sec).



                            The player is cross-plattform and free software (GPL).



                            As editor I use vim with spellchecking.






                            share|improve this answer















                            List of transcription programs



                            There is this comprehensive list of transcription software:



                            Name              Main category Second category Platform              License form
                            ----------------------------------------------------------------------------------
                            Anvil Transcription Linux, Mac Open Source
                            casualtranscriber Transcription Mac Freeware
                            EasyTranscript Transcription Linux, Mac, Win Open Source
                            ELAN Transcription Linux, Mac, Win Open Source
                            EXMARaLDA Transcription Linux, Mac, Win Open Source
                            Express Scribe Transcription Mac Commercial
                            F4/F5 Transcription Mac, Win Commercial
                            f4analyse QDA Transcription Linux, Mac, Win Commercial
                            Feldpartitur Transcription QDA Web Commercial
                            Folker Transcription Win Free
                            HyperTranscribe Transcription Mac Commercial
                            inqscribe Transcription Mac, Win Commercial
                            MEPA QDA Transcription Win Freeware
                            Multitool Transcription Mac, Win Open Source
                            pmTrans Transcription Linux, Mac, Win Open Source
                            Praat Transcription Linux, Mac, Unix, Win Open Source
                            Sonal QDA Transcription Win Freeware
                            SoundScriber Transcription Win Open Source
                            Transana QDA Transcription Mac, Win Commercial
                            Transcribe Transcription Linux Open Source
                            TranscriberAG Transcription Linux, Mac, Win Open Source
                            Transcriva Transcription Mac Commercial
                            trAVis Transcription Web Free
                            xtrans Transcription Linux, Win Open Source


                            And another list on the German Ubuntu wiki with instructions on how to use Audacious and VLC with global hotkeys together with a text editor of your choice.





                            Personally I use smplayer (a graphical front-end for mplayer), where you can press a keyboard key to change the speed of playback, move back and forward easily in three different steps (default is 10 seconds, 1 minute and 10 minutes I think, which could be easily changed to e.g. 2 sec, 5 sec and 30 sec).



                            The player is cross-plattform and free software (GPL).



                            As editor I use vim with spellchecking.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Aug 22 '18 at 6:03

























                            answered Jun 25 '15 at 13:54









                            erikerik

                            586515




                            586515























                                1















                                Playitslowly Install playitslowly



                                This nice and lightweight software aims at changing playback speed of recorded files but also has nice features useful for transcription. For more details and a screenshot see:




                                • Player to set short-keys for 1-second ahead/back jump?






                                share|improve this answer






























                                  1















                                  Playitslowly Install playitslowly



                                  This nice and lightweight software aims at changing playback speed of recorded files but also has nice features useful for transcription. For more details and a screenshot see:




                                  • Player to set short-keys for 1-second ahead/back jump?






                                  share|improve this answer




























                                    1












                                    1








                                    1








                                    Playitslowly Install playitslowly



                                    This nice and lightweight software aims at changing playback speed of recorded files but also has nice features useful for transcription. For more details and a screenshot see:




                                    • Player to set short-keys for 1-second ahead/back jump?






                                    share|improve this answer
















                                    Playitslowly Install playitslowly



                                    This nice and lightweight software aims at changing playback speed of recorded files but also has nice features useful for transcription. For more details and a screenshot see:




                                    • Player to set short-keys for 1-second ahead/back jump?







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited Apr 13 '17 at 12:24









                                    Community

                                    1




                                    1










                                    answered Apr 30 '13 at 17:36









                                    TakkatTakkat

                                    108k37252379




                                    108k37252379























                                        1














                                        Try TranscriberAG. It needs compiling and the process may not be easy, but you can try with this non official version or post a message to the project mailing list to get help.



                                        As already mentioned, a second option is Evidence Bucket, with less features but very easy to start (it's written in Java). It can be used with an external word processor too, because it has global keyboard shortcuts.



                                        A third option could be to install Wine and, if needed, PlayOnLinux and use the free versions of Windows software like Inqscribe, Express Scribe, etc.






                                        share|improve this answer






























                                          1














                                          Try TranscriberAG. It needs compiling and the process may not be easy, but you can try with this non official version or post a message to the project mailing list to get help.



                                          As already mentioned, a second option is Evidence Bucket, with less features but very easy to start (it's written in Java). It can be used with an external word processor too, because it has global keyboard shortcuts.



                                          A third option could be to install Wine and, if needed, PlayOnLinux and use the free versions of Windows software like Inqscribe, Express Scribe, etc.






                                          share|improve this answer




























                                            1












                                            1








                                            1







                                            Try TranscriberAG. It needs compiling and the process may not be easy, but you can try with this non official version or post a message to the project mailing list to get help.



                                            As already mentioned, a second option is Evidence Bucket, with less features but very easy to start (it's written in Java). It can be used with an external word processor too, because it has global keyboard shortcuts.



                                            A third option could be to install Wine and, if needed, PlayOnLinux and use the free versions of Windows software like Inqscribe, Express Scribe, etc.






                                            share|improve this answer















                                            Try TranscriberAG. It needs compiling and the process may not be easy, but you can try with this non official version or post a message to the project mailing list to get help.



                                            As already mentioned, a second option is Evidence Bucket, with less features but very easy to start (it's written in Java). It can be used with an external word processor too, because it has global keyboard shortcuts.



                                            A third option could be to install Wine and, if needed, PlayOnLinux and use the free versions of Windows software like Inqscribe, Express Scribe, etc.







                                            share|improve this answer














                                            share|improve this answer



                                            share|improve this answer








                                            edited Aug 29 '14 at 22:22

























                                            answered Aug 29 '14 at 22:08









                                            AndrewAndrew

                                            102112




                                            102112























                                                1














                                                Automatic voice recognition software normally reduces the manual transcription needs. But Automatic voice recognition technology is not still matured to produce accurate transcription for non-American accents, or with people speaking quickly or multiple speakers audio files. If you have more than one voice it is almost impossible to get a good transcript. Add to that any background noise or a weak recording and you can pretty much forget it.



                                                So, after automatic transcription, you have to massage this transcription into the final form. Some of the massages are



                                                Correct incorrectly transcribed words/phrases.
                                                Correct punctuation/sentence breaks.
                                                Define paragraph breaks.



                                                For automatic transcription, you can refer



                                                http://audacity.sourceforge.net/






                                                share|improve this answer






























                                                  1














                                                  Automatic voice recognition software normally reduces the manual transcription needs. But Automatic voice recognition technology is not still matured to produce accurate transcription for non-American accents, or with people speaking quickly or multiple speakers audio files. If you have more than one voice it is almost impossible to get a good transcript. Add to that any background noise or a weak recording and you can pretty much forget it.



                                                  So, after automatic transcription, you have to massage this transcription into the final form. Some of the massages are



                                                  Correct incorrectly transcribed words/phrases.
                                                  Correct punctuation/sentence breaks.
                                                  Define paragraph breaks.



                                                  For automatic transcription, you can refer



                                                  http://audacity.sourceforge.net/






                                                  share|improve this answer




























                                                    1












                                                    1








                                                    1







                                                    Automatic voice recognition software normally reduces the manual transcription needs. But Automatic voice recognition technology is not still matured to produce accurate transcription for non-American accents, or with people speaking quickly or multiple speakers audio files. If you have more than one voice it is almost impossible to get a good transcript. Add to that any background noise or a weak recording and you can pretty much forget it.



                                                    So, after automatic transcription, you have to massage this transcription into the final form. Some of the massages are



                                                    Correct incorrectly transcribed words/phrases.
                                                    Correct punctuation/sentence breaks.
                                                    Define paragraph breaks.



                                                    For automatic transcription, you can refer



                                                    http://audacity.sourceforge.net/






                                                    share|improve this answer















                                                    Automatic voice recognition software normally reduces the manual transcription needs. But Automatic voice recognition technology is not still matured to produce accurate transcription for non-American accents, or with people speaking quickly or multiple speakers audio files. If you have more than one voice it is almost impossible to get a good transcript. Add to that any background noise or a weak recording and you can pretty much forget it.



                                                    So, after automatic transcription, you have to massage this transcription into the final form. Some of the massages are



                                                    Correct incorrectly transcribed words/phrases.
                                                    Correct punctuation/sentence breaks.
                                                    Define paragraph breaks.



                                                    For automatic transcription, you can refer



                                                    http://audacity.sourceforge.net/







                                                    share|improve this answer














                                                    share|improve this answer



                                                    share|improve this answer








                                                    edited Feb 3 at 21:48









                                                    fossfreedom

                                                    150k37331374




                                                    150k37331374










                                                    answered Nov 15 '12 at 9:54









                                                    David jonesDavid jones

                                                    191




                                                    191























                                                        0














                                                        ExpressScribe is pretty good and the free version works fine. It's for Windows but works well in Wine.



                                                        http://www.nch.com.au/scribe/






                                                        share|improve this answer
























                                                        • There's a free Linux version but it showed some bugs on my computer, for example when moving through the timeline. A couple of times it crashed on startup.

                                                          – Andrew
                                                          Aug 25 '14 at 22:59
















                                                        0














                                                        ExpressScribe is pretty good and the free version works fine. It's for Windows but works well in Wine.



                                                        http://www.nch.com.au/scribe/






                                                        share|improve this answer
























                                                        • There's a free Linux version but it showed some bugs on my computer, for example when moving through the timeline. A couple of times it crashed on startup.

                                                          – Andrew
                                                          Aug 25 '14 at 22:59














                                                        0












                                                        0








                                                        0







                                                        ExpressScribe is pretty good and the free version works fine. It's for Windows but works well in Wine.



                                                        http://www.nch.com.au/scribe/






                                                        share|improve this answer













                                                        ExpressScribe is pretty good and the free version works fine. It's for Windows but works well in Wine.



                                                        http://www.nch.com.au/scribe/







                                                        share|improve this answer












                                                        share|improve this answer



                                                        share|improve this answer










                                                        answered Apr 28 '14 at 10:10









                                                        BenWiley4000BenWiley4000

                                                        1




                                                        1













                                                        • There's a free Linux version but it showed some bugs on my computer, for example when moving through the timeline. A couple of times it crashed on startup.

                                                          – Andrew
                                                          Aug 25 '14 at 22:59



















                                                        • There's a free Linux version but it showed some bugs on my computer, for example when moving through the timeline. A couple of times it crashed on startup.

                                                          – Andrew
                                                          Aug 25 '14 at 22:59

















                                                        There's a free Linux version but it showed some bugs on my computer, for example when moving through the timeline. A couple of times it crashed on startup.

                                                        – Andrew
                                                        Aug 25 '14 at 22:59





                                                        There's a free Linux version but it showed some bugs on my computer, for example when moving through the timeline. A couple of times it crashed on startup.

                                                        – Andrew
                                                        Aug 25 '14 at 22:59











                                                        0














                                                        After getting frustrated with all the Linux community had to offer, in the way of transcription, I went on the path to copy Express Scribe. This is self-promotional, so if you like my software, I did it :). My program runs in the background. It's a simple window displaying "Hello World", but it operates like Express Scribe in that it listens for key combinations from you and controls your audio accordingly. You're free to use whatever document program you desire.



                                                        Controls:



                                                        F2 is play/pause.
                                                        F4 is rewind 3 seconds.



                                                        I may advance the program further, if there is enough outcry but at this time, I have no need to do so.



                                                        You will need to install Python3 and Pyglet (minimum). If you want to deal with encrypted and compressed formats, you need to install Avbin.



                                                        The project can be found here: https://github.com/ki4jgt/Transkripshun






                                                        share|improve this answer




























                                                          0














                                                          After getting frustrated with all the Linux community had to offer, in the way of transcription, I went on the path to copy Express Scribe. This is self-promotional, so if you like my software, I did it :). My program runs in the background. It's a simple window displaying "Hello World", but it operates like Express Scribe in that it listens for key combinations from you and controls your audio accordingly. You're free to use whatever document program you desire.



                                                          Controls:



                                                          F2 is play/pause.
                                                          F4 is rewind 3 seconds.



                                                          I may advance the program further, if there is enough outcry but at this time, I have no need to do so.



                                                          You will need to install Python3 and Pyglet (minimum). If you want to deal with encrypted and compressed formats, you need to install Avbin.



                                                          The project can be found here: https://github.com/ki4jgt/Transkripshun






                                                          share|improve this answer


























                                                            0












                                                            0








                                                            0







                                                            After getting frustrated with all the Linux community had to offer, in the way of transcription, I went on the path to copy Express Scribe. This is self-promotional, so if you like my software, I did it :). My program runs in the background. It's a simple window displaying "Hello World", but it operates like Express Scribe in that it listens for key combinations from you and controls your audio accordingly. You're free to use whatever document program you desire.



                                                            Controls:



                                                            F2 is play/pause.
                                                            F4 is rewind 3 seconds.



                                                            I may advance the program further, if there is enough outcry but at this time, I have no need to do so.



                                                            You will need to install Python3 and Pyglet (minimum). If you want to deal with encrypted and compressed formats, you need to install Avbin.



                                                            The project can be found here: https://github.com/ki4jgt/Transkripshun






                                                            share|improve this answer













                                                            After getting frustrated with all the Linux community had to offer, in the way of transcription, I went on the path to copy Express Scribe. This is self-promotional, so if you like my software, I did it :). My program runs in the background. It's a simple window displaying "Hello World", but it operates like Express Scribe in that it listens for key combinations from you and controls your audio accordingly. You're free to use whatever document program you desire.



                                                            Controls:



                                                            F2 is play/pause.
                                                            F4 is rewind 3 seconds.



                                                            I may advance the program further, if there is enough outcry but at this time, I have no need to do so.



                                                            You will need to install Python3 and Pyglet (minimum). If you want to deal with encrypted and compressed formats, you need to install Avbin.



                                                            The project can be found here: https://github.com/ki4jgt/Transkripshun







                                                            share|improve this answer












                                                            share|improve this answer



                                                            share|improve this answer










                                                            answered Jun 17 '17 at 22:53









                                                            KI4JGTKI4JGT

                                                            84241835




                                                            84241835























                                                                0














                                                                Try Parlatype, rewind on pause and much more



                                                                enter image description here



                                                                http://gkarsay.github.io/parlatype/






                                                                share|improve this answer




























                                                                  0














                                                                  Try Parlatype, rewind on pause and much more



                                                                  enter image description here



                                                                  http://gkarsay.github.io/parlatype/






                                                                  share|improve this answer


























                                                                    0












                                                                    0








                                                                    0







                                                                    Try Parlatype, rewind on pause and much more



                                                                    enter image description here



                                                                    http://gkarsay.github.io/parlatype/






                                                                    share|improve this answer













                                                                    Try Parlatype, rewind on pause and much more



                                                                    enter image description here



                                                                    http://gkarsay.github.io/parlatype/







                                                                    share|improve this answer












                                                                    share|improve this answer



                                                                    share|improve this answer










                                                                    answered Jun 25 '17 at 18:10









                                                                    LaurentLaurent

                                                                    2131215




                                                                    2131215























                                                                        0














                                                                        I tried many of the above suggestions and ended up with audacity



                                                                        Use it like this to manually annotate a audio file with text:




                                                                        1. Open your audio file

                                                                        2. Hit (p) to pause track when you hear something you like to annotate with text

                                                                        3. Hit Ctrl+m to add annotation at point and enter annotation text

                                                                        4. Hit enter to finalize text annotation

                                                                        5. Hit (p) to continue listening to track

                                                                        6. Repeat 2-5 until your audio file is annotated


                                                                        Make sure Sync-Lock-Tracks is enabeled.



                                                                        Jump between annotations with Alt+left / right arrow






                                                                        share|improve this answer






























                                                                          0














                                                                          I tried many of the above suggestions and ended up with audacity



                                                                          Use it like this to manually annotate a audio file with text:




                                                                          1. Open your audio file

                                                                          2. Hit (p) to pause track when you hear something you like to annotate with text

                                                                          3. Hit Ctrl+m to add annotation at point and enter annotation text

                                                                          4. Hit enter to finalize text annotation

                                                                          5. Hit (p) to continue listening to track

                                                                          6. Repeat 2-5 until your audio file is annotated


                                                                          Make sure Sync-Lock-Tracks is enabeled.



                                                                          Jump between annotations with Alt+left / right arrow






                                                                          share|improve this answer




























                                                                            0












                                                                            0








                                                                            0







                                                                            I tried many of the above suggestions and ended up with audacity



                                                                            Use it like this to manually annotate a audio file with text:




                                                                            1. Open your audio file

                                                                            2. Hit (p) to pause track when you hear something you like to annotate with text

                                                                            3. Hit Ctrl+m to add annotation at point and enter annotation text

                                                                            4. Hit enter to finalize text annotation

                                                                            5. Hit (p) to continue listening to track

                                                                            6. Repeat 2-5 until your audio file is annotated


                                                                            Make sure Sync-Lock-Tracks is enabeled.



                                                                            Jump between annotations with Alt+left / right arrow






                                                                            share|improve this answer















                                                                            I tried many of the above suggestions and ended up with audacity



                                                                            Use it like this to manually annotate a audio file with text:




                                                                            1. Open your audio file

                                                                            2. Hit (p) to pause track when you hear something you like to annotate with text

                                                                            3. Hit Ctrl+m to add annotation at point and enter annotation text

                                                                            4. Hit enter to finalize text annotation

                                                                            5. Hit (p) to continue listening to track

                                                                            6. Repeat 2-5 until your audio file is annotated


                                                                            Make sure Sync-Lock-Tracks is enabeled.



                                                                            Jump between annotations with Alt+left / right arrow







                                                                            share|improve this answer














                                                                            share|improve this answer



                                                                            share|improve this answer








                                                                            edited Feb 11 at 3:59









                                                                            mature

                                                                            2,2024933




                                                                            2,2024933










                                                                            answered Feb 3 at 14:25









                                                                            user2376000user2376000

                                                                            17114




                                                                            17114

















                                                                                protected by Community Jan 19 '17 at 13:34



                                                                                Thank you for your interest in this question.
                                                                                Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                                                                                Would you like to answer one of these unanswered questions instead?



                                                                                Popular posts from this blog

                                                                                Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                                                                                ComboBox Display Member on multiple fields

                                                                                Is it possible to collect Nectar points via Trainline?