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
- Host: GitHub
- URL: https://github.com/kaihendry/local-audio
- Owner: kaihendry
- License: mit
- Created: 2022-01-02T00:51:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T01:08:36.000Z (about 4 years ago)
- Last Synced: 2025-03-23T22:13:43.873Z (10 months ago)
- Topics: audio, aws-dynamodb, aws-lambda, aws-s3, aws-sdk-go-v2, golang, html
- Language: Go
- Homepage: https://la.dabase.com
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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