Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. val file = new File("audioFile.wav")
  2. val audioStream = AudioSystem.getAudioInputStream(file)
  3.  
  4. <dependency>
  5. <groupId>org.scala-lang</groupId>
  6. <artifactId>scala-library</artifactId>
  7. <version>2.10.3</version>
  8. </dependency>
  9. <dependency>
  10. <groupId>javax.servlet</groupId>
  11. <artifactId>servlet-api</artifactId>
  12. <version>2.5</version>
  13. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement