Activity for AUDio MEasurement System

  • AUDio MEasurement System AUDio MEasurement System released /Audmes-macos-app/2024-07-28/AudMeS-2024.07.28-Darwin.dmg

  • AUDio MEasurement System AUDio MEasurement System released /audmes-linux-packages/2024-07-28/audmes-2024-07-26.flatpak

  • AUDio MEasurement System AUDio MEasurement System released /audmes-win32 binary/2024-07-28/AudMeS-2024.02.18-win32.zip

  • Walter Schweizer Walter Schweizer committed [02f7ae] on git

    prepare release 2024-07-28

  • Walter Schweizer Walter Schweizer committed [79b2a4] on git

    prepare release 2024-07-28

  • Walter Schweizer Walter Schweizer committed [2d83c4] on git

    rearrange oscilloscope view

  • Walter Schweizer Walter Schweizer committed [069565] on git

    Change oscilloscope view channel range settings

  • Walter Schweizer Walter Schweizer committed [8975b2] on git

    refactor: rename remaining _copy variables in AudMeS

  • Walter Schweizer Walter Schweizer committed [bb57d7] on git

    refactor rename variables with _copy in audmes.h

  • Walter Schweizer Walter Schweizer committed [1dbc2f] on git

    add clang-tidy checks

  • Walter Schweizer Walter Schweizer committed [898651] on git

    remove empty init method in audiointerface

  • Walter Schweizer Walter Schweizer committed [30c2ec] on git

    rearrange sizers, choices and fix label text

  • Walter Schweizer Walter Schweizer committed [22c2eb] on git

    value of xpos initialization is never used

  • Walter Schweizer Walter Schweizer committed [f71388] on git

    add factor 2 to average function

  • Walter Schweizer Walter Schweizer committed [9e5a2d] on git

    refine cppcheck settings and apply suggestions

  • Walter Schweizer Walter Schweizer committed [40f3ba] on git

    remove unused setUnits methods in CtrlOScope

  • Walter Schweizer Walter Schweizer committed [3bd298] on git

    make clang-format aware of the new event macro names

  • Walter Schweizer Walter Schweizer committed [8f0dee] on git

    remove obsolete #pragma

  • Walter Schweizer Walter Schweizer committed [354034] on git

    improve performance in CtrlOScope according to cppcheck

  • Walter Schweizer Walter Schweizer committed [463230] on git

    add cppcheck settings

  • Walter Schweizer Walter Schweizer committed [4939cb] on git

    replace deprecated wxWidgets macros

  • Walter Schweizer Walter Schweizer committed [8994c3] on git

    only build sma_2d_test when desired

  • Walter Schweizer Walter Schweizer committed [3d7aa0] on git

    replace GetCurrentSelection() by GetSelection() wxWidgets method

  • Walter Schweizer Walter Schweizer committed [aa1d5d] on git

    increase clipping region slightly in graph

  • Walter Schweizer Walter Schweizer committed [cb6599] on git

    remove DC from spectrum samples

  • Walter Schweizer Walter Schweizer committed [870174] on git

    remove obsolete variable m_fsampling

  • Juan Saavedra Juan Saavedra posted a comment on discussion Help

    Hello, Until today I didn't know there was a new version. Today I tested it on the same 2019 MacBook Pro and the error no longer occurs. It is currently installed with Mac Os Monterey. I'll try the other macs I have but I think it will work. Thank you.

  • Enrico Sadi Enrico Sadi posted a comment on discussion Open Discussion

    Hi all, Compliments the author, This is a rare and valuable piece of software! Just a question: is there a way to change text color or brightness in scales? Thanks sadikkola surely not a Linux guru...

  • Tim H Tim H posted a comment on discussion Help

    Hi Walter, Thank you for the explanation. That is helpful.

  • Walter Schweizer Walter Schweizer posted a comment on discussion Help

    Hi Tim, You are welcome. I am happy that you like AudMeS. Right, the Y scale is not obvious or plain wrong like V/div, The signal you see is +-1.0 full scale since I switched to floating point. When you select 32768 you have full scale of the A/D converter. I cannot say what that is in volts, because it depends on your sound card and its settings. When you select 16348 you get a zoom factor 2, with 8192 a factor 4 and so on. I am working on a fix to make the Y scale clearer.

  • Tim H Tim H posted a comment on discussion Help

    Hello, This is a nice simple program; thank you for making it available. I do have some questions though. Regarding the X and Y scales on the oscilloscope tab: The X scale is understandable. [us/div] obviously means microseconds per division. And this makes sense in my attached screenshot, where X Scale = 1000 and one division is 1m. (1000 microseconds = 1 millisecond.) But I don't get the Y scale. If Res(olution) [V/div] = 8, then what am I looking at here? The displayed signal goes between -0.2...

  • Walter Schweizer Walter Schweizer committed [28fdb5] on git

    add change for desktop file from Debian patch

  • Walter Schweizer Walter Schweizer committed [7d14b4] on git

    update app-data file for Flatpak

  • Walter Schweizer Walter Schweizer posted a comment on discussion Help

    You may try the new version I released today.

  • AUDio MEasurement System AUDio MEasurement System released /Audmes-macos-app/2024-02-18/AudMeS-2024.02.18-Darwin.dmg

  • AUDio MEasurement System AUDio MEasurement System released /audmes-linux-packages/2024-02-18/AudMeS-2024.02.18-Debian.deb

  • AUDio MEasurement System AUDio MEasurement System released /audmes-win32 binary/2024-02-18/AudMeS-2024.02.18-win32.zip

  • AUDio MEasurement System AUDio MEasurement System released /audmes sources/audmes-source-20240218.zip

  • Walter Schweizer Walter Schweizer committed [1e3dd8] on git

    prepare release 2024-02-18

  • Walter Schweizer Walter Schweizer committed [ef0813] on git

    let cmake automatically determine shared lib dependencies

  • Walter Schweizer Walter Schweizer committed [a88be0] on git

    drop DC component from FFT data for CtrlOScope

  • Walter Schweizer Walter Schweizer committed [c9df41] on git

    avoid log10(0) and rounding errors in CtrlOScope

  • Walter Schweizer Walter Schweizer committed [d1e65a] on git

    pass arrays by reference to CtrlOScope

  • Walter Schweizer Walter Schweizer committed [f2ec0f] on git

    fix m_OscBufferLength

  • Walter Schweizer Walter Schweizer committed [237cbe] on git

    refactor graph code

  • Walter Schweizer Walter Schweizer committed [bd3c7a] on git

    draw lines slightly outside the graph for better display

  • Walter Schweizer Walter Schweizer committed [0953b7] on git

    adjust buffers and graph

  • Walter Schweizer Walter Schweizer committed [7b8ae0] on git

    improve legend for X axis in linear mode

  • Walter Schweizer Walter Schweizer committed [5e6edc] on git

    fix oscilloscope graph calculation

  • Walter Schweizer Walter Schweizer committed [fe10ca] on git

    change oscilloscope view to time axis in us/div

  • Walter Schweizer Walter Schweizer committed [e9b94b] on git

    refactor AudMeS: rename CtrlOScope window names

  • Walter Schweizer Walter Schweizer committed [476cea] on git

    modify frequency graph function interpolation

  • Walter Schweizer Walter Schweizer committed [e875b6] on git

    add save function to spectrum and oscillogram

  • Walter Schweizer Walter Schweizer committed [dbe57a] on git

    rewrite ctrloscope using frequency data on X-axis

  • Walter Schweizer Walter Schweizer committed [a67e45] on git

    rewrite DrawFreqResponse adding x-axis data

  • Walter Schweizer Walter Schweizer committed [ca50c6] on git

    check recordNum in GetSMA when in debug build

  • Walter Schweizer Walter Schweizer committed [239882] on git

    use wxAtoi instead of ToLong in OnFFTAvgChanged

  • Walter Schweizer Walter Schweizer committed [b7e15f] on git

    refactor CtrlOScope: drop obsolete methods and attributes.

  • Walter Schweizer Walter Schweizer committed [817ff3] on git

    refresh display after loading frequency range graph

  • Walter Schweizer Walter Schweizer committed [fe8880] on git

    take advantage of averaging for frequency, magnitude and THD

  • Walter Schweizer Walter Schweizer committed [148ba8] on git

    refactor sample rate handling

  • Walter Schweizer Walter Schweizer committed [c9a8f2] on git

    remove unused declarations in AudMeS.h

  • Walter Schweizer Walter Schweizer committed [51bf1d] on git

    fix Gitlab CI settings

  • Walter Schweizer Walter Schweizer committed [6ac38b] on git

    rearrange README and add Flatpak section

  • Walter Schweizer Walter Schweizer posted a comment on discussion Open Discussion

    Hi Michael I installed OpenSUSE Tumbleweed as VM on my machine. I installed: sudo zypper install cmake-full sudo zypper install -t pattern devel_C_C++ sudo zypper install wxWidgets-3_2-devel sudo zypper install alsa-devel sudo zypper install libpulse-devel and in the project: git clone https://github.com/ben-strasser/fast-cpp-csv-parser libfccp After installing all the dependencies, the code compiles and runs fine. wxWidgets has support for localization. https://docs.wxwidgets.org/3.0/overview_i18n.html....

  • Walter Schweizer Walter Schweizer posted a comment on discussion Help

    Hi Juan I got Big Sur running on my Mac. AudMeS works fine on it. I cannot reproduce your issue. Are you using an USB audio adapter? Regards Walter

  • Juan Saavedra Juan Saavedra posted a comment on discussion Open Discussion

    Hi, Can be you need to install the Behringer U-Phono right driver from the maker Behringer? I have two interfaces u-phoria model from this manufacturer and them does not works properly on Windows without install its drivers... No matter on Macs, there no need specific driver to work. Regards.

  • Juan Saavedra Juan Saavedra posted a comment on discussion Help

    Hi, I checked the Windows app version on same machine with VMWare and it woks like a charm. That confirms it must be a system conflict with Big Sur, because the hardware is the same for both, client and host. Of course all privileges and permissions can be necessary at Mac Os host was activated in system preferences, with no positive results at the mac part: access to internal microphone, full access to internal disk and accessibility, input monitor, etc. I expect you reach any solution because this...

  • Michael Izban Michael Izban posted a comment on discussion Open Discussion

    <meta http-equiv="content-type" content="text/html; charset=UTF-8"> Hello, I would like to use the Linux version and would have liked to have a German language version. So I first tried to compile the latest source version from github (OpenSuSE Tumbleweed 6.6.11-1), but it didn't work because of some wxWidget-file-not-found-errors (but the latest wxwidget-devel files are installed). Maybe the sources too old? Localization is therefore not possible. Furthermore, it would be extremely helpful to have...

  • Michael Izban Michael Izban posted a comment on discussion Open Discussion

    <meta http-equiv="content-type" content="text/html; charset=UTF-8"> Hello, I would like to use the Linux version and would have liked to have a German language version. So I first tried to compile the latest source version from github (OpenSuSE Tumbleweed 6.6.11-1), but it didn't work because of some wxWidget-file-not-found-errors (but the latest wxwidget-devel files are installed). Maybe the sources too old? Localization is therefore not possible. Furthermore, it would be extremely helpful to have...

  • Juan Saavedra Juan Saavedra modified a comment on discussion Help

    Hi Walter, I think you are right, but it's not a problem of the hardware itself but the app itself for any reason. I have 3 more macs with Big Sur and Catalina (1 iMac 2011, 1 Macbook pro 2011 an 1 Macbook pro 2012) and with all of them the app do its job. I think the mac os version isn't the problem. How can I do what you purposing me? Regards.

  • Juan Saavedra Juan Saavedra posted a comment on discussion Help

    Hi Walter, I think you are right, but it is not a problem of the hardware itself but the app itself for any reason. I have 3 more macs with Big Sur and Catalina (1 iMac 2011, 1 Macbook pro 2011 an 1 Macbook pro 2012) and with all of them the app do its job. I think the mac os version isn't the problem. How can I do what you purposing me? Regards.

  • Karl Karl posted a comment on discussion Open Discussion

    Hi Walter, I got it. thank you, Karl

  • Walter Schweizer Walter Schweizer posted a comment on discussion Help

    Seems the sound card is not properly detected. I only have a mac book pro with Catalina, not Big Sur, sorry. You could try compiling and debugging on your mac...

  • Walter Schweizer Walter Schweizer posted a comment on discussion Open Discussion

    Hi Karl, the x-axis is depending sample rate. If the rate i 44100Hz, the time in between each sample is 22,68us and at 10 samples/div the time of the graph is 100 samples which equals 2,27ms.

  • Walter Schweizer Walter Schweizer modified a comment on discussion Open Discussion

    Hi Alan, yes, the accuracy improves with more samples. It also depends on the sample rate you are using; e.g.44100Hz/65536 = 0,67Hz.

  • Walter Schweizer Walter Schweizer posted a comment on discussion Open Discussion

    Hi Alan, yes, the accuracy improves with more samples. It also depends on the sample rate you are using; e.g.44100/65536 = 0,67Hz.

  • Karl Karl posted a comment on discussion Open Discussion

    Hello there, with the oszilloskope I can see wonderfull sinus waves, but i do not know how to measure the frequnency or wave length. The x-axis is signed with samples/div. How much time is a sample?

  • Juan Saavedra Juan Saavedra posted a comment on discussion Help

    I use the app for sine generator purposes from long time ago. With the mac model of the tittle with Big Sur installed the app does not do the job. When I open it there says: "Sound card issue: Please check Tools -> Audio interface Configuration" There I see no frequency range eligible, and no input selectable too. On system permissions Audmes has full access to the internal Microphone. Any idea how can a solve this problem?

  • Alan Cashin Alan Cashin posted a comment on discussion Open Discussion

    I have answered my own question. The accuracy improves the more FFT samples. Using the maximum samples (65536) the reported frequency is good. Usually within 0.2Hz, which is close enough for me.

  • Alan Cashin Alan Cashin posted a comment on discussion Open Discussion

    I downloaded AUDio MEasurement System as I created a Top Octave Generator program for an Atmega328P running at 16MHz. The Atmega328P is required to produce 12 simultaneous square waves with frequencies between 3520Hz and 6645Hz. I had no way of testing if the program was producing anything. The System did the job, proved that it was producing the desired output. The reported frequencies were close (within 10Hz) but not exact. I don't think this is a problem, if the System reports frequencies that...

  • Petter Reinholdtsen Petter Reinholdtsen posted a comment on discussion Help

    [Diego Lira] What incredible software! But for those who don't use Debian or derivatives, it is very difficult to build. You use very specific libraries and this makes it very difficult to create packages for other distributions. What do you mean? Are the other distributions missing the needed libraries, or do they uprovide the wrong version, or what? Which distribution are you using, and why not use it on Debian if it is a lot easier? Can you please also provide it in Appimage? This way it is easy...

  • Diego Lira Diego Lira posted a comment on discussion Help

    What incredible software! But for those who don't use Debian or derivatives, it is very difficult to build. You use very specific libraries and this makes it very difficult to create packages for other distributions. Can you please also provide it in Appimage? This way it is easy to use in any distro, flatpak is not very friendly to everyone. Thank you for your attention. Best Regards.

  • AUDio MEasurement System AUDio MEasurement System released /audmes-win32 binary/2023-10-24/AudMeS-2023.10.24-win32.zip

  • Walter Schweizer Walter Schweizer committed [39ee79] on git

    avoid display quirk when changing buffer length

  • Walter Schweizer Walter Schweizer committed [9cfe62] on git

    update app-data file for Flatpak

  • Walter Schweizer Walter Schweizer committed [2b66b3] on git

    prepare for release 2023-10-24

  • Walter Schweizer Walter Schweizer committed [912999] on git

    Modify range and update FFT view 10 times per second

  • Walter Schweizer Walter Schweizer committed [7a08c9] on git

    Return 0.0 when no samples are in simple moving average

  • GitHub committed [0f5624] on git

    Merge pull request #8 from jlinkels/sma

  • Johannes Linkels committed [e4e124] on git

    Added comments to AudMes::do_layout to understand wxWidgets layout

  • Johannes Linkels committed [755bdf] on git

    Moved controls to the side of Analyzer, added vertical scale settings

  • Johannes Linkels committed [0f2172] on git

    Cleaned up commenting. Corrected formatting.

  • Johannes Linkels committed [a2c095] on git

    Removed debugging statements, cleaned up code

  • Johannes Linkels committed [f7d6a8] on git

    Corrected formatting.

  • Johannes Linkels committed [463383] on git

    Removed setting of fixed average length after sound interface change. Corrected formatting.

  • Johannes Linkels committed [0fd7c2] on git

    Initial version of SMA simple moving average filter

  • Johannes Linkels committed [d8294e] on git

    Work on SMA. Added user interface, added re-allocation procedures, added 2nd channel, re-allocate on freq and sample size change events.

  • Johannes Linkels committed [2a3df6] on git

    First integration of SMA filter

  • GitHub committed [b5213e] on git

    Merge pull request #7 from jlinkels/keep_audioselection

1 >