This website requires JavaScript.
Explore
Help
Sign In
Autres
/
audacity
Watch
1
Star
0
Fork
0
You've already forked audacity
mirror of
https://github.com/cookiengineer/audacity
synced
2025-07-24 08:28:04 +02:00
Code
Issues
Releases
Wiki
Activity
audacity
/
lib-src
/
portmixer
/
src
History
lllucius@gmail.com
ea074f889b
Regenerate build files on Debian Wheezy
...
This will fix building the minsrc tarball on Debian Wheezy
2015-02-17 16:19:57 +00:00
..
Makefile.am
Use automake for portmixer.
2013-11-08 01:56:39 +00:00
Makefile.in
Regenerate build files on Debian Wheezy
2015-02-17 16:19:57 +00:00
px_example_api.c
…
px_linux_alsa.c
…
px_mac_coreaudio.c
…
px_mixer.c
Add volume support for WASAPI.
2013-09-24 04:54:44 +00:00
px_mixer.h
…
px_unix_oss.c
…
px_win_common.c
Per comments, these 2 functions, redefinitions of WINAPI fns, are no longer necessary, as we dropped pre-Win2k support with Audacity 2.0. Gale reported that since the patch to them in r12160, they have caused problems. So instead, just rely on the ones in WINAPI.
2013-08-10 01:23:07 +00:00
px_win_common.h
…
px_win_ds.c
…
px_win_endpoint.c
Get rid of some compiler warnings.
2013-10-31 22:28:21 +00:00
px_win_endpoint.h
…
px_win_wasapi.c
Add volume support for WASAPI.
2013-09-24 04:54:44 +00:00
px_win_wmme.c
…