mirror of https://github.com/lwvmobile/dsd-fme.git
Update Example_Usage.md
This commit is contained in:
parent
8b844aa6e3
commit
85d53896de
|
|
@ -193,4 +193,8 @@ Z - Simulate NoCarrier/No VC/CC sync (capital Z)
|
|||
|
||||
! - Lockout Tuning/Playback of TG in Slot 1 or Conventional -- Current Session Only if no group.csv file specified
|
||||
@ - Lockout Tuning/Playback of TG in Slot 2 -- Current Session Only if no group.csv file specified
|
||||
```
|
||||
```
|
||||
|
||||
Sending Audio to a Icecast 2 Server via FFmpeg (Windows)
|
||||
# Make sure to enable "Stereo Mix" from Volume Control Panel and then disable Windows Sounds.
|
||||
ffmpeg -f dshow -i audio="Stereo Mix (Realtek High Definition Audio)" -c:a aac -b:a 64k -content_type 'audio/aac' -vn -f adts icecast://source:password@192.168.5.251:8844/DSDFME
|
||||
|
|
|
|||
Loading…
Reference in New Issue