Skip to content

Commit

Permalink
We can just use - instead of /dev/stdin and /dev/stdout.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Aug 18, 2024
1 parent dafa7af commit 169a4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radae_demo_tx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cd $RADAE_PATH
# * Pass the IQ data into the RADAE encoder
# * Send the resulting 8 kHz audio back to freedv-gui.
export PATH=$RADAE_VENV/bin:$PATH
$RADAE_PATH/build/src/lpcnet_demo -features /dev/stdin /dev/stdout | $RADAE_VENV/bin/python3 $RADAE_PATH/radae_tx.py $RADAE_PATH/model19_check3/checkpoints/checkpoint_epoch_100.pth --auxdata | python3 $RADAE_PATH/f32toint16.py --real --scale 16383
$RADAE_PATH/build/src/lpcnet_demo -features - - | $RADAE_VENV/bin/python3 $RADAE_PATH/radae_tx.py $RADAE_PATH/model19_check3/checkpoints/checkpoint_epoch_100.pth --auxdata | python3 $RADAE_PATH/f32toint16.py --real --scale 16383

0 comments on commit 169a4f3

Please sign in to comment.