Mi piacerebbe usare afplay
per aprire un URL invece di un file.
La pagina di aiuto dice solo:
Audio File Play
Version: 2.0
Copyright 2003-2013, Apple Inc. All Rights Reserved.
Specify -h (-help) for command options
Usage:
afplay [option...] audio_file
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
Ho provato a tubare cURL e ad ambientarlo -
come il file di input (che funziona con altri comandi) ma non ha avuto successo.
$ curl "https://server.com/file.ogg" | afplay -
unknown argument: -
C'è un altro modo per ottenere ciò che voglio?
afplay
l'implementazione, ma elabora il lavoro di sostituzione, ad es.afplay <(curl ...)
?