mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #139] Javascript recorder with audio ! #723
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#723
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 @remisharrock on GitHub (Jan 26, 2016).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/139
Hi there,
we've developed a custom ACE editor (https://ace.c9.io/) that records/plays the keystrokes and the audio within the editor.
The player synchronizes the audio and the keystrokes for the playback. Here is the project:
https://github.com/France-ioi/fioi-editor2
Anybody interested by improving our idea ?
any idea/suggestions welcome !
and any help would be much appreciated !
this is also related to:
https://github.com/asciinema/asciinema.org/issues/63
and
https://github.com/asciinema/asciinema-player/issues/12
@ku1ik commented on GitHub (Jan 31, 2016):
Hey @remisharrock. The idea for your ACE based recorder sounds nice. However, I have a trouble understanding how does this relate to asciinema player...?
@remisharrock commented on GitHub (Feb 4, 2016):
@sickill absolutely right, I thought it could give you an example of how to record audio synchronized with text input to implement it for asciinema. But I absolutely agree with the simplicity of the HOOKS solutions https://github.com/asciinema/asciinema-player/issues/12 . You can close this issue ;-)
@ku1ik commented on GitHub (Feb 4, 2016):
Ok, thanks.