File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ your ``mycffimodule_build.py``:
7777
7878 Note that the following files must be available to the compiler:
7979
80- * https://app.assembla. com/spaces /portaudio/git/source /master/src/common/pa_ringbuffer.c
81- * https://app.assembla. com/spaces /portaudio/git/source /master/src/common/pa_ringbuffer.h
82- * https://app.assembla. com/spaces /portaudio/git/source /master/src/common/pa_memorybarrier.h
80+ * https://github. com/PortAudio /portaudio/blob /master/src/common/pa_ringbuffer.c
81+ * https://github. com/PortAudio /portaudio/blob /master/src/common/pa_ringbuffer.h
82+ * https://github. com/PortAudio /portaudio/blob /master/src/common/pa_memorybarrier.h
8383
8484For your own C code, you might need some definitions from the main PortAudio
8585header:
8686
87- * https://app.assembla. com/spaces /portaudio/git/source /master/include/portaudio.h
87+ * https://github. com/PortAudio /portaudio/blob /master/include/portaudio.h
8888
8989Once you have compiled your extension module (with the help of CFFI), you can
9090use something like this in your own module to get access to the ``RingBuffer ``
You can’t perform that action at this time.
0 commit comments