Giter VIP home page Giter VIP logo

Comments (4)

sivar2311 avatar sivar2311 commented on June 9, 2024

Basicly, Speaker device consists of

  • Alexa.PowerController Interface
  • Alexa.Speaker Interface
  • Alexa.EqualizerController Interface
  • Alexa.InputController Interface
  • Alexa.PlaybackController Interface

Alexa.PowerController Interface
Alexa, turn on <device_name>.
Alexa, turn off <device_name>.

Alexa.Speaker Interface
Alexa, set the volume of <device_name> to 50.
Alexa, turn the volume down on <device_name> by 20.
Alexa, turn the volume down on <device_name>.
Alexa, mute <device_name>.
Alexa, unmute <device_name>.

Alexa.EqualizerController Interface
Alexa, set <band_name> to -2 on <device_name>.
Alexa, increase <band_name> on <device_name>.
Alexa, increase <band_name> by 3 on <device_name>.
Alexa, reset <band_name> on <device_name>.
Alexa, reset equalizer on <device_name>.
Alexa, set mode to on <device_name>.

Supported bands:
BASS, MIDRANGE, TREBBLE

Supported modes:
MOVIE, MUSIC, NIGHT, SPORT, TV

Alexa.InputController Interface
Alexa, change the input to <input_name> on the <device_name>.

supported Inputs:
AUX 1, AUX 2, AUX 3, AUX 4, AUX 5, AUX 6, AUX 7, BLURAY, CABLE, CD, COAX 1, COAX 2, COMPOSITE 1, DVD, GAME, HD RADIO, HDMI 1, HDMI 2, HDMI 3, HDMI 4, HDMI 5, HDMI 6, HDMI 7, HDMI 8, HDMI 9, HDMI 10, HDMI ARC, INPUT 1, INPUT 2, INPUT 3, INPUT 4, INPUT 5, INPUT 6, INPUT 7, INPUT 8, INPUT 9, INPUT 10, IPOD, LINE 1, LINE 2, LINE 3, LINE 4, LINE 5, LINE 6, LINE 7, MEDIA PLAYER, OPTICAL 1, OPTICAL 2, PHONO, PLAYSTATION, PLAYSTATION 3, PLAYSTATION 4, SATELLITE, SMARTCAST, TUNER, TV, USB DAC, VIDEO 1, VIDEO 2, VIDEO 3, XBOX

Alexa.PlaybackController Interface
Alexa, <playback_command> on <device_name>

Supported playback-commands:
Play, Pause, Stop, StartOver, Previous, Next, Rewind, FastForward

from esp8266-esp32-sdk.

SiddhantShah2001 avatar SiddhantShah2001 commented on June 9, 2024

Oh WOW!
So it works only through Voice Commands or with Alexa App as-well ?

But the main question here is, How do i make it Work ?

What other parts/components/modules do i need to send audio out from Esp8266 and connect it to an Amplifier ?

from esp8266-esp32-sdk.

sivar2311 avatar sivar2311 commented on June 9, 2024

You can use the alexa app as well.

Developing an audio streaming device is up on you.
Sinric provides the ability to connect and control your device using alexa (and upcomming: google home).

Best would be to develop your streaming device first.
Then add Sinric to your project.

from esp8266-esp32-sdk.

huseman21 avatar huseman21 commented on June 9, 2024

Sivar231, I'm just thinking but the esp32 also has a Bluetooth transceiver. It also has 2 8-bit DAC's. But for sound quality I would look into somthing like the PCM5102 DAC chip. I know the esp32's I2S protocol can handle 32bits per sample so you could get 44.1k 16-32bit stereo output. I'm sure you can find examples of people doing that on the internet.

from esp8266-esp32-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.