Newbetuts
.
Repeat a song in afplay
command-line
audio
Solution 1:
Loop it in cycle:
In terminal:
while :; do afplay /path/to/song.mp3; done
Related
Is there a way to auto-upload photos to Flickr on Mac?
How can I alter the tempo of a song?
JavaFX module javafx.graphics
Text not displaying correctly
Does the early 2014 MacBook Air use Thunderbolt 1 or Thunderbolt 2?
Fusion Drive constantly spinning up and down
Thunderbolt - HDMI - TV display switching problems
Why does this return Resource id #2? [duplicate]
How do I find out what my iBooks "authorized computers" are?
WiFi connection lost. Reboot required
How is Find my iPhone still working even when phone is turned off?
Why does my desktop picture not change correctly?
Recent Posts
org.apache.kafka.common.errors.TimeoutException: Topic not present in metadata after 60000 ms
Why my code runs infinite time when i entered non integer type in c++ [duplicate]
How to retrieve Instagram username from User ID?
Serverless Framework - Variables resolution error
How do we access a file in github repo inside our azure databricks notebook