[mythtv-commits] [MythTV/mythtv] 16e94e: Readable audio size for Spectrogram code

Timothy Witham noreply at github.com
Fri Aug 18 20:34:23 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 16e94eeb1e4df4701109a12182c92a32ae48b0f8
      https://github.com/MythTV/mythtv/commit/16e94eeb1e4df4701109a12182c92a32ae48b0f8
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp
    M mythplugins/mythmusic/mythmusic/visualize.h

  Log Message:
  -----------
  Readable audio size for Spectrogram code


  Commit: 3ef2089382ebaf17e73eb8067dae9728092f32e0
      https://github.com/MythTV/mythtv/commit/3ef2089382ebaf17e73eb8067dae9728092f32e0
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp

  Log Message:
  -----------
  Restore Spectrum to v33 state.  Rewrite will come separately.


  Commit: c8f45c251ae944348ef37c3810ad4f52b985eaab
      https://github.com/MythTV/mythtv/commit/c8f45c251ae944348ef37c3810ad4f52b985eaab
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp

  Log Message:
  -----------
  Fix bug that second Spectrogram bin was not plotted


  Commit: 8fc3ea6ffde3985391f202bb7647085f09e3a6ec
      https://github.com/MythTV/mythtv/commit/8fc3ea6ffde3985391f202bb7647085f09e3a6ec
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp
    M mythplugins/mythmusic/mythmusic/visualize.h

  Log Message:
  -----------
  Spectrogram option to plot peak rather than average of FFT bins

If I could get KeyPress events, then the remote could toggle which is
in use.


  Commit: 62bfc3ad837999ecd2f5cb55a49f30c0f6ff4c1e
      https://github.com/MythTV/mythtv/commit/62bfc3ad837999ecd2f5cb55a49f30c0f6ff4c1e
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp

  Log Message:
  -----------
  Move 10 * log10 outside the pixel loop for Spectrogram


  Commit: 357baab83716aff4ba884beb6d7e6bc3c4b026be
      https://github.com/MythTV/mythtv/commit/357baab83716aff4ba884beb6d7e6bc3c4b026be
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp

  Log Message:
  -----------
  Comment index and prev better in Spectrogram


  Commit: b787b1e6d734ec9497c65dbc682647080d8d2693
      https://github.com/MythTV/mythtv/commit/b787b1e6d734ec9497c65dbc682647080d8d2693
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp
    M mythplugins/mythmusic/mythmusic/visualize.h

  Log Message:
  -----------
  Better code documentation of Spectrogram's colors


  Commit: cb207fe481e378011929c983c2508e7e67161339
      https://github.com/MythTV/mythtv/commit/cb207fe481e378011929c983c2508e7e67161339
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp
    M mythplugins/mythmusic/mythmusic/visualize.h

  Log Message:
  -----------
  Add new visual SpectrumDetail to Spectrogram

And increase fps to 40 since the FFT refreshes ~38 fps.


  Commit: 720ae25501fcdcd78a96194abd95e5e1e844cc28
      https://github.com/MythTV/mythtv/commit/720ae25501fcdcd78a96194abd95e5e1e844cc28
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp
    M mythplugins/mythmusic/mythmusic/visualize.h

  Log Message:
  -----------
  Switch Spectrogram to MelScale


  Commit: ecf6c8a1416b928b49b32d5483b7c1316f52b28a
      https://github.com/MythTV/mythtv/commit/ecf6c8a1416b928b49b32d5483b7c1316f52b28a
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp

  Log Message:
  -----------
  Spectrogram: clear the initial image to black


  Commit: e7fc2bb3bae29e0287d4ab53ac950c9bf9b53781
      https://github.com/MythTV/mythtv/commit/e7fc2bb3bae29e0287d4ab53ac950c9bf9b53781
  Author: Timothy D Witham <twitham at sbcglobal.net>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp

  Log Message:
  -----------
  MythMusic: remove tabs in visualize source


Compare: https://github.com/MythTV/mythtv/compare/ee1bc7f11be0...e7fc2bb3bae2


More information about the mythtv-commits mailing list