The project orpheus is part of the "Sofware development and design" course taught at the Ecole des Ponts Paristech by Xavier Leclerc.
Orpheus is a website dedicated to musicians. Starting from an audio file composed of different sources, the website is able to split the initial recording in several files, each one of them containing a different source. For exemple, if the input is a recording of a singer playing the guitar, Orpheus outputs two audio files. The first one only contains the voice of the singer whereas the second one only contains the sound of the guitar.
This site is named after Orpheus, a legendary musician and poet in ancient Greek religion.
This project was generated with Angular CLI version 10.2.0.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.