I want to create a sine wave file and apply some modifications like change in amplitude etc. at specific time intervals to the sine function. Any suggestions on how to go about it? An equivalent of https://ccrma.stanford.edu/software/stk/hello.html this c++ library. Any suggestions on some good external library in java?
Share
Use java sound api. Read about converters that allow you to write dufferent format including wave here.
Java sound api included to jdk, so no third party library is needed.