Sneedacity (formerly Audacity) is an easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems.

Related tags

Audio sneedacity
Overview

Sneedacity


Sneedacity (formerly Audacity) is an easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. Sneedacity is open source software licensed under GPL, version 2 or later.

  • Recording from any real, or virtual audio device that is available to the host system.
  • Export / Import a wide range of audio formats, extendible with FFmpeg.
  • High quality using 32-bit float audio processing.
  • Plug-ins Support for multiple audio plug-in formats, including VST, LV2, AU.
  • Macros for chaining commands and batch processing.
  • Scripting in Python, Perl, or any language that supports named pipes.
  • Nyquist Very powerful built-in scripting language that may also be used to create plug-ins.
  • Editing multi-track editing with sample accuracy and arbitrary sample rates.
  • Accessibility for VI users.
  • Analysis and visualization tools to analyze audio, or other signal data.

Pre-built binaries

Binaries for the latest known to work build of Sneedacity are available here.

Getting Started

Build instructions are available here.

More information for developers is available from 4chan's technology board.

License

This project is licensed under the GNU General Public License v2 (Cuck Licenses BTFO) and compatible licenses. More info in LICENSE.txt

Comments
  • New logo for Sneedacity !

    New logo for Sneedacity !

    /!\ Vote for your favorite logo! https://www.strawpoll.me/45474940 /!\

    Hi, here the new logo: Sneedacity_Logo_large In action: image The source file : images/Sneedacity_Logo_large.svg

    opened by MrBn100ful 43
  • Audio plug-ins cannot be enabled

    Audio plug-ins cannot be enabled

    Describe the bug When using the "Add/Remove plug-ins" option in either the Generate or Effect or Analyze or Tools drop down menu, enabling effects does nothing and re-entering the menu shows them all as disabled again.

    To Reproduce Steps to reproduce the behavior:

    1. Go to either Generate or Effect or Analyze or Tools drop down menu
    2. Click on "Add/Remove plug-ins"
    3. Click select all
    4. Click enable
    5. Click ok
    6. None of the effects are enabled, as you will see if you repeat steps 1-2

    Expected behavior plugins enabled in drop-down

    Additional information (please complete the following information):

    • OS: Manjaro Linux (Plasma)
    • Version: Sneedacity 3.0.4-alpha-20210706

    logs:

    19:54:41: Sneedacity 3.0.4-alpha-20210706 19:54:41: Warning: Cannot set locale to language "English". 19:54:41: Warning: Critical Nyquist files could not be found. Nyquist effects will not work. 19:54:45: Trying to load FFmpeg libraries... 19:54:45: Trying to load FFmpeg libraries from system paths. File name is 'libavformat.so.58'. 19:54:45: Checking for monolithic avformat from 'libavformat.so.58'. 19:54:45: avformat not monolithic 19:54:45: Loading avutil from '/usr/lib/libavutil.so.56.70.100'. 19:54:45: Loading avcodec from '/usr/lib/libavcodec.so.58.134.100'. 19:54:45: Loading avformat from 'libavformat.so.58'. 19:54:45: Actual avutil path /usr/lib/libavutil.so.56.70.100 19:54:45: Actual avcodec path /usr/lib/libavcodec.so.58.134.100 19:54:45: Actual avformat path /usr/lib/libavformat.so.58.76.100 19:54:45: Importing symbols... 19:54:45: All symbols loaded successfully. Initializing the library. 19:54:45: Retrieving FFmpeg library version numbers: 19:54:45: AVCodec version 0x3a8664 - 58.134.100 (built against 0x3a8664 - 58.134.100) 19:54:45: AVFormat version 0x3a4c64 - 58.76.100 (built against 0x3a4c64 - 58.76.100) 19:54:45: AVUtil version 0x384664 - 56.70.100 (built against 0x384664 - 56.70.100) 19:54:45: FFmpeg libraries loaded successfully.

    I had to add a strange tag to makepkg in order for the build to work, here's the command I used in full: makepkg -csi DOCBOOK_TO_MAN="xmlto man --skip-validation"

    bug help wanted 
    opened by Techi-Joe 24
  • Mirrors

    Mirrors

    The list of sneedacity mirrors: https://gitlab.com/sneeds-feed-and-seed/sneedacity https://codeberg.org/Sneeds-Feed-and-Seed/sneedacity https://git.funny.cl/Sneeds-Feed-and-Seed/sneedacity

    Please post the links to other mirrors.

    opened by eylles 22
  • rewrite it in rust

    rewrite it in rust

    Is your feature request related to a problem? Please describe. C and C++ are old languages that are riddled with memory safety footguns. This can result in corrupted files, for example.

    Describe the solution you'd like Rewriting it in Rust would avoid many memory safety issues, and would also bring other benefits, such as integrated dependency management with Cargo.

    Describe alternatives you've considered Of course, leaving the current implementation as is would make this codebase that much more similar to **d*c*t*'s codebase.

    Additional context 🦀🦀🦀

    opened by fanninpm 22
  • mac_os build fails randomly

    mac_os build fails randomly

    Describe the bug sometimes it does, like in #76 here, then waiting for it to recheck it goes through, then on merge it fails again.

    CPack Error: Error executing: /usr/bin/hdiutil detach "/Volumes/sneedacity-macos-3.0.4-alpha-20210707+181694a-Intel"
    CPack Error: Error detaching temporary disk image.
    CPack Error: Problem compressing the directory
    CPack Error: Error when generating package: Sneedacity
    Error: Process completed with exit code 1.
    

    not sure this is related to the ci config, it being macos or githubs horrible actions system

    help wanted 
    opened by Ckath 19
  • Sneedacity crashes on startup

    Sneedacity crashes on startup

    Sneedacity crashes on startup, assertion error in getPlayDevIndex()

    ASSERT INFO:
    /home/phi/source/sneedacity/src/AudioIOBase.cpp(643): assert "false" failed in getPlayDevIndex().
    
    BACKTRACE:
    [1] AudioIOBase::getPlayDevIndex(wxString const&)
    [2] AudioIOBase::HandleDeviceChange()
    [3] AudioIO::AudioIO()
    [4] AudioIO::Init()
    [5] SneedacityApp::InitPart2()
    [6] SneedacityApp::OnInit()
    [7] wxAppConsoleBase::CallOnInit()
    [8] wxEntry(int&, wchar_t**)
    [9] wxEntry(int&, char**)
    [10] main
    [11] __libc_start_main
    [12] _start
    

    Additional information

    • OS: Ubuntu 20.04 LTS
    • Pulseaudio

    Screenshot Screenshot from 2021-07-07 11-27-58

    opened by ryusuke-okuno 19
  • Compilation fails on cairo.h not found

    Compilation fails on cairo.h not found

    Describe the bug

    Cloned the repo and tried to compile it as mentioned on #78 Returns with file cairo.h not found. (I've installed the cairo package)

    FAILED: source_subfolder/libs/core/CMakeFiles/core.dir/__/__/__/__/src/common/cairo.cpp.o 
    /gnu/store/9jkrwb0b4nv3za898siggc002xy4vh55-profile/bin/c++  -DDLL_EXPORTS -DWXBUILDING -DWXMAKINGDLL_CORE -DWXUSINGDLL -DWX_PRECOMP -D_GLIBCXX_USE_CXX11_ABI=1 -D_LIB -D_UNICODE -D__WXGTK2__ -D__WXGTK__ -Dcore_EXPORTS -DwxUSE_BASE=0 -DwxUSE_GUI=1 -I/home/anon/.conan/data/libpng/1.6.37/_/_/package/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/include -I/home/anon/.conan/data/libjpeg-turbo/2.0.5/_/_/package/10124878f77fe964cc9acc46bfaa384dae0053a1/include -Ilib/wx/include/gtk2-unicode-3.1 -I../source_subfolder/include -I/home/anon/.conan/data/expat/2.2.9/audacity/stable/package/46863e2dc48a06454dddba7dea457fd3976ba047/include -isystem /home/anon/.conan/data/zlib/1.2.11/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047/include -m64 -g  -fPIC   -pthread -std=gnu++14  -Winvalid-pch -include "/home/anon/.conan/data/wxwidgets/3.1.3.1-audacity/_/_/build/30cf406d6ca56e351d0981b27cd1fe83fcb3a119/build_subfolder/source_subfolder/libs/core/cotire/core_CXX_prefix.hxx" -MD -MT source_subfolder/libs/core/CMakeFiles/core.dir/__/__/__/__/src/common/cairo.cpp.o -MF source_subfolder/libs/core/CMakeFiles/core.dir/__/__/__/__/src/common/cairo.cpp.o.d -o source_subfolder/libs/core/CMakeFiles/core.dir/__/__/__/__/src/common/cairo.cpp.o -c ../source_subfolder/src/common/cairo.cpp
    ../source_subfolder/src/common/cairo.cpp:24:10: fatal error: cairo.h: No such file or directory
     #include <cairo.h>
              ^~~~~~~~~
    compilation terminated.
    [161/596] Building CXX object source_subfolder/libs/core/CMakeFiles/core.dir/__/__/__/__/src/common/bookctrl.cpp.o
    [162/596] Building CXX object source_subfolder/libs/core/CMakeFiles/core.dir/__/__/__/__/src/common/checkboxcmn.cpp.o
    [163/596] Building CXX object source_subfolder/libs/core/CMakeFiles/core.dir/__/__/__/__/src/common/btncmn.cpp.o
    ninja: build stopped: subcommand failed.
    wxwidgets/3.1.3.1-audacity: 
    WARN: wxwidgets/3.1.3.1-audacity: requirement expat/2.2.9 overridden by your conanfile to expat/2.2.9@audacity/stable 
    wxwidgets/3.1.3.1-audacity: WARN: Package binary is corrupted, removing: 30cf406d6ca56e351d0981b27cd1fe83fcb3a119
    wxwidgets/3.1.3.1-audacity: WARN: Build folder is dirty, removing it: /home/anon/.conan/data/wxwidgets/3.1.3.1-audacity/_/_/build/30cf406d6ca56e351d0981b27cd1fe83fcb3a119
    wxwidgets/3.1.3.1-audacity: ERROR: Package '30cf406d6ca56e351d0981b27cd1fe83fcb3a119' build failed
    wxwidgets/3.1.3.1-audacity: WARN: Build folder /home/anon/.conan/data/wxwidgets/3.1.3.1-audacity/_/_/build/30cf406d6ca56e351d0981b27cd1fe83fcb3a119
    ERROR: wxwidgets/3.1.3.1-audacity: Error in build() method, line 256
            cmake.build()
            ConanException: Error 1 while executing cmake --build '/home/anon/.conan/data/wxwidgets/3.1.3.1-audacity/_/_/build/30cf406d6ca56e351d0981b27cd1fe83fcb3a119/build_subfolder' '--' '-j4'
    CMake Error at cmake-proxies/cmake-modules/conan.cmake:631 (message):
      Conan install failed='1'
    Call Stack (most recent call first):
      cmake-proxies/cmake-modules/SneedacityDependencies.cmake:233 (conan_cmake_install)
      cmake-proxies/cmake-modules/SneedacityDependencies.cmake:254 (_conan_install)
      CMakeLists.txt:480 (resolve_conan_dependencies)
    
    
    -- Configuring incomplete, errors occurred!
    See also "/tmp/sneed_build/CMakeFiles/CMakeOutput.log".
    See also "/tmp/sneed_build/CMakeFiles/CMakeError.log".
    

    To Reproduce

    Steps to reproduce the behavior:

    git clone https://github.com/Sneeds-Feed-and-Seed/sneedacity
    mkdir sneed_build
    cd sneed_build
    cmake -G "Unix Makefiles" -Dsneedacity_use_ffmpeg=loaded ../sneedacity
    
    1. See error

    Expected behavior

    Package compiles successfully

    Additional information:

    • OS: GNU GuixSD
    • Version: Sneedacity master
    bug wontfix 
    opened by ghost 17
  • Migrating to the AGPL

    Migrating to the AGPL

    After re-consneedering it I think it would be better if we go with the AGPL because it prevents cloud offerings without releasing source code. That would make it harder for Muse to take our code and misuse it. So if there are any objections please raise them now or I will be merging an AGPL PR tomorrow.

    opened by ImGonnaChuck 15
  • Readme misleading

    Readme misleading

    In README.md: “Sneedacity (formerly Audacity)”

    This implies that Audacity became Sneedacity, which isn't what happened. It's like saying LibreOffice (formerly OpenOffice).

    I suggest “Sneedacity (fork of Audacity)”, where “fork of” is a link to a page explaining the situation.

    opened by to7m 14
  • get rid of conan and get wxWidgets back to upstream or a new fork

    get rid of conan and get wxWidgets back to upstream or a new fork

    the current situation as I can tell from comments and the old issue at audacity(dont want to ping it) seem to agree on wxWidgets needing to come back to untouched upstream, or at least not the muse fork.

    enhancement 
    opened by Ckath 14
  • managed to build without conan

    managed to build without conan

    Resolves: a lot of issues

    • [x] I made sure the code compiles on my machine
    • [x] I made sure there are no unnecessary changes in the code
    • [x] I made sure the title of the PR reflects the core meaning of the issue you are solving
    • [x] I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"
    • [x] I have confirmed that my code does not introduce intentional security flaws
    opened by sneedcat 11
  • Fix Mac build crashes #297

    Fix Mac build crashes #297

    Mac Wrapper: only strncpy SNEEDACITY_LEN bytes and set argv[0] to new path

    Resolves: Mac build crashes #297

    In the Mac Wrapper, mac/Wrapper.c this line:

    strncpy(++slash, sneedacity, exlen);
    

    was copying far too many characters (e.g. 94, on my system) in order to just copy the string "Sneedacity\0", and padding with zeros, which was corrupting the stack and leading to different behaviours in different environments - not running the main app at all in Xcode, crashing when the app bundle was run from Finder, and working successfully when Wrapper was called from the terminal.

    I changed the length given to strncpy to SNEEDACITY_LEN (11):

    strncpy(++slash, sneedacity, SNEEDACITY_LEN);
    

    and also set argv[0] to the new path now ending in "Sneedacity" rather than "Wrapper"

    argv[0] = path;
    
    • [x] I made sure the code compiles on my machine
    • [x] I made sure there are no unnecessary changes in the code
    • [x] I made sure the title of the PR reflects the core meaning of the issue you are solving
    • [x] I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"
    • [x] I have confirmed that my code does not introduce intentional security flaws
    opened by drkvogel 1
  • Mac build crashes

    Mac build crashes

    Describe the bug I cloned the latest (commit b79ec5c39bc1165a2572a5f173e7d4f586897c8d (HEAD -> master, origin/master, origin/HEAD) Date: Tue Oct 25 18:45:40 2022 +0000) and build with cmake and then Xcode as per the instructions in BUILDING.md on my MacBook Pro 2018 (Intel), and the build succeeds, but the program runs then immediately finishes. If the built app is run from Finder, a message "Sneedacity quit unexpectedly" shows and a crash report is generated.

    To Reproduce Steps to reproduce the behavior:

    1. Build on Intel Mac from commit b79ec5c39bc1165a2572a5f173e7d4f586897c8d
    2. Double-click on e.g. build-sneed/bin/Release/Sneedacity.app in Finder and see crash report

    Expected behavior I expected it to run without crashing!

    Screenshots If applicable, add screenshots to help explain your problem.

    Additional information (please complete the following information):

    • OS: MacOS Mojave 10.14.6
    • Version: Sneedacity 3.0.4.0

    Additional context Crash report:

    Process:               Wrapper [84481]
    Path:                  /Users/USER/*/Sneedacity.app/Contents/MacOS/Wrapper
    Identifier:            org.sneedacityteam.sneedacity
    Version:               3.0.4.0 (3.0.4.0)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Wrapper [84481]
    User ID:               501
    
    Date/Time:             2022-10-28 19:12:53.374 +0100
    OS Version:            Mac OS X 10.14.6 (18G4032)
    Report Version:        12
    Bridge OS Version:     6.6 (19P6067)
    Anonymous UUID:        0E9B8073-8351-B66F-3CDE-6A079B6C8B9A
    
    Sleep/Wake UUID:       2FE2AE4B-5912-44A5-9DC3-6640D32AC913
    
    Time Awake Since Boot: 360000 seconds
    Time Since Wake:       8400 seconds
    
    System Integrity Protection: disabled
    
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Exception Note:        EXC_CORPSE_NOTIFY
    
    Application Specific Information:
    dyld2 mode
    [84481] stack overflow
    
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib        	0x00007fff766d62c2 __pthread_kill + 10
    1   libsystem_pthread.dylib       	0x00007fff76791bf1 pthread_kill + 284
    2   libsystem_c.dylib             	0x00007fff76640745 __abort + 144
    3   libsystem_c.dylib             	0x00007fff76640ff3 __stack_chk_fail + 205
    4   org.sneedacityteam.sneedacity 	0x000000010b3f4f19 main + 185
    
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001181975c0  rcx: 0x00007ffee480b9b8  rdx: 0x0000000000000000
      rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee480b9f0  rsp: 0x00007ffee480b9b8
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x0000000000000307  r13: 0x0000000000000000  r14: 0x0000000000000006  r15: 0x000000000000002d
      rip: 0x00007fff766d62c2  rfl: 0x0000000000000206  cr2: 0x00007fffacd11188
      
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    
    
    Binary Images:
           0x10b3f4000 -        0x10b3f4ff3 +org.sneedacityteam.sneedacity (3.0.4.0 - 3.0.4.0) <FD7A91D6-953C-3989-84B0-F987A595A10A> /Users/USER/*/Sneedacity.app/Contents/MacOS/Wrapper
           0x1180f5000 -        0x11815f70f  dyld (655.1.1) <C192CA31-D059-3770-9882-D864FEFA0C96> /usr/lib/dyld
        0x7fff7357f000 -     0x7fff73580ffb  libSystem.B.dylib (1252.250.1) <71C12F94-14DC-379B-8D2A-0523D0A58245> /usr/lib/libSystem.B.dylib
        0x7fff737c4000 -     0x7fff73817ff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
        0x7fff73818000 -     0x7fff7382dff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
        0x7fff74db8000 -     0x7fff7553dfdf  libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
        0x7fff7641e000 -     0x7fff76422ff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
        0x7fff76423000 -     0x7fff7642dff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
        0x7fff7642e000 -     0x7fff76435ff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
        0x7fff76436000 -     0x7fff7643fff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
        0x7fff76440000 -     0x7fff764c4fc3  libcorecrypto.dylib (602.260.2) <01464D24-570C-3B83-9D18-467769E0FCDD> /usr/lib/system/libcorecrypto.dylib
        0x7fff7654b000 -     0x7fff76584ff7  libdispatch.dylib (1008.270.1) <97273678-E94C-3C8C-89F6-2E2020F4B43B> /usr/lib/system/libdispatch.dylib
        0x7fff76585000 -     0x7fff765b1ff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
        0x7fff765b2000 -     0x7fff765b2ffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
        0x7fff765c0000 -     0x7fff765c0ff7  liblaunch.dylib (1336.261.4) <AEBAE502-D691-3D26-BFD9-CB41090C0360> /usr/lib/system/liblaunch.dylib
        0x7fff765c1000 -     0x7fff765c6fff  libmacho.dylib (927.0.3) <A377D608-77AB-3F6E-90F0-B4F251A5C12F> /usr/lib/system/libmacho.dylib
        0x7fff765c7000 -     0x7fff765c9ff7  libquarantine.dylib (86.270.1) <3F36A3D6-9606-3D90-B520-809BAEF981C3> /usr/lib/system/libquarantine.dylib
        0x7fff765ca000 -     0x7fff765cbff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
        0x7fff765cc000 -     0x7fff765e3ff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
        0x7fff765e4000 -     0x7fff765e4ff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
        0x7fff765e5000 -     0x7fff7666cfff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
        0x7fff7666d000 -     0x7fff76670ffb  libsystem_configuration.dylib (963.270.3) <2B4A836D-68A4-33E6-8D48-CD4486B03387> /usr/lib/system/libsystem_configuration.dylib
        0x7fff76671000 -     0x7fff76674ff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff76675000 -     0x7fff7667bfff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
        0x7fff7667c000 -     0x7fff76682ffb  libsystem_dnssd.dylib (878.270.3) <D5352ABD-0311-3327-8E64-93F29EB19BF1> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff76683000 -     0x7fff766ceffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
        0x7fff766cf000 -     0x7fff766f7ff7  libsystem_kernel.dylib (4903.278.28) <5B6BB78A-7845-3A31-B87E-03E18DDE4D86> /usr/lib/system/libsystem_kernel.dylib
        0x7fff766f8000 -     0x7fff76743ff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
        0x7fff76744000 -     0x7fff7676efff  libsystem_malloc.dylib (166.270.1) <011F3AD0-8E6A-3A89-AE64-6E5F6840F30A> /usr/lib/system/libsystem_malloc.dylib
        0x7fff7676f000 -     0x7fff76779ff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff7677a000 -     0x7fff76781fff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
        0x7fff76782000 -     0x7fff7678bfef  libsystem_platform.dylib (177.270.1) <9D1FE5E4-EB7D-3B3F-A8D1-A96D9CF1348C> /usr/lib/system/libsystem_platform.dylib
        0x7fff7678c000 -     0x7fff76796ff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
        0x7fff76797000 -     0x7fff7679aff7  libsystem_sandbox.dylib (851.270.1) <9494594B-5199-3186-82AB-5FF8BED6EE16> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff7679b000 -     0x7fff7679dff3  libsystem_secinit.dylib (30.260.2) <EF1EA47B-7B22-35E8-BD9B-F7003DCB96AE> /usr/lib/system/libsystem_secinit.dylib
        0x7fff7679e000 -     0x7fff767a5ff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
        0x7fff767a6000 -     0x7fff767bbff7  libsystem_trace.dylib (906.260.2) <12C1B9A2-39D6-3428-AE60-2303BD201A57> /usr/lib/system/libsystem_trace.dylib
        0x7fff767bd000 -     0x7fff767c2ffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
        0x7fff767c3000 -     0x7fff767f2fff  libxpc.dylib (1336.261.4) <7A9D1BF7-F17F-3B87-9373-B0079544E8C5> /usr/lib/system/libxpc.dylib
    
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 37942644
        thread_create: 0
        thread_set_state: 96
    
    VM Region Summary:
    ReadOnly portion of Libraries: Total=234.0M resident=0K(0%) swapped_out_or_unallocated=234.0M(100%)
    Writable regions: Total=529.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=529.3M(100%)
     
                                    VIRTUAL   REGION 
    REGION TYPE                        SIZE    COUNT (non-coalesced) 
    ===========                     =======  ======= 
    Kernel Alloc Once                    8K        1 
    MALLOC                           137.1M       10 
    MALLOC guard page                   16K        4 
    MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
    STACK GUARD                       56.0M        1 
    Stack                             8192K        1 
    __DATA                            2252K       39 
    __LINKEDIT                       222.4M        3 
    __TEXT                            11.6M       39 
    shared memory                        8K        2 
    ===========                     =======  ======= 
    TOTAL                            821.3M      101 
    TOTAL, minus reserved VM space   437.3M      101 
    
    Model: MacBookPro15,2, BootROM 1731.140.2.0.0 (iBridge: 19.16.16067.0.0,0), 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 
    Graphics: kHW_IntelIrisGraphics655Item, Intel Iris Plus Graphics 655, spdisplays_builtin
    Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, LPDDR3, 2133 MHz, SK Hynix, -
    Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, LPDDR3, 2133 MHz, SK Hynix, -
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Oct 23 2019 08:32:36 version 9.137.11.0.32.6.36 FWID 01-671ec60c
    Bluetooth: Version 6.0.14d6, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    USB Device: USB 3.1 Bus
    USB Device: iBridge Bus
    USB Device: Touch Bar Backlight
    USB Device: Touch Bar Display
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Headset
    USB Device: Ambient Light Sensor
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Apple T2 Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 41.2
    Thunderbolt Bus: MacBook Pro, Apple Inc., 41.2
    
    bug help wanted 
    opened by drkvogel 3
  • Huge icons on hidpi screens

    Huge icons on hidpi screens

    Describe the bug All the icons are huge on hidpi displays

    To Reproduce Start the application with xorg on an hidpi display

    Screenshots image

    Additional information (please complete the following information):

    • OS: Arch linux
    • Version sneedacity-bin from the arch repo
    bug help wanted 
    opened by cavallium 1
  • Program depends on build folder after install

    Program depends on build folder after install

    Describe the bug I built Sneedacity on my Ubuntu Studio system as per the instructions. It runs fine, but after I deleted the build folder in order to free up some disk space, I got an error:

    To Reproduce Steps to reproduce the behavior:

    ❯ mkdir build && cd build
    ❯ cmake -G "Unix Makefiles" -Dsneedacity_use_ffmpeg=loaded -DCMAKE_BUILD_TYPE=Release ..
    

    (".." instead of "../sneedacity", which didn't work as there's no such directory, we're in sneedacity/build)

    ❯ make -j`nproc`
    ❯ sudo make install
    ❯ which sneedacity
    /usr/local/bin/sneedacity
    ❯ sneedacity
    

    OK, it runs, no complaints, but:

    ❯ cd ..
    ❯ mv build tmp
    ❯ sneedacity 
    sneedacity: error while loading shared libraries: libwx_baseu_xml-3.1.so: cannot open shared object file: No such file or directory
    

    Expected behavior I expected the program to run after install without needing the build folder

    Screenshots If applicable, add screenshots to help explain your problem.

    Additional information (please complete the following information):

    • OS: Ubuntu Studio 20.04
    • Version: Sneedacity 3.0.4-alpha-20220117
    bug 
    opened by drkvogel 3
  • upstreaming wxwidgets

    upstreaming wxwidgets

    currently wxwidgets is obtained from https://github.com/audacity/wxwidgets, it'd be far better if this was just upstream wxwidgets or at least a sneed owned fork. on first inspection the two dont seem to differ much but just swapping them out instantly runs into some issues, see the wxwidgets branch for more.

    still not sure if it'll be possible to upstream entirely or if a fork is needed, but we'll find out.

    opened after conan was pretty much gone as successor of #47

    documentation enhancement help wanted 
    opened by Ckath 3
Tenacity is an easy-to-use, cross-platform multi-track audio editor/recorder for Windows, MacOS, GNU/Linux

Tenacity is an easy-to-use, cross-platform multi-track audio editor/recorder for Windows, MacOS, GNU/Linux and other operating systems and is developed by a group of volunteers as open source software.

null 59 Jan 1, 2023
eSpeak NG is a compact open source software text-to-speech synthesizer for Linux, Windows, Android and other operating systems

eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.

null 1.7k Jan 9, 2023
Arduino Audio Tools (Music Player, Music Recorder supporting I2S, Microphones, DAC, ADC, A2DP, Url)

Arduino Audio Tools Some basic header-only C++ classes that can be used for Audio Processing provided as Arduino Library: a simple I2S class (to read

Phil Schatzmann 527 Jan 7, 2023
Audacity fork without Telemetry and with new features

Searching for contributors! I'm currently searching for contributors as I can't keep up the project alone. If you're interested to become one, make an

Sartox 705 Jan 3, 2023
Audacity Fork without any Sentry Telemetry or Crash Reporting.

Goals of this project The goals AudioCity is trying to achieve are pretty simple : Restoring Audacity to what it was before, with no crash reporting (

AudioCity.Stuido 13 Aug 12, 2021
A simple and easy-to-use audio library based on miniaudio

raudio A simple and easy-to-use audio library based on miniaudio raudio forks from raylib.audio module to become an standalone library. Actually, it w

Ray 67 Dec 21, 2022
C library for audio noise reduction and other spectral effects

libspecbleach C library for audio noise reduction and other spectral effects Background This library is based on the algorithms that were used in nois

Luciano Dato 43 Dec 15, 2022
digital audio workstation, instrument and effect plugins, wave editor

Stargate Stargate is a holistic audio production solution, everything you need to make music on a computer. To understand what Stargate is, and why, r

null 303 Jan 1, 2023
AudMonkey - Free and open source audio editor

AudMonkey is an easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. AudMonkey is open source software licensed under GPL, version 2 or later.

AudMonkey 36 Mar 15, 2022
PortAudio is a portable audio I/O library designed for cross-platform support of audio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.

PortAudio 786 Jan 1, 2023
Easy and efficient audio synthesis in C++

Tonic Fast and easy audio synthesis in C++. Prefer coding to patching? Love clean syntax? Care about performance? That's how we feel too, and why we m

null 482 Dec 26, 2022
Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.

Oboe Oboe is a C++ library which makes it easy to build high-performance audio apps on Android. It was created primarily to allow developers to target

Google 3.2k Jan 3, 2023
An Audio-For-VATSIM ATC Client for macOs and Linux

An Audio-For-VATSIM ATC Client for macOs and Linux (audio only)

Pierre Ferran 27 Dec 27, 2022
An OBS plugin that allows capture of independant application audio streams on Windows, in a similar fashion to OBS's game capture and Discord's application streaming.

win-capture-audio An OBS plugin based on OBS's win-capture/game-capture that hooks WASAPI's audio output functions (rather than the various graphics A

Joe Kaushal 3k Jan 9, 2023
OpenDeck is a platform suited both for prototyping and developing custom MIDI controllers with easy to use web configurator

Software and hardware platform for simpler building of MIDI controllers with support for DMX.

Shantea Controls 456 Dec 25, 2022
A simple and easy-to-use fx sounds generator, based on the amazing Dr.Petter's sfxr

rFXGen A simple and easy-to-use fx sounds generator, based on the amazing Dr.Petter's sfxr. rFXGen can be used for free as a WebAssembly online tool a

Ray 333 Dec 27, 2022
A tiny, header only, easy to use, cross-platform, portaudio wrapper, sound and notation manager, tailored for the demo scene.

TDAW A tiny, header only, easy to use, cross-platform, portaudio wrapper, sound and notation manager, tailored for the demo scene. This header enables

kbx 13 Dec 2, 2022
🎵 A cross-platform media playback library for C/C++ with good number of features (only Windows & Linux).

libwinmedia A cross-platform media playback library for C/C++ & Flutter with good number of features. Example A very simple example can be as follows.

Harmonoid 38 Nov 2, 2022