Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

156
Vistas
control de volumen amazon-chime-sdk-js en vainilla javascript

Nuevo en javascript aquí, ¿hay una muestra de cómo controlar el volumen del micrófono del usuario en chime vanilla usando amazon-chime-sdk-js? Hay una muestra en mecanografiado https://aws.amazon.com/blogs/business-productivity/transforming-audio-and-shared-content-in-the-amazon-chime-sdk-for-javascript/ pero no puedo t logro convertirlo a vanilla js esta parte del código

 import { SingleNodeAudioTransformDevice, } from 'amazon-chime-sdk-js'; export class VolumeTransformDevice extends SingleNodeAudioTransformDevice<GainNode> { private volume: number = 1.0; // So we can adjust volume prior to creating the node. async createSingleAudioNode(context: AudioContext): Promise<GainNode> { const node = context.createGain(); // Start at whatever volume the user already picked for this device, whether // or not we were connected to the audio graph. node.gain.setValueAtTime(this.volume, context.currentTime); return node; } setVolume(volume: number): void { this.volume = volume; if (this.node) { this.node.gain.linearRampToValueAtTime(volume, this.node.context.currentTime + 0.25); } } }
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda