jacksonlcrews / darkice

Automatically exported from code.google.com/p/darkice
0 stars 0 forks source link

[Patch] Less hacky method in OssDspSource.cpp #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I happened to look at the source code, and found this: "/* ugly workaround to 
get the dsp into recording state */". The ugly workaround is not necessary - 
there's a better solution using SNDCTL_DSP_SETTRIGGER. Patch is attached.

Original issue reported on code.google.com by cesi...@gmail.com on 27 Jul 2010 at 1:26

Attachments:

GoogleCodeExporter commented 9 years ago
I forgot to note that this method is better since that's what the API docs 
recommend doing: http://manuals.opensound.com/developer/select.html

Original comment by cesi...@gmail.com on 27 Jul 2010 at 1:27

GoogleCodeExporter commented 9 years ago
Does this patch works with OSS 3.6?

Original comment by rafael2k...@gmail.com on 17 Sep 2010 at 8:40

GoogleCodeExporter commented 9 years ago

Original comment by rafael2k...@gmail.com on 17 Sep 2010 at 8:40