Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
damico committed Oct 21, 2023
1 parent 00c4354 commit 6cd2e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jdamico/javax25/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public static void main( String[] args )

/*** preparing to generate or capture audio packets ***/

String input = null;
String output = "PulseAudio Mixer";
String input = p.getProperty("input", null);
String output = p.getProperty("output", null);

int buffer_size = -1;
try {
Expand Down

0 comments on commit 6cd2e1f

Please sign in to comment.