Skip to content

Commit

Permalink
Enable airspy USB bitpacked samples to reduce USB bandwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
murrayma committed Apr 8, 2023
1 parent aa6bfaa commit a82ffdb
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 @@ -153,8 +153,8 @@ int initAirspy(char **argv, int optind, thread_param_t * param)
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 a82ffdb

Please sign in to comment.