-
- Downloads
Merge pull request #4974 from ericrosenbaum/feature/sound-editor-selection4
Sound editor update: selection-based editing
No related branches found
No related tags found
Showing
- src/components/sound-editor/sound-editor.css 28 additions, 8 deletionssrc/components/sound-editor/sound-editor.css
- src/components/sound-editor/sound-editor.jsx 117 additions, 41 deletionssrc/components/sound-editor/sound-editor.jsx
- src/components/waveform/waveform.jsx 11 additions, 14 deletionssrc/components/waveform/waveform.jsx
- src/containers/audio-selector.jsx 155 additions, 0 deletionssrc/containers/audio-selector.jsx
- src/containers/audio-trimmer.jsx 20 additions, 33 deletionssrc/containers/audio-trimmer.jsx
- src/containers/record-modal.jsx 3 additions, 30 deletionssrc/containers/record-modal.jsx
- src/containers/sound-editor.jsx 252 additions, 45 deletionssrc/containers/sound-editor.jsx
- src/lib/audio/audio-effects.js 73 additions, 15 deletionssrc/lib/audio/audio-effects.js
- src/lib/audio/audio-util.js 37 additions, 0 deletionssrc/lib/audio/audio-util.js
- src/lib/audio/effects/echo-effect.js 12 additions, 4 deletionssrc/lib/audio/effects/echo-effect.js
- src/lib/audio/effects/fade-effect.js 27 additions, 0 deletionssrc/lib/audio/effects/fade-effect.js
- src/lib/audio/effects/mute-effect.js 22 additions, 0 deletionssrc/lib/audio/effects/mute-effect.js
- src/lib/audio/effects/robot-effect.js 20 additions, 4 deletionssrc/lib/audio/effects/robot-effect.js
- src/lib/audio/effects/volume-effect.js 8 additions, 2 deletionssrc/lib/audio/effects/volume-effect.js
- test/__mocks__/audio-effects.js 1 addition, 1 deletiontest/__mocks__/audio-effects.js
- test/integration/sounds.test.js 54 additions, 2 deletionstest/integration/sounds.test.js
- test/unit/components/__snapshots__/sound-editor.test.jsx.snap 120 additions, 75 deletions.../unit/components/__snapshots__/sound-editor.test.jsx.snap
- test/unit/components/sound-editor.test.jsx 4 additions, 19 deletionstest/unit/components/sound-editor.test.jsx
- test/unit/containers/sound-editor.test.jsx 6 additions, 29 deletionstest/unit/containers/sound-editor.test.jsx
- test/unit/util/audio-effects.test.js 41 additions, 8 deletionstest/unit/util/audio-effects.test.js
Loading
Please register or sign in to comment