4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ffmpeg -re -i audio/modulated.wav -f s16le -acodec pcm_s16le udp://127.0.0.1:8080
|