Menu

"for i in *.wav; do play $i; done" doesn't work!

Help
rezaee
2016-10-07
2016-10-07
  • rezaee

    rezaee - 2016-10-07

    I did the steps of the tutorial till here butt when I'm trying to run this command :
    for i in *.wav; do play $i; done
    I get this Errors:

    root@dhcppc3:/home/mm/audio# for i in *.wav; do play $i; done
           _
     _ __ | | __ _ _  _
    | '_ \| |/ _' | || |
    |  __/|_|\____|\__ /
    |_|            |__/
    
    play 2.2.6 built with Scala 2.10.3 (running Java 1.8.0_05), http://www.playframework.com
    
    This is not a play application!
    
    Use `play new` to create a new Play application in the current directory,
    or go to an existing application and launch the development console using `play`.
    .....................
    
     

    Last edit: Nickolay V. Shmyrev 2016-10-07
    • Nickolay V. Shmyrev

      You have conflict with installed scala application, you can use aplay or paplay instead.

       
  • rezaee

    rezaee - 2016-10-07

    It worked!
    Thank you!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.