Requirements

Demo Audio files #

There is a shared dataset used for some of the practicals. You can download it from here: https://cloudstor.aarnet.edu.au/plus/s/Fsoi5Dm0AJ1JvYU.

The total size of the shared data is ≈1.8 GB.

  • Go to https://cloudstor.aarnet.edu.au/plus/s/Fsoi5Dm0AJ1JvYU
  • Choose the ⇩ Download link in the top right corner
  • Extract the contents of the zip file to an easy to find directory
    • e.g. C:\2022 Ecoacoustics Symposium or /2022 Ecoacoustics Symposium
    • The easiest way to do this is to the set the destination to C:\ or /

extracting

extract destination

The practicals will assume you’ve downloaded these files to C:\2022 Ecoacoustics Symposium or /2022 Ecoacoustics Symposium. You can move or remove the entire directory after the practical.

Software #

Linux #

Windows #

  • Highly recommend installing Windows Terminal
    • Some computers do not allow installing apps from the Microsoft Store. If this happens to you, then just make sure you follow the PowerShell install steps below.
  • Install Chocolatey
    • Chocolatey is a package manager that allows you to install new apps
  • Install ffmpeg with choco install ffmpeg (use an Administrator prompt)
  • Install AnalysisPrograms (AP)
  • Install EMU

macOS #