Show HN: Audioshop – Audio image editing
github.com
Show HN: Audioshop – Audio image editing
1–10 of 48 posts
Re: Show HN: Audioshop – Audio image editing
#2Re: Show HN: Audioshop – Audio image editing
#3Re: Show HN: Audioshop – Audio image editing
#4Re: Show HN: Audioshop – Audio image editing
#5Re: Show HN: Audioshop – Audio image editing
#6Might be interesting to experiment with different mappings of pixel location to audio sample number, rather than just having a row by row linear scan from corner to corner.
Re: Show HN: Audioshop – Audio image editing
#7Might be interesting to experiment with different mappings of pixel location to audio sample number, rather than just having a row by row linear scan from corner to corner.
I am curious. I do not know much about image encoding and the such. What other types are there besides linear either row by row or column by column? It seems to me that those two are the only logical ways to map pixels.
Re: Show HN: Audioshop – Audio image editing
#8Re: Show HN: Audioshop – Audio image editing
#9Might be interesting to experiment with different mappings of pixel location to audio sample number, rather than just having a row by row linear scan from corner to corner.
I am curious. I do not know much about image encoding and the such. What other types are there besides linear either row by row or column by column? It seems to me that those two are the only logical ways to map pixels.