Mercurial > hg > ugly-duckling
diff src/app/playback-control/playback-control.component.ts @ 47:933c64ebcd13
Some extraction logic in place.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Mon, 05 Dec 2016 16:57:34 +0000 |
parents | 13f5f228ed98 |
children | 16d19c12e42f |
line wrap: on
line diff
--- a/src/app/playback-control/playback-control.component.ts Mon Dec 05 11:59:22 2016 +0000 +++ b/src/app/playback-control/playback-control.component.ts Mon Dec 05 16:57:34 2016 +0000 @@ -13,9 +13,7 @@ private featureExtractionService: FeatureExtractionService) { } - ngOnInit() { - this.featureExtractionService.testMessageStream(); - } + ngOnInit() {} emitPlayPause() { this.audioService.togglePlaying();