summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/audio
AgeCommit message (Collapse)Author
2019-04-29sox: Add option to include opus supportArtemis Tosini
Many other distributions include opus support in their sox distributions. This patch makes such an option, and sets it to be enabled by default. This works when ogg is disabled as as well as when ogg is enabled.
2019-03-18Add CoreAudio to sox on macOSVäinö Järvelä
Otherwise no audio devices are available for recording and playback on macOS.
2019-02-03sox: move defaults to package fileJan Malakhovski
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-03-09soxr: 0.1.2 -> 0.1.3Ryan Mulligan
Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.1.3 with grep in /nix/store/n6as7dvjq9vlsri84smc05yjmdvwmxww-soxr-0.1.3 - found 0.1.3 in filename of file in /nix/store/n6as7dvjq9vlsri84smc05yjmdvwmxww-soxr-0.1.3
2017-03-24sox: added enableLibpulseaudio optionEric Litak
2016-08-29wavrsocvt: init at 1.0.2.0Michiel Leenaars
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2015-10-28imagemagick, soxr, fftw, libraw: remove explicit gcc.libVladimír Čunát
It is no longer needed after cc-wrapper fixes.
2015-10-13soxr: split away the documentationVladimír Čunát
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-09-24soxr: 0.1.1 -> 0.1.2William A. Kennington III
2015-09-22sox: enable libsndfile, amr-nb, amr-wb (close #9824)taku0
2015-09-12sox: 14.4.1 -> 14.4.2taku0
2015-07-01Unmaintain a bunch of packagesShea Levy
2015-04-21soxr, libraw, fftw, imagemagick: fix build by a hackVladimír Čunát
2015-03-27soxr: Fix Darwin buildSpencer Whitt
2015-02-15sox: Change homepageJames Cook
The page at mega-nerd.com does not seem to be about sox at all.
2015-02-15sox: Patches for CVE-2014-8145James Cook
Found via RedHat bug 1174792. It was not clear whether these address a NULL dereference and a division by zero.
2014-08-29sox: Enable support for FLAC and PNG.aszlig
In case you wonder: PNG support is needed for example to generate spectograms. For example: sox shiny-song.flac -n spectrogram -o even-shinier.png Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-08sox: Fix building on DarwinEelco Dolstra
Fixes #3493.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2014-03-24sox: Update, get rid of composableDerivationShea Levy
2013-06-04audacity: minor update, prefer system-wide libsVladimír Čunát
- Using system-wide libs where we have them (except for portaudio, which I couldn't make work). - Add the soxr library (now the preferred way of audio resampling).
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-07-30* Fix some more "args: with args".Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=22828
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2009-10-18updating sox, adding maintainer, enabling mp3 supportMarc Weber
svn path=/nixpkgs/trunk/; revision=17864
2009-07-02* Fix some attributes that now make nix-env -q --meta barf.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=16134
2009-03-06replacing applyAndFun by lib.defaultOverridableDelayableArgsMarc Weber
applyAndFun has a bug resulting in the same arg beeing added more than once when using a concatenating merge function for the attr set. I've tried giving the function a name "overridableDelayableArgs" which resembles its usage much more. important refactoring: applyAndFun had .fun and .funMerge only when passing the merge function lib.mergeOrApply composableDerivation { initial = { ... }; } to overridableDelayableArgs has always .replace and .merge composableDerivation {} { ... } svn path=/nixpkgs/trunk/; revision=14428
2008-12-20removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber
qgis, vim_configurable both work now svn path=/nixpkgs/trunk/; revision=13661
2008-09-24added wavesurfer (sound analysis tool) and its dependency snack (tcl /python ↵Marc Weber
sound tool library) svn path=/nixpkgs/trunk/; revision=12904
2007-12-04 Michael Raskin
svn path=/nixpkgs/trunk/; revision=9861
2007-10-22sox, ffmpeg_svn expressions addedMarc Weber
ghcPkgUtil defines a function to create setup-hook - creating a packagedatabase (nix-support/package.conf) - adding it to GHC_PACKAGE_PATH see comments for details svn path=/nixpkgs/trunk/; revision=9500