Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save noncreature0714/e4f10c6366eab660f5762acb7ce347a8 to your computer and use it in GitHub Desktop.
Save noncreature0714/e4f10c6366eab660f5762acb7ce347a8 to your computer and use it in GitHub Desktop.
findTracks function called.
No tracks in "./audio_tracks"
tracks length: 0
from findTracks(), it thinks there are 1.
No tracks to play, place tracks into ./audio_tracks or ~/Music.
listTracks() called, listing tracks
From findTracks(), tmpPath is: ./audio_tracks/bensound-cute.mp3
From findTracks(), the file path of track 0 is: ./audio_tracks/bensound-cute.mp3
From findTracks(), tmpPath is: ./audio_tracks/bensound-dubstep.mp3
From findTracks(), the file path of track 1 is: ./audio_tracks/bensound-dubstep.mp3
From findTracks(), tmpPath is: ./audio_tracks/bensound-ofeliasdream.mp3
From findTracks(), the file path of track 2 is: ./audio_tracks/bensound-ofeliasdream.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment