Skip to content

Commit

Permalink
uhd: improve rx performance
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Jan 10, 2023
1 parent f256a05 commit 1888972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/uhd/uhd_source_c.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ uhd_source_c::uhd_source_c(const std::string &args) :
#endif
for ( size_t i = 0; i < nchan; i++ )
connect( _src, i, self(), i );
_src->set_min_output_buffer(16*1024*1024);//improve performance
}

uhd_source_c::~uhd_source_c()
Expand Down

0 comments on commit 1888972

Please sign in to comment.