본문 바로가기
728x90

Research/Etc9

블루투스 오디오 송신기 블루투스 오디오 송신기가 필요해 UNiCORN이란 회사에서 나오는 XA-600AV라는 블루투스 스테레오 동글을 샀다.딸래미 디지탈 피아노에는 블루투스가 내장되어 있지 않아 아날로그 오디오 출력을 블루트스 송신해주는 기기다. 그러나, 예상치 못한 난관에 봉착! 피아노를 치면 블루투스 지연이 있어 소리가 약간 늦게 들린다.... ㅜ.ㅜ찾아본 결과 200~250ms 정도의 지연이 있다고 한다. 그리고, 불행인지 다행인지 최신 코덱인 APT-X 코덱을 사용하는 블루투스는 지연이 32ms 정도로 사람의 귀로는 거의 느낄 수 없는 수준이라는 거... APT-X 코덱을 사용하는 블루투스 오디오 송신기를 찾아본 결과, 산와 400-BTAD002 Avantree Saturn 등이 있다. 2014. 5. 15.
아웃룩(outlook): Mail notify 아웃룩 사용시 메일알림 설정 관련 Creating a permanent New Mail Desktop Alert http://www.howto-outlook.com/howto/newmailalert.htm#always_alert OWA Tray monitor http://www.owatray.com/ 2012. 3. 23.
Android 버전별 코드네임. 원글: http://source.android.com/source/build-numbers.html Platform code names, versions, API levels, and NDK releases Code name Version API level (no code name) 1.0 API level 1 (no code name) 1.1 API level 2 Cupcake 1.5 API level 3, NDK 1 Donut 1.6 API level 4, NDK 2 Eclair 2.0 API level 5 Eclair 2.0.1 API level 6 Eclair 2.1 (incl. 2.1-update 1) API level 7, NDK 3 Froyo 2.2.x API level 8, NDK 4 Gi.. 2011. 10. 20.
[Autohotkey] Is there a way to REALLY KNOW when a web page is loaded? URL := "http://www.msdn.microsoft.com" Run, %URL%, MAX Winwait, %URL% AHKID := WinExist("A") ; Make sure you have the Window ID of the browser instance Ctr=0 Loop { Sleep, 100 Ctr+=1 ControlGet, Progress, Visible,, msctls_progress321, ahk_id %AHKID% If (Progress=1) { Ctr=0 Continue } If (Progress=0 AND Ctr>10) Break } MsgBox, Page Loaded Completely! http://www.autohotkey.com/forum/topic13569.htm.. 2009. 11. 10.
728x90