lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Javascript, jQuery 2018‧07‧04

    audio context 볼륨 조절하기

    audio context를 createBufferSource 를 이용해서 재생시킬 때 음원의 소리를 조절하고 싶어 gain 을 쓸 때가 있다. var AudioContext = window.AudioContext || window.webkitAudioContext; var context = new AudioContext(); source = context.createBufferSource(); var gainNode = context.createGain(); gainNode.gain.value = 0.5; //0~1 gainNode.connect(context.destination); source.connect(gainNode); gain.value 에 0부터 1까지 소숫점으로 볼륨을 지정해주면 된다.

popular

  • 키보드 키 코드
  • map 역순으로 처리 (배열 역순)
  • react native - Swipeable 의 속성과 메소드들
  • 관리자 페이지 중 위젯에서 드래그 & 드롭이 안되는 현상
  • JS - datepicker(jQueryUI,달력) 이용시 두개 날짜 범위 설정
  • JS - 유튜브 영상 (음소거,자동재생 상태로) 다중 삽입하기
  • 안드로이드 스케치 템플릿
  • 아이콘 디자인 inspiration 사이트
  • JS - youtube 재생 완료 이벤트 받기
  • CodeDeploy agent was not able to receive the lifecycle event. Check the CodeDeploy agent logs on your host and make sure the agent is running and can connect to the CodeDeploy server.

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....