Leland Lucius
ead26dd2aa
Bug 1807 - NyquistPrompt Scripting command is not functional
...
2nd attempt... :-(
2020-04-05 14:54:11 -05:00
Leland Lucius
029a7aecff
No need to call Flush() on a file opened for read
2020-04-05 12:43:37 -05:00
Paul Licameli
61abb87a77
Reviewed all i18n-hint comments...
...
... Moved many misplaced ones, which msgfmt would not have extracted into
audacity.pot.
Duplicated some of them, to appear with related but distinct msgids.
Added a few new comments.
Deleted one that was no longer needed in ProjectManager.cpp.
2020-04-05 09:00:00 -04:00
Paul Licameli
31ec92b80a
Use two formats to reduce number of strings in generated audacity.pot
2020-04-05 09:00:00 -04:00
Leland Lucius
b4d6595ff9
Adding instructions on how to sign and notarize Audacity
2020-04-04 18:09:55 -05:00
James Crook
b16251f0ed
Bug 2380 - Enh: Point label micro-range issue
2020-04-04 23:10:07 +01:00
Leland Lucius
0523e292a3
Bug 1807 - NyquistPrompt Scripting command is not functiona
2020-04-04 16:11:11 -05:00
Leland Lucius
281af790b0
Workaround for crash in bug #2378
...
The proper "fix" is to upgrade FFmpeg, but we'll just protect
the users by excluding sample rate 7350 when using "aac".
2020-04-04 13:00:39 -05:00
James Crook
a41e16cb1f
Update wording per https://wiki.audacityteam.org/wiki/Wording
...
Also wording on Mac, Command+Click
2020-04-04 16:03:04 +01:00
Leland Lucius
49ab4cf2fb
Add the "other" missing include.
2020-04-04 05:20:24 -05:00
Leland Lucius
be749f17eb
Add missing include...
2020-04-04 04:18:28 -05:00
Leland Lucius
723e9feb7f
Bug 2055 - ENH: Export2 does not export by default
2020-04-04 03:58:27 -05:00
Leland Lucius
842b8f792b
Bug 1953 - Timer Record: using Custom Mix causes automatic export to be interrupted
2020-04-04 03:48:49 -05:00
Leland Lucius
c840133dd8
Bug 2384 - Filter Curve EQ error in non-English locale
2020-04-04 02:54:55 -05:00
Leland Lucius
abf0f8157e
Revert "Extension" handling in ExportCL
...
This reverts commits:
66661daa0519d97081fc20b7f24beeb1812a9440
1c2ebfae946f73a802e1e9abc76531ec9a3a07dc
2020-04-03 14:18:36 -05:00
Leland Lucius
36e2c0d4b9
Bug 2371 - Mac: Crash when change Export dialog filters
...
Finally found the real reason for the crash...fix reworked.
2020-04-03 13:36:59 -05:00
Paul Licameli
8ea7eb3f8d
Fix a string constant for Opus
2020-04-03 12:51:21 -04:00
SteveDaulton
5885b83557
Add spectral-delete.ny for windows
2020-04-03 15:39:41 +01:00
Steve Daulton
0aaaf27e01
Add spectral-delete.ny for Mac
2020-04-03 15:15:17 +01:00
SteveDaulton
c818449c69
Add spectral-delete.ny
2020-04-02 22:55:24 +01:00
SteveDaulton
8e57ce451a
Add spectral delete effect
2020-04-02 22:41:06 +01:00
Carlo Bramini
63580910a2
Internat: use _WIN32 instead of _MSC_VER for DebugBreak() ( #475 )
...
* Internat: use _WIN32 instead of _MSC_VER for DebugBreak()
For compiling with MinGW, it is required that it uses the same code of Visual Studio when __WXDEBUG__ is defined.
* Internat: replace previous _WIN32 with WXMSW
2020-04-02 11:44:30 -05:00
Carlo Bramini
f60bd42e9d
[CMAKE] Portaudio: do not activate OSS on Windows ( #477 )
...
* [CMAKE] Portaudio: do not activate OSS on Windows
I had a strange error when building the local portaudio library with MinGW under msys2.
The error was caused by the file sys/soundcard.h that was found somewhere in the path, because use_pa_oss is always activated regardless the platform.
So, in my opinion it is better to not activate this option if the platform is Windows.
Afterall, it is useless in this case.
* [CMAKE] Portaudio: move also remaining OSS code
2020-04-02 10:04:10 -05:00
Leland Lucius
50c30d9ff8
Apply upstream fix (c5d2c51bd6) to portaudio
...
wasapi: Fixed OSVERSIONINFO initialization (patch provided by Carlo Bramini).
2020-04-02 09:45:12 -05:00
Carlo Bramini
1437fb38ad
[CMAKE] Portaudio: x86_plain_converters is MSVC only ( #476 )
...
As you can see from the original CMakeLists.txt into the sources of Portaudio, the file pa_x86_plain_converters.c can be compiled only with Visual C++, so it should not be include if there is not the Microsoft Compiler.
2020-04-02 09:34:28 -05:00
Leland Lucius
b04eff9c67
Correcting OPUS to Opus in filter
2020-04-02 09:14:17 -05:00
Leland Lucius
1c2ebfae94
A bit more help for Export Multiple
2020-04-02 08:53:26 -05:00
Leland Lucius
66661daa05
Bug 2372 - ENH: Export Multiple with (external program) Audacity fails to export if labels have no extension
2020-04-02 08:38:25 -05:00
Carlo Bramini
9eaa2f28f7
Allow use of wxPowerResource if wxWidgets is 3.1.x ( #474 )
...
I got an error when compiling with wxWidgets 3.0.4, because wxPowerResource is undefined.
It seems to me that wxPowerResource has been introduced with wxWidgets 3.1.x branch:
51d715e46d (diff-93a9bace734a8065b203ebd2f670cbe8)
so, it would be worth to check if the feature is supported at compile time.
2020-04-01 21:23:45 -05:00
Leland Lucius
11bfccba53
Remove a couple more unneeded quotes
2020-04-01 18:54:49 -05:00
Leland Lucius
866edf8801
Provide useful path to FileException
2020-04-01 15:53:47 -05:00
Leland Lucius
ffc7452eba
Fix quoting issue in libsoxr build
2020-04-01 14:30:26 -05:00
Leland Lucius
577d526ec8
Handle null URL in panelSelectionDidChange() call
...
Thanks Renéfor reporting it.
2020-04-01 14:16:52 -05:00
Leland Lucius
2be1cd8867
Adjusting the supported bitrates for OPUS
2020-04-01 12:10:17 -05:00
Leland Lucius
8ae9a708fe
Fix disabled OK button in effects when monitoring
2020-03-31 13:54:02 -05:00
Leland Lucius
e09b35f2c8
Bug 2062 - Export as WAV does not remember the previously used setting
...
This should resolve the final nit for this bug.
2020-03-30 22:40:27 -05:00
Leland Lucius
8d3e6eb2ad
Add FFmpeg format/codec to Export options panel
2020-03-30 19:37:06 -05:00
Leland Lucius
4806c02e81
Prevent multiple resample dialogs during ExportMultiple
2020-03-30 18:55:43 -05:00
Leland Lucius
f8053b73e2
Bug 2378 - FFmpeg export can fail due to unsupported sample rate
2020-03-30 16:05:23 -05:00
Leland Lucius
ddadd8d429
Bug 2166 - Opus export fails - cannot open codec
2020-03-30 12:02:03 -05:00
Leland Lucius
e3f33b3367
Add '-Wno-underaligned-exception-object" to CMake build
2020-03-30 11:38:02 -05:00
Leland Lucius
4b76af5314
Bug 2376 - Crash when attempting to use AudioUnit in Basic mode
2020-03-30 00:39:07 -05:00
Leland Lucius
41ded2da6e
Fix build against wx30
...
Funciton wxSysErrorMsgStr() doesn't exist in wx30, so failed when
using Ubuntu system libraries.
2020-03-29 15:58:04 -05:00
Leland Lucius
ff20948d57
Bug 2229 - Audacity may fail to load a "bad" module silently, with no error message
2020-03-29 15:33:23 -05:00
David Bailes
203d801293
Built-in Generate and Analyse dialogs: add missing access keys
2020-03-27 14:40:26 +00:00
Leland Lucius
752580beb9
Removed the yes/no option if not found
2020-03-27 08:25:41 -05:00
Leland Lucius
6302e89eb5
Handle absolute paths differently in external exporter
2020-03-27 07:08:16 -05:00
David Bailes
eeeb4f3e1f
Built-in effect dialogs: add access keys where necessary
...
Several of the dialog were missing acccess keys.
Note: access keys not added to Distortion effect as yet, due to complexity of control names changing when the Distortion type is changed.
2020-03-27 10:51:34 +00:00
Leland Lucius
f449607751
Get the Windows specific search working for external command exporting
2020-03-26 16:21:40 -05:00
Leland Lucius
8ef0bf3392
Bug 2178 - Mac: Export to (external program) fails with errors
2020-03-26 13:46:22 -05:00