GithubHelp home page GithubHelp logo

alsa.net's Introduction

👋 Hi there, I'm Zhang Yuexin.

Hi, I'm Zhang Yuexin, a .NET developer. My bachelor's degree is in computer science and technology and my master's degree is in software engineering, but I know a little bit about hardware and 3D modeling, and I like to build some cool things. I'm currently working as a major course teacher at a college.

  • 👨‍🏫 I'm currently a major course teacher
  • 🤖 I'm currently focusing on embedded programming
  • 🔭 I used to work on social network analysis
  • 🌱 I used to focus on R programming
  • 💬 Ask me about anything here
  • 📫 How to reach me: [email protected]

🛠 Technologies

cs java php r html css js asp.net xamarin spring bootstrap jq mssql pgsql arduino rpi

⌨ This Week I Spent My Time On

time

📊 GitHub Stats

profile top langs

alsa.net's People

Contributors

zhanggaoxing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

alsa.net's Issues

WAV文件播放失败

你好,
在使用你的音频库是发现,如果在WriteStream之后马上调用ClosePlaybackPcm或Dispose,音频将会停止播放。将断点打在WriteStream处可以发现播放音频正常。
具体代码(已经注释掉ClosePlaybackPcm):
` public override void Play(Stream wavStream)
{
IntPtr @params = new IntPtr();
int dir = 0;
WavHeader header = GetWavHeader(wavStream);

 OpenPlaybackPcm();
 PcmInitialize(_playbackPcm, header, ref @params, ref dir);
 WriteStream(wavStream, header, ref @params, ref dir);
 //ClosePlaybackPcm();

}`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.