mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #104] voice frames #81
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jfmc on GitHub (May 28, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/104
It may be a nice feature the possibility to record and play voice frames (which use text-to-speech commands or subtitles). I've made a naive implementation (only for player and mac) here:
github.com/jfmc/asciinema@16cd7888b9@ku1ik commented on GitHub (May 28, 2015):
Thanks. There is no plan to add "voice" support to asciinema recorder. However asciinema web player will get hooks (and maybe ability to play user provided mp3/ogg): https://github.com/asciinema/asciinema.org/issues/63#issuecomment-76848338
@jfmc commented on GitHub (May 29, 2015):
Would it be acceptable to embed captions (https://en.wikipedia.org/wiki/Subtitle_(captioning)#Subtitle_formats) inside .json files for asciinema records?
@ku1ik commented on GitHub (May 29, 2015):
I think that's interesting idea. That would require rethinking asciicast format, so it would need to go in future asciicast v2 format. I'm not fully sold on adding this at the moment, but thanks for bringing this up.
@ku1ik commented on GitHub (Apr 20, 2017):
I'm closing old issues. Please reopen if you still think this is a valuable feature worth maintaining.