Alex P
78c3dc3a1e
Refactor: Simplify / rewrite Audio
2025-10-06 21:59:44 +03:00
Alex P
c42432b129
[WIP] Updates: update build flows to work with the CGO jetkvm_native
2025-10-01 10:04:42 +03:00
Alex P
63a6a4a5b1
Merge branch 'dev' into feat/audio-support
2025-09-26 12:53:23 +00:00
Marc Brooks
8f4081a5b1
Cleaning up action versions ( #828 )
2025-09-26 11:22:17 +02:00
Alex P
bf50669e3a
perf(audio): add ARM NEON SIMD optimizations for audio processing
...
Implement SIMD-optimized audio operations using ARM NEON for Cortex-A7 targets
Update Makefile and CI configuration to support NEON compilation flags
Add SIMD implementations for common audio operations including:
- Sample clearing and interleaving
- Volume scaling and format conversion
- Channel manipulation and balance adjustment
- Endianness swapping and prefetching
2025-09-16 18:18:19 +00:00
Alex P
19e7a192e3
Merge branch 'dev' into feat/audio-support
2025-09-05 14:40:23 +00:00
dependabot[bot]
d0b3781aaa
build(deps): bump actions/checkout from 4 to 5 ( #759 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-04 11:19:00 +02:00
Alex P
6c82800734
Fix: literal /home/vscode in cache paths
2025-08-22 21:49:15 +00:00
Alex P
476d42e88e
Fix: workflow indentation
2025-08-22 21:43:51 +00:00
Alex P
ddbc145a16
Tweak: steps order
2025-08-22 21:43:17 +00:00
Alex P
6401414bc7
Improvement: use cache save/restore actions
2025-08-22 21:41:44 +00:00
Alex P
4ea64d2b3f
Improvement: Automatically invalidate cache
2025-08-22 21:37:53 +00:00
Alex P
4945114cb4
Fix: always save cache
2025-08-22 21:34:27 +00:00
Alex P
dc1108eb77
Fix: Lint env vars
2025-08-22 21:30:24 +00:00
Alex P
3d8a98d865
Fix: use absolute path for caching
2025-08-22 21:26:37 +00:00
Alex P
a4b3fe6e33
Fix: golangci-lint
2025-08-22 21:21:09 +00:00
Alex P
5a9f56c8c0
Updates: set LDFLAGS and CFLAGS for the lint steps
2025-08-22 21:15:25 +00:00
Alex P
6fe2c206a1
Updates: golangci-lint workflow
2025-08-22 21:06:40 +00:00
dependabot[bot]
090e0b4b47
build(deps): bump actions/setup-go from 4.2.1 to 5.5.0 ( #666 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.2.1 to 5.5.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4.2.1...v5.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:21:11 +02:00
Aveline
4bfbc66ea7
chore: upgrade go from 1.24.3 to 1.24.4 ( #600 )
2025-06-12 08:53:58 +02:00
dependabot[bot]
bfbc1a5a57
build(deps): bump actions/setup-go from 4 to 5 ( #577 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-12 08:40:53 +02:00
Aveline
4b91c758fa
chore: upgrade golang to 1.24.3 and nodejs to 22.x ( #483 )
2025-05-20 19:08:10 +02:00
Ben Kochie
009b0abbe9
refactor: update golintci-lint and linter issues
...
* Update golangci-lint
Update golangci-lint to v2.
Signed-off-by: SuperQ <superq@gmail.com>
* Fixup various linter issues.
Signed-off-by: SuperQ <superq@gmail.com>
---------
Signed-off-by: SuperQ <superq@gmail.com>
2025-04-13 03:55:30 +02:00
Siyuan Miao
ab03aded74
chore: create empty resource directory to avoid static type check fail
2025-03-24 23:16:17 +01:00
SuperQ
75296b4b7e
Chore: Enable golangci-lint
...
Add a GitHub actions workflow to run golangci-lint.
Signed-off-by: SuperQ <superq@gmail.com>
2025-03-11 18:35:12 +01:00