2

i don't really know if it is actually possible, but i believe that it can be made. How possible is it to make a program that recognizes different sound bouncing from the screen and turn it into a position that will obviously be later fed to the mouse.

I know that it sounds kind of dumb, but lately i've been noticing that a very dull, strong sound is made when touching the screen, and that sound varies when doing so at different positions. Probably the microphone "hears" differently because the screen acts as a drum with the casing. Anyways, what do you think, anyone has any experience programming with sound?

4

2 に答える 2

1

まず第一に、ほとんどの家庭用タッチ スクリーンは、ディスプレイ レイヤーの下にある十字型のメッシュ レイヤーに基づいて圧力を検出することによって機能します。

ただし、タッチ インターフェイスがガラス板に問い合わせられた例を見たことがあります。4 つのマイクを使用してコーナーを決定し、画面の特定の部分をタップすると、各マイクに到達する音の遅延が測定されるため、 1 つはタッチを三角測量します。

これは、使用する方法論です。テストするためにハードウェアをセットアップする必要さえありません。VB でインターフェイスをスローすることができます。ボックスをクリックすると、円形の波が送信され、時間を使用して計算するだけです。ポインターがある 4 つのポイントに到達するのに必要です。

編集

nikie が示唆したように、この技術では入力を検出するために音の波が必要なため、ドラッグ アンド ドロップやあらゆる種類のジェスチャはマイク方式では不可能です。

http://computer.howstuffworks.com/question7161.htm

于 2010-04-29T07:54:17.630 に答える
0

これでうまくいくかどうかはわかりませんが、MIDIドラムで使用されているさまざまな演奏のニュアンスを返すためのテクニックを調べることができます。

于 2010-04-29T08:21:57.350 に答える