if i run a terminal command to play a sound from a local drive, such as afplay /Users/username/Music/file.aiff
it plays.
However, if I try the same thing with a file on iCloud it will not: afplay /Users/username/Library/Mobile Documents/com~apple~CloudDocs/Sounds/file.aiff
And outputs this:
Options: (may appear before or after arguments)
{-v | --volume} VOLUME
set the volume for playback of the file
{-h | --help}
print help
{ --leaks}
run leaks analysis
{-t | --time} TIME
play for TIME seconds
{-r | --rate} RATE
play at playback rate
{-q | --rQuality} QUALITY
set the quality used for rate-scaled playback (default is 0 - low quality, 1 - high quality)
{-d | --debug}
debug print output
any advice?
\
– Tetsujin Oct 22 '22 at 10:12