代码搜索:Sound

找到约 10,000 项符合「Sound」的源代码

代码结果 10,000
www.eeworm.com/read/301877/3830886

h sound_esd.h

#include #include #include //#if !P_USE_INLINES //#include //#endif #ifdef P_LINUX #include #endif #ifdef P_FREEBS
www.eeworm.com/read/301877/3830916

cxx sound_oss.cxx

/* * sound.cxx * * Sound driver implementation. * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public
www.eeworm.com/read/301877/3830917

h sound_oss.h

#include #include #include //#if !P_USE_INLINES //#include //#endif #ifdef P_LINUX #include #endif #ifdef P_FREEBS
www.eeworm.com/read/299781/3850469

h sound_calls.h

/* * DMA buffer calls */ int DMAbuf_open(int dev, int mode); int DMAbuf_release(int dev, int mode); int DMAbuf_read (int dev, snd_rw_buf *user_buf, int count); int DMAbuf_getwrbuffer(int dev, char
www.eeworm.com/read/299781/3850490

h sound_config.h

/* sound_config.h * * A driver for Soundcards, misc configuration parameters. * * * Copyright by Hannu Savolainen 1993 * * Redistribution and use in source and binary forms, with or without *
www.eeworm.com/read/299781/3850504

c sound_switch.c

/* * sound/sound_switch.c * * The system call switch * * Copyright by Hannu Savolainen 1993 * * Redistribution and use in source and binary forms, with or without * modification, are permit
www.eeworm.com/read/295365/3910982

h sound_directsound.h

/* * sound_directsound.h * * DirectX Sound driver implementation. * * Portable Windows Library * * Copyright (c) 2006-2007 Novacom, a division of IT-Optics * * The contents of this f
www.eeworm.com/read/295365/3911151

cxx sound_directsound.cxx

/* * sound_directsound.cxx * * DirectX Sound driver implementation. * * Portable Windows Library * * Copyright (c) 2006-2007 Novacom, a division of IT-Optics * * The contents of this
www.eeworm.com/read/292144/3957421

erl bonk_sound.erl

%% ``The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in %% compliance with the License. You should have received a
www.eeworm.com/read/291465/3965793

h sound_alsa.h

#include #define ALSA_PCM_NEW_HW_PARAMS_API 1 #include class PAudioDelay : public PObject { PCLASSINFO(PAudioDelay, PObject); public: PAudioDelay();