Skip to content

Commit 17937a4

Browse files
committed
Änderungen hochgeladen
1 parent f4d57cf commit 17937a4

File tree

12 files changed

+201
-221
lines changed

12 files changed

+201
-221
lines changed

README.en.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ffmpeg -f pulse -i default \
4545

4646
Simply start the receiver:
4747
```bash
48-
./alsaplayer3
48+
./udp_player
4949
```
5050

5151
A window will appear and automatically start playing audio when UDP packets are received.

udp_audio_receiver.conf

Lines changed: 0 additions & 6 deletions
This file was deleted.

udp_audio_receiver.ctps

Lines changed: 0 additions & 79 deletions
This file was deleted.
File renamed without changes.

udp_audio_receiver.ctpr renamed to udp_player.ctpr

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Version Value="12"/>
55
<General>
66
<SessionStorage Value="InProjectDir"/>
7-
<Title Value="udp_audio_receiver"/>
7+
<Title Value="udp_player"/>
88
<Scaled Value="True"/>
99
<ResourceType Value="res"/>
1010
<UseXPManifest Value="True"/>
@@ -30,7 +30,7 @@
3030
</RequiredPackages>
3131
<Units>
3232
<Unit>
33-
<Filename Value="udp_audio_receiver.ppr"/>
33+
<Filename Value="udp_player.ppr"/>
3434
<FRMtype Value="0"/>
3535
<IsPartOfProject Value="True"/>
3636
</Unit>
@@ -47,11 +47,10 @@
4747
<CompilerOptions>
4848
<Version Value="11"/>
4949
<Target>
50-
<Filename Value="udp_audio_receiver"/>
50+
<Filename Value="udp_player"/>
5151
</Target>
5252
<SearchPaths>
5353
<IncludeFiles Value="$(ProjOutDir)"/>
54-
<OtherUnitFiles Value="../../Projekte/RTP_player"/>
5554
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
5655
</SearchPaths>
5756
<Linking>

0 commit comments

Comments
 (0)