Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjusted DPE adapter #166

Commits on Jul 16, 2019

  1. adjusted DPE adapter

    so that it preserves paragraphs break within contiguos speakers
    Pietro Passarelli - News Labs committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    2175cbd View commit details
    Browse the repository at this point in the history
  2. fixed one test

    Pietro Passarelli - News Labs committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    f25c064 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    1174c8b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. commented out auto align

    left aligning as a step before save btn and before export function, rather then as a step that happens everytime autosave is triggered, as that might be unecessary, and add performance overhead, I also noticed the cursor position jumped after realignement, thought something was been put in place to preserve/avoid that?
    Pietro Passarelli - News Labs committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    42c368b View commit details
    Browse the repository at this point in the history
  2. Update packages/stt-adapters/index.js

    Co-Authored-By: Pietro <pietro.passarelli@gmail.com>
    sshniro and pietrop committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    f99d131 View commit details
    Browse the repository at this point in the history
  3. Update packages/stt-adapters/index.js

    Co-Authored-By: Pietro <pietro.passarelli@gmail.com>
    sshniro and pietrop committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    99048ed View commit details
    Browse the repository at this point in the history
  4. Update demo/select-stt-json-type.js

    Co-Authored-By: Pietro <pietro.passarelli@gmail.com>
    sshniro and pietrop committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    778b4be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8892ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a74e94 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #167 from sshniro/master

    Adding speech to text adapter for Google cloud platform
    Pietro committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    be93c08 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. develop: Fix 159 performance problem (#171)

    * moved header into a component
    
    with shouldComponentUopdate false to avoid unecessary re-renders - test
    
    * moved Header component into separate file
    
    +removed unused styling, commented out for now in case it's needed, eg in mobile view?
    
    * moved playback_rates const into separate file
    
    * optimised re-render of playback rate
    
    * optimise re-render for VideoPlayer
    
    * added some notes - draft
    
    on how to prevent uncessary re-renders in React
    
    * Added some comments
    
    * small note in docs
    
    about using console.log in render to measure performance
    
    * ammend to notes
    
    * Update 2019-05-16-prevent-unnecessary-re-renders-in-react.md
    
    * notes update
    
    * notes fix
    
    * trying out why-did-you-update
    
    * updated MediaPlayer and subcomponents
    
    * made ToolTip 'how does this work' into it's own component
    
    * updated Demo app to reduce unecessary re-renders
    
    * added react-visibility-sensor
    
    * refactor settings
    
    * removed unecessary attributes from state of components + WrapperBlock performance tweak using react-visibility-sensor
    Pietro committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    58db590 View commit details
    Browse the repository at this point in the history
  2. develop: Update timestamps diff (#172)

    * Added timestamp update via diff tool
    
    * Added missing function
    
    * Commited intermediate state
    
    * Rewrote timestamp alignment and differ to be integrated in each other instead of doing a 2-step process.
    
    * Update Timestamps now works correctly.
    
    * Fixed errors from rebase, removed debug code
    
    * Moved UpdateTimestamp into its own folder.
    
    * added updateTimestampsSSTAlign which updates the timestamps with the sst-align code
    
    * Added documentation
    
    * Merged timer for updating the timestamps and local save.
    
    * Selection state is now kept across updates to timestamps
    
    * Fixed bug where words with punctuation always are considered as new words. Timestamp update function now also uses the alignWords function directly instead of alignJSONText, removing some overhead.
    
    * Fixed small bug which raised an error if an empty block was present during timestamp update
    
    * Changed time of timestamp-update. Now re-calculates the timestamps after 5 seconds if the transcript has been edited or if the user saves the transcript manually with the save button
    
    * Code cleanup
    Pietro committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    59505b0 View commit details
    Browse the repository at this point in the history
  3. develop: Murezzda update timestamps diff (#173)

    * Added timestamp update via diff tool
    
    * Added missing function
    
    * Commited intermediate state
    
    * Rewrote timestamp alignment and differ to be integrated in each other instead of doing a 2-step process.
    
    * Update Timestamps now works correctly.
    
    * Fixed errors from rebase, removed debug code
    
    * Moved UpdateTimestamp into its own folder.
    
    * added updateTimestampsSSTAlign which updates the timestamps with the sst-align code
    
    * Added timestamp update via diff tool
    
    * Added missing function
    
    * Commited intermediate state
    
    * Rewrote timestamp alignment and differ to be integrated in each other instead of doing a 2-step process.
    
    * Update Timestamps now works correctly.
    
    * Fixed errors from rebase, removed debug code
    
    * Moved UpdateTimestamp into its own folder.
    
    * added updateTimestampsSSTAlign which updates the timestamps with the sst-align code
    
    * Added documentation
    
    * Merged timer for updating the timestamps and local save.
    
    * Selection state is now kept across updates to timestamps
    
    * Fixed bug where words with punctuation always are considered as new words. Timestamp update function now also uses the alignWords function directly instead of alignJSONText, removing some overhead.
    
    * Fixed small bug which raised an error if an empty block was present during timestamp update
    
    * Changed time of timestamp-update. Now re-calculates the timestamps after 5 seconds if the transcript has been edited or if the user saves the transcript manually with the save button
    
    * Code cleanup
    
    * some changes to show sudgestions for PR
    
    * added some of changes sudgested in PR
    
    * Update package.json
    Pietro committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a8ed136 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into murezzda-update-timestamps-diff-dpe-group…

    …s-words-by-speaker
    Pietro committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    dedf74c View commit details
    Browse the repository at this point in the history