Skip to content
Discussion options

You must be logged in to vote

If you are using the command line, you can edit transcribe.py to add something like:

import json

...

        # (after line 303)
        # save JSON
        with open(os.path.join(output_dir, audio_basename + ".json"), "w", encoding="utf-8") as f:
            json.dump(result, f)

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@besimali
Comment options

@IkeDoku
Comment options

@IkeDoku
Comment options

Answer selected by jongwook
Comment options

You must be logged in to vote
3 replies
@jongwook
Comment options

@IkeDoku
Comment options

@IkeDoku
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants