Next: emacspeak-analog, Previous: emacspeak-advice, Up: Emacspeak Commands And Options [Contents][Index]
Structure emacspeak-amark holds a bookmark into an mp3 file path: filename containing marked name: Bookmark tag Position: time offset from start
This library will be used from emacspeak-m-player to set and jump to bookmarks. Amarks are stored in a .amarks file in the working directory. It also provides a simple AMark Browser to use from a directory containing mp3 files where Amarks have been created.
Add an AMark to the buffer local list of AMarks. AMarks are bookmarks in audio content. If there is an existing amark of the given name, it is updated with path and position. (fn PATH NAME POSITION)
Open .amark.el on current line in AMark Browser
Return matching AMark if found in buffer-local AMark list. (fn NAME)
Play amark list as a playlist
A light-weight mode for the ‘*Emacspeak Amark Browser*’. 1. Provides buttons for opening and removing AMarks. 2. Enables org integration via command ‘org-store-link’ bound to M-x org-store-link. 3. Stored links can be inserted into org files in the same directory via command ‘org-insert-link’ bound to M-x org-insert-link. In addition to any hooks its parent mode ‘special-mode’ might have run, this mode runs the hook ‘emacspeak-amark-mode-hook’, as the final or penultimate step during initialization.
Save buffer-local AMarks in currently playing directory.
Next: emacspeak-analog, Previous: emacspeak-advice, Up: Emacspeak Commands And Options [Contents][Index]