An open API service indexing awesome lists of open source software.

https://github.com/kaihendry/local-audio

Web walking audio tour platform proof-of-concept
https://github.com/kaihendry/local-audio

audio aws-dynamodb aws-lambda aws-s3 aws-sdk-go-v2 golang html

Last synced: 10 months ago
JSON representation

Web walking audio tour platform proof-of-concept

Awesome Lists containing this project

README

          

Goal: Proof of concept for a Web Audio walk platform

# Data retention

- dynamdo db "time to live" expires in 1 day from creation of record set in add.go
- s3 lifecycle rule of 1 day in cloudformation template.yml

# Audio capture support in IOS

Apple IOS has broken audio capture device API support: https://twitter.com/anssik/status/1477746208210882562

It works ....but it suprisingly launches the camera and of course uploads
**video** with the audio.

# Start dynamodb server

./scripts/local-dynamodb.sh
./scripts/create-table.sh

# Start Go Web server

You need to setup the BUCKET_NAME to your own bucket!

BUCKET_NAME=local-audio-test TABLE_NAME=Records gin --all