commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next-qt5 updated (3e494c4 -> 90737bc


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next-qt5 updated (3e494c4 -> 90737bc)
Date: Tue, 26 Apr 2016 00:41:06 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch next-qt5
in repository gnuradio.

      from  3e494c4   Merge branch 'next' into next-qt5
       new  6efdc63   Merge pull request #1 from gnuradio/master
       new  03669f5   Completely refactored windows audio sink to use multiple 
buffers, eliminates skipping sounds when nperiods and period_time are set 
within reason.  Default values should work fine for most.  Set verbose=true to 
see additional info.  output device can be set to either the ordinal number of 
the device to use, or the string name of the device.  Setting a string in 
verbose mode will also display a list of choices in the console on run
       new  b246f02   Merge remote-tracking branch 'gnieboer/windows_audio'
       new  0465c4a   added a gr-preferences getter
       new  a682e80   Merge remote-tracking branch 
'mmueller/udp_source_add_payload_buffer_gr_pref'
       new  c02765b   Made iir_filter documentation more beginner-friendly, 
removed cruft.
       new  8135549   Merge branch 'maint'
       new  a419518   qtgui: more appropriate doxygen link.
       new  9db614d   qtgui: added C++-only QTGUI application example.
       new  6a33fff   Merge remote-tracking branch 'tom/qtgui_c++_example'
       new  9234a66   Merge branch 'master' into next
       new  90737bc   Merge branch 'next' into next-qt5

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gr-audio/lib/windows/windows_sink.cc               | 424 ++++++++++++---------
 gr-audio/lib/windows/windows_sink.h                |  13 +-
 gr-blocks/lib/udp_source_impl.cc                   |   4 +-
 gr-filter/include/gnuradio/filter/iir_filter.h     |  18 +-
 gr-qtgui/CMakeLists.txt                            |   1 +
 {gr-audio => gr-qtgui}/examples/c++/CMakeLists.txt |  30 +-
 gr-qtgui/examples/c++/display_qt.cc                | 126 ++++++
 gr-qtgui/examples/c++/display_qt.h                 |  77 ++++
 8 files changed, 488 insertions(+), 205 deletions(-)
 copy {gr-audio => gr-qtgui}/examples/c++/CMakeLists.txt (59%)
 create mode 100644 gr-qtgui/examples/c++/display_qt.cc
 create mode 100644 gr-qtgui/examples/c++/display_qt.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]