Go to file
David Sutton 578e60823b codec/wav: Implement a wav encoder
A wav encoder will be useful for returning easily playable audio files to users of vidgrind that are not familiar with PCM audio. Currently the encoder only support PCM data, but can be updated with other types. The encoder implements the writer interface.

* codec/wav: Add unit tests for wav encoder

Merged in create-wav-encoder (pull request #529)
Approved-by: Trek Hopton
2023-12-04 00:36:29 +00:00
.circleci Update go version in .circleci/config.yml 2023-05-01 13:16:55 +09:30
cmd file_test.go: Update Tests (#421) 2023-10-20 08:27:06 +00:00
codec codec/wav: Implement a wav encoder 2023-12-04 00:36:29 +00:00
container Include PID in mts.FindPid error 2023-11-12 06:42:45 +00:00
device revid: fix manual input reader and writer 2023-10-14 00:34:08 +00:00
exp cmd: add program for unwrapping MTS media to a local file 2023-11-30 03:52:25 +00:00
filter filter: change build tags to allow build withcv 2023-09-06 18:27:55 +09:30
init init: check if build tags exist before running go build 2023-10-03 07:52:52 +00:00
protocol run gofmt 2022-11-06 17:25:28 +10:30
revid revid: added basic disk and file size checking 2023-10-20 03:29:36 +00:00
scripts scripts/wifi-off-delay: turn wifi off after 20 minutes regardless of connection 2023-10-20 06:25:10 +00:00
turbidity Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
Makefile updated Makefile for building rv instead of revid-cli 2020-01-28 11:28:35 +10:30
README.md edited README.md file details regarding GNU license 2021-04-13 16:39:54 +09:30
contributors.txt Added contributors. 2019-04-25 00:54:27 +00:00
go.mod * vidforward: actually set revid pipeline 2023-10-14 00:49:42 +00:00
go.sum * vidforward: actually set revid pipeline 2023-10-14 00:49:42 +00:00
gpl.txt moved gpl.txt to repo dir (av) 2020-12-21 14:13:16 +10:30

README.md

Readme

av is a collection of tools and packages written in Go for audio-video processing.

Various tools are provided for media capture and playback (cmd).

There are packages providing support for various codecs (codec), container formats (container), input devices (device), filters (filter), protocols (protocol) and media capture processing and forwarding (revid).

Contributing

If you wish to contribute to this project, please contact info@ausocean.org for permissions. Pull requests require an accompanying issue. Please see av issue for current issues, or creation of an issue.

License

Copyright (C) 2017-2021 the Australian Ocean Lab (AusOcean).

This is free software: you can redistribute it and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License or more details.