1. 15 Jun, 2017 2 commits
    • Advance SampleQueue writeAllocationNode earlier · 2a353a83
      Previously, writeAllocationNode was not advanced to the
      terminating node when finishing writing sample data that
      fills exactly up to the end of the current write node.
      This wasn't actually broken, but is confusing because it
      causes edge cases where the start/read references could
      temporarily refer the node after the current write node.
      This change advances the write reference in this case,
      removing this confusion and bringing the implementation
      in line with what the design doc says happens.
      
      Also making some simplification and consistency changes.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=159099522
      olly committed
    • Add support for mono input to the GVR extension · a913fd95
      Issue: #2710
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=159082518
      andrewlewis committed
  2. 14 Jun, 2017 6 commits
  3. 13 Jun, 2017 10 commits
  4. 12 Jun, 2017 11 commits
  5. 11 Jun, 2017 1 commit
  6. 06 Jun, 2017 10 commits