OSDN Git Service

最初のコミット
authorsfpg <sfpg@users.sourceforge.jp>
Fri, 12 Oct 2012 20:39:45 +0000 (05:39 +0900)
committersfpg <sfpg@users.sourceforge.jp>
Fri, 12 Oct 2012 20:39:45 +0000 (05:39 +0900)
commit1c49468da707ec44f7e4ecbd24cd7c346ea988e2
tree3e76e29d4f9e2b2fbd28ec3206831c939354b516
最初のコミット
81 files changed:
.gitignore [new file with mode: 0644]
SF.props [new file with mode: 0644]
wasapi2.sln [new file with mode: 0644]
wasapi2/application.cpp [new file with mode: 0644]
wasapi2/application.h [new file with mode: 0644]
wasapi2/async_reader.cpp [new file with mode: 0644]
wasapi2/async_reader.h [new file with mode: 0644]
wasapi2/audio_base.h [new file with mode: 0644]
wasapi2/audio_filter.h [new file with mode: 0644]
wasapi2/audio_processor.h [new file with mode: 0644]
wasapi2/audio_source.h [new file with mode: 0644]
wasapi2/base_window.cpp [new file with mode: 0644]
wasapi2/base_window.h [new file with mode: 0644]
wasapi2/code_converter.cpp [new file with mode: 0644]
wasapi2/code_converter.h [new file with mode: 0644]
wasapi2/config_tab_dialog.cpp [new file with mode: 0644]
wasapi2/config_tab_dialog.h [new file with mode: 0644]
wasapi2/directx.ico [new file with mode: 0644]
wasapi2/dout.h [new file with mode: 0644]
wasapi2/dpi.cpp [new file with mode: 0644]
wasapi2/dpi.h [new file with mode: 0644]
wasapi2/exception.cpp [new file with mode: 0644]
wasapi2/exception.h [new file with mode: 0644]
wasapi2/icon.cpp [new file with mode: 0644]
wasapi2/icon.h [new file with mode: 0644]
wasapi2/info_tab_dialog.cpp [new file with mode: 0644]
wasapi2/info_tab_dialog.h [new file with mode: 0644]
wasapi2/input_thread.cpp [new file with mode: 0644]
wasapi2/input_thread.h [new file with mode: 0644]
wasapi2/jumplist.cpp [new file with mode: 0644]
wasapi2/jumplist.h [new file with mode: 0644]
wasapi2/logger.cpp [new file with mode: 0644]
wasapi2/logger.h [new file with mode: 0644]
wasapi2/message_loop.h [new file with mode: 0644]
wasapi2/mixer_thread.cpp [new file with mode: 0644]
wasapi2/mixer_thread.h [new file with mode: 0644]
wasapi2/output_thread.cpp [new file with mode: 0644]
wasapi2/output_thread.h [new file with mode: 0644]
wasapi2/reader_thread.cpp [new file with mode: 0644]
wasapi2/reader_thread.h [new file with mode: 0644]
wasapi2/resource.h [new file with mode: 0644]
wasapi2/ring_buffer.cpp [new file with mode: 0644]
wasapi2/ring_buffer.h [new file with mode: 0644]
wasapi2/sample_rate_converter.cpp [new file with mode: 0644]
wasapi2/sample_rate_converter.h [new file with mode: 0644]
wasapi2/seq_tab_dialog.cpp [new file with mode: 0644]
wasapi2/seq_tab_dialog.h [new file with mode: 0644]
wasapi2/sequence_dialog.cpp [new file with mode: 0644]
wasapi2/sequencer.cpp [new file with mode: 0644]
wasapi2/sequencer.h [new file with mode: 0644]
wasapi2/sf_com.cpp [new file with mode: 0644]
wasapi2/sf_com.h [new file with mode: 0644]
wasapi2/sf_memory.h [new file with mode: 0644]
wasapi2/sf_windows.cpp [new file with mode: 0644]
wasapi2/sf_windows.h [new file with mode: 0644]
wasapi2/singleton.h [new file with mode: 0644]
wasapi2/stdafx.cpp [new file with mode: 0644]
wasapi2/stdafx.h [new file with mode: 0644]
wasapi2/tab_dialog.cpp [new file with mode: 0644]
wasapi2/tab_dialog.h [new file with mode: 0644]
wasapi2/taskbar.cpp [new file with mode: 0644]
wasapi2/taskbar.h [new file with mode: 0644]
wasapi2/thread_base.cpp [new file with mode: 0644]
wasapi2/thread_base.h [new file with mode: 0644]
wasapi2/timer.cpp [new file with mode: 0644]
wasapi2/timer.h [new file with mode: 0644]
wasapi2/toplevel_window.cpp [new file with mode: 0644]
wasapi2/toplevel_window.h [new file with mode: 0644]
wasapi2/wasapi.cpp [new file with mode: 0644]
wasapi2/wasapi.h [new file with mode: 0644]
wasapi2/wasapi2.manifest [new file with mode: 0644]
wasapi2/wasapi2.rc [new file with mode: 0644]
wasapi2/wasapi2.vcxproj [new file with mode: 0644]
wasapi2/wasapi_base.cpp [new file with mode: 0644]
wasapi2/wasapi_exclusive_timer.cpp [new file with mode: 0644]
wasapi2/wasapi_manager.cpp [new file with mode: 0644]
wasapi2/wavefile.cpp [new file with mode: 0644]
wasapi2/wavefile.h [new file with mode: 0644]
wasapi2/winmain.cpp [new file with mode: 0644]
wasapi2/writer_thread.cpp [new file with mode: 0644]
wasapi2/writer_thread.h [new file with mode: 0644]