mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 06:40:08 +02:00
* DBConnection doesn't use ProjectFileIO or need friendship... ... Instead, it is given its own weak_ptr to the project * Demote the bypass flag into DBConnection... ... So SqliteSampleBlock needs ProjectFileIO only to get the DBConnection * Accessor functions for the connection objects for SqliteSampleBlock * Another level of indirection to get to the DBConnection object... ... The document holds the unique_ptr to DBConnection in an attached object; later we want the SqliteSampleBlockFactory to locate the same pointer without using ProjectFileIO * SqliteSampleBlock and its factory don't use class ProjectFileIO... ... Instead they share a pointer to the pointer to the current DBConnection. This means they no longer know how to invoke the lazy opening of that connection. So just require that this be done before any operations on blocks happen. If it hasn't, throw and let the application recover. * ProjectFileIO no longer needs weak_ptr to Project for safety... ... so eliminate much ugliness from 127696879dcc5ca687ec50a4ccef7acbed563926 * Move DBConnection to new files... ... And SqliteSampleBlock does not depend on ProjectFileIO. * SampleBlock.h doesn't need ClientData.h * Function ProjectFileIO::Conn() isn't needed
…
…
…
…
…
Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. Developed by a group of volunteers as open source.
- 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.
Getting Started
For end users, the latest Windows and macOS release version of Audacity is available from the Audacity website. Help with using Audacity is available from the Audacity Forum. Information for developers is available from the Audacity Wiki.
Description
Languages
C++
56.3%
C
34.4%
Common Lisp
4.3%
CMake
1.6%
Python
1%
Other
2.2%