-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Veikkosuhonen/ot-harjoitu…
- Loading branch information
Showing
4 changed files
with
65 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,16 @@ | ||
Repositorio sisältää Helsingin yliopiston ohjelmistotekniikan kurssin harjoitustyönä tehdyn sovelluksen. | ||
# Audiziler | ||
|
||
![](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/kuvat/visualisaatio.png) | ||
![](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/kuvat/audiziler.png) | ||
|
||
# Harjoitustyö | ||
A sound visualizer app I made as a software dev course project. The UI-framework used is JavaFX. | ||
|
||
Harjoitustyö on äänen visualisointisovellus. Sovellukseen valitaan äänitiedosto ja sovellus piirtää äänen taajuusmagnitudeihin reagoivan visualisaation. | ||
## Features | ||
|
||
[Loppupalautus](https://github.com/Veikkosuhonen/ot-harjoitustyo/releases/tag/loppupalautus) | ||
- Simple and easy UI | ||
- Audio file selection and playback | ||
- 4 visualization styles to choose during playback | ||
- 8 parameters to control visualization in real-time from the UI | ||
- Dynamically changing visualization parameters | ||
- [Instructions](https://github.com/Veikkosuhonen/Audiziler/blob/master/dokumentaatio/Instructions.md) (possibly outdated) | ||
|
||
[Pre-release](https://github.com/Veikkosuhonen/ot-harjoitustyo/releases/tag/v0.1-alpha) | ||
|
||
[Harjoitustyön toimivuudesta laitoksen koneilla](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/toimivuus_laitoksen_koneilla.md) | ||
|
||
## Dokumentaatio | ||
|
||
[INSTRUCTIONS](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/Instructions.md) | ||
|
||
[Vaatimusmäärittely](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/vaatimusmäärittely.md) | ||
|
||
[Arkkitehtuuri](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/arkkitehtuuri.md) | ||
|
||
[Testausraportti](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/testausraportti.md) | ||
|
||
[Työaikakirjanpito](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/tyoaikakirjanpito.md) | ||
|
||
## Komentorivitoiminnot | ||
### Testaus | ||
|
||
Testit suoritetaan komennolla | ||
|
||
`mvn test` | ||
|
||
Testikattavuusraportti luodaan komennolla | ||
|
||
`mvn test jacoco:report` | ||
|
||
Kattavuusraportti avataan tiedostosta target/site/jacoco/index.html | ||
### Jar-tiedoston generointi | ||
|
||
`mvn package` | ||
|
||
generoi hakemistoon target suoritettavan jar-tiedoston Audiziler-1.0-SNAPSHOT.jar | ||
### JavaDocin generointi | ||
|
||
`mvn javadoc:javadoc` | ||
|
||
JavaDoc avataan tiedostosta target/site/apidocs/index.html | ||
### Checkstyle | ||
|
||
`mvn checkstyle:checkstyle` | ||
|
||
Checkstyle-raportti avataan tiedostosta target/site/checkstyle.html | ||
The repository also contains the documentation made for the software dev course (in Finnish) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
Repositorio sisältää Helsingin yliopiston ohjelmistotekniikan kurssin harjoitustyönä tehdyn sovelluksen. | ||
|
||
![](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/kuvat/visualisaatio.png) | ||
|
||
# Harjoitustyö | ||
|
||
Harjoitustyö on äänen visualisointisovellus. Sovellukseen valitaan äänitiedosto ja sovellus piirtää äänen taajuusmagnitudeihin reagoivan visualisaation. | ||
|
||
[Loppupalautus](https://github.com/Veikkosuhonen/ot-harjoitustyo/releases/tag/loppupalautus) | ||
|
||
[Pre-release](https://github.com/Veikkosuhonen/ot-harjoitustyo/releases/tag/v0.1-alpha) | ||
|
||
[Harjoitustyön toimivuudesta laitoksen koneilla](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/toimivuus_laitoksen_koneilla.md) | ||
|
||
## Dokumentaatio | ||
|
||
[INSTRUCTIONS](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/Instructions.md) | ||
|
||
[Vaatimusmäärittely](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/vaatimusmäärittely.md) | ||
|
||
[Arkkitehtuuri](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/arkkitehtuuri.md) | ||
|
||
[Testausraportti](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/testausraportti.md) | ||
|
||
[Työaikakirjanpito](https://github.com/Veikkosuhonen/ot-harjoitustyo/blob/master/dokumentaatio/tyoaikakirjanpito.md) | ||
|
||
## Komentorivitoiminnot | ||
### Testaus | ||
|
||
Testit suoritetaan komennolla | ||
|
||
`mvn test` | ||
|
||
Testikattavuusraportti luodaan komennolla | ||
|
||
`mvn test jacoco:report` | ||
|
||
Kattavuusraportti avataan tiedostosta target/site/jacoco/index.html | ||
### Jar-tiedoston generointi | ||
|
||
`mvn package` | ||
|
||
generoi hakemistoon target suoritettavan jar-tiedoston Audiziler-1.0-SNAPSHOT.jar | ||
### JavaDocin generointi | ||
|
||
`mvn javadoc:javadoc` | ||
|
||
JavaDoc avataan tiedostosta target/site/apidocs/index.html | ||
### Checkstyle | ||
|
||
`mvn checkstyle:checkstyle` | ||
|
||
Checkstyle-raportti avataan tiedostosta target/site/checkstyle.html |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.