Skip to content

Commit

Permalink
Merge pull request TLeconte#108 from murrayma/airspy-enable-bitpacking
Browse files Browse the repository at this point in the history
Enable airspy USB bitpacked samples to reduce USB bandwidth
  • Loading branch information
TLeconte authored Apr 8, 2023
2 parents c4f7958 + 7e1ffd3 commit 7920079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions air.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ int initAirspy(char **argv, int optind)
return -1;
}

/* had problem with packing , disable it*/
airspy_set_packing(device, 0);
/* enable packed samples */
airspy_set_packing(device, 1);

result = airspy_set_linearity_gain(device, gain);
if( result != AIRSPY_SUCCESS ) {
Expand Down

0 comments on commit 7920079

Please sign in to comment.