You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
Now audio for phrasebook can be placed under {lect}/audio/phrasebook/{phrase-id}/. It works by subsequently playing audio files, determined by currently displayed blocks' text. For example, if the currently displayed phrase is "[I] [need] [to see a] [doctor]", then the system looks for files named "I.mp3", "need.mp3", "to see a.mp3", "doctor.mp3" under the corresponding audio folder, and subsequently plays them. As a user switches blocks' texts, so do the audio filenames being looked for.
How filesystem looks like.
Please note that phonology audio samples were moved into a dedicated folder as well.
And added the button in the editor that copies the currently selected phrase's id.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Phrasebook voiceover
Now audio for phrasebook can be placed under
{lect}/audio/phrasebook/{phrase-id}/
. It works by subsequently playing audio files, determined by currently displayed blocks' text. For example, if the currently displayed phrase is "[I] [need] [to see a] [doctor]", then the system looks for files named "I.mp3", "need.mp3", "to see a.mp3", "doctor.mp3" under the corresponding audio folder, and subsequently plays them. As a user switches blocks' texts, so do the audio filenames being looked for.How filesystem looks like.
Please note that phonology audio samples were moved into a dedicated folder as well.
And added the button in the editor that copies the currently selected phrase's id.
Editor improvements
Added duplication action & unified panel section & cleaned up header styles.
Merged block state requirements under simplified conditions editor.
Every tag can be either required (similar to the previous dedicated requirements field) and provided (that is, it modifies the context).
JSON format updates
Blocks
As a result of merging requirements under conditions, a block now is simply an array of states.
Context translation
Since context entities are no longer displayed, the translation structure has been simplified accordingly.
UI & UX imrovements
Beta Was this translation helpful? Give feedback.
All reactions