mirror of https://github.com/doccano/doccano.git
8 changed files with 73 additions and 17 deletions
Split View
Diff Options
-
23app/api/tests/test_utils.py
-
19app/api/utils.py
-
4app/api/views.py
-
4app/server/static/components/annotation.pug
-
26app/server/static/components/annotationMixin.js
-
2app/server/static/components/examples/upload_speech2text.jsonl
-
10app/server/static/components/upload_speech2text.vue
-
2app/server/templates/dataset.html
@ -1,3 +1,3 @@ |
|||
{"audio": "data:audio/mpeg;base64,..."} |
|||
{"audio": "data:audio/mpeg;base64,...", "meta":{"filename": "a-story.mp3"}} |
|||
{"audio": "https://server.com/audio.ogg"} |
|||
{"audio": "data:audio/wav;base64,...", "transcription": "Once upon a time..."} |
Write
Preview
Loading…
Cancel
Save