- Clean up casting in arguments.
- Use <portaudio.h> not "portaudio.h"
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1230 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- Clean up casting in arguments.
- Use <portaudio.h> not "portaudio.h"
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1230 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- Cast arguments to pthread_create as needed.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1220 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- Cast arguments to pthread_create as needed.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1220 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- For consistency, I propset these to svn:eol-style native as well
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1152 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- For consistency, I propset these to svn:eol-style native as well
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1152 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- Remove alsa/oss from configure.ac and regenerate configure file.
- Note it is MAP65 not WSJT.
- rfile3a.f90 -> rfile3a.F90 for gfortran preprocessor.
- Comment out compiler option that does not work on gfortran for now.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1151 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- Remove alsa/oss from configure.ac and regenerate configure file.
- Note it is MAP65 not WSJT.
- rfile3a.f90 -> rfile3a.F90 for gfortran preprocessor.
- Comment out compiler option that does not work on gfortran for now.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1151 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
from inspection it appears this function was really wanting to call
gmtime_r()
- Fortran appends a trailing _ to functions it calls, cutil.c has a bunch
of shim functions that simply have the trailing _ and call the 'c'
equivalent. Added gmtime_r_ -> gmtime_r shim to cutil.c
This fixes the mysterious missing gmtime() seen in some compiles of Audio.so
I don't see how this get_fname.F90 ever worked to produce the proper
filename for the .WAV; I'd like Joe's opinion.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@314 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
from inspection it appears this function was really wanting to call
gmtime_r()
- Fortran appends a trailing _ to functions it calls, cutil.c has a bunch
of shim functions that simply have the trailing _ and call the 'c'
equivalent. Added gmtime_r_ -> gmtime_r shim to cutil.c
This fixes the mysterious missing gmtime() seen in some compiles of Audio.so
I don't see how this get_fname.F90 ever worked to produce the proper
filename for the .WAV; I'd like Joe's opinion.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@314 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
with numpy rather than separate f2py and scipy packages.
http://numpy.scipy.org/
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
with numpy rather than separate f2py and scipy packages.
http://numpy.scipy.org/
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
lists. It should be portable between linux and FreeBSD at least and
will create the necessary files needed if they are missing in ~user/.wsjt
When run, a cd is done to ~/.wsjt and execution begins in this directory.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@267 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
lists. It should be portable between linux and FreeBSD at least and
will create the necessary files needed if they are missing in ~user/.wsjt
When run, a cd is done to ~/.wsjt and execution begins in this directory.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@267 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- Allow input and output audio device to be different.
- Make audio buffers static
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@265 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- Allow input and output audio device to be different.
- Make audio buffers static
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@265 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
make a static library including alsa definitions. A binary linked
against a portaudio-v19 library using alsa also has to link against -alsa,
this is inconvenient to say the least. I do not consider this the
best "fix", the portaudio.a may not be referencing any alsa libs at all,
even if it is present; but this should get Harry going.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@260 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
make a static library including alsa definitions. A binary linked
against a portaudio-v19 library using alsa also has to link against -alsa,
this is inconvenient to say the least. I do not consider this the
best "fix", the portaudio.a may not be referencing any alsa libs at all,
even if it is present; but this should get Harry going.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@260 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
They have done a major re-org of their directory structure
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@254 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
They have done a major re-org of their directory structure
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@254 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- fix typo in configure
- point Makefile and new location for portaudio.a
- Still have to import new portaudio over top of this
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@246 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
- fix typo in configure
- point Makefile and new location for portaudio.a
- Still have to import new portaudio over top of this
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@246 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Anyway, all .py and .c files should be in native eol form now
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@245 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
So when checked out they either have CRLF for windows or none for *nix
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@244 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
to be used for portaudio. The following files enable libsamplerate
when either Win32 is defined or portaudio is used.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@239 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
to be used for portaudio. The following files enable libsamplerate
when either Win32 is defined or portaudio is used.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@239 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
done at the same time in wsjt; there is no separate ptt init. done.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@216 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
done at the same time in wsjt; there is no separate ptt init. done.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@216 ab8295b8-cf94-4d9e-aec4-7959e3be5d79